Symfony Commands
app:add-media
Add/update a media by URL
url
url of media page
--path
Path (after domain)
--body-dom
full text (body) dom selector
--excluded-link-regex
Excluded Links Regex
--excluded-text-regex
Excluded Text Regex
--name
Name of media
--scrub
Regular expression to scrub out
Dispatch via Messenger (async)
Async dispatch does not return command output to this page. Commands should log via LoggerInterface.
Run
Back