We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. This is a great project and I couldn't live without it.
Right now, I'm using this to scrape subreddits, and my config file has a lot of these statements in it:
"reddit>someWebsite": { "directory": [], "filename": "{_reddit[id]}{num:? //>02} {_reddit[title][:120]} ({_reddit[author]}).{extension}", "mp4": true },
About a dozen so far, and growing.
It would be great to be able to take all these commands and contract them to something like this:
"reddit>*": { "directory": [], "filename": "{_reddit[id]}{num:? //>02} {_reddit[title][:120]} ({_reddit[author]}).{extension}", "mp4": true },
If this is already possible, sorry, but I couldn't find it in the documentation.
Thank you for your time.
The text was updated successfully, but these errors were encountered:
support wildcards for parent>child categories (#6673)
5ab2ae1
For example "reddit>*" for all reddit child extractors
No branches or pull requests
Hi. This is a great project and I couldn't live without it.
Right now, I'm using this to scrape subreddits, and my config file has a lot of these statements in it:
About a dozen so far, and growing.
It would be great to be able to take all these commands and contract them to something like this:
If this is already possible, sorry, but I couldn't find it in the documentation.
Thank you for your time.
The text was updated successfully, but these errors were encountered: