Skip to content
New issue

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

[feature request] wildcard extractor config #6673

Closed
adpce opened this issue Dec 15, 2024 · 0 comments
Closed

[feature request] wildcard extractor config #6673

adpce opened this issue Dec 15, 2024 · 0 comments

Comments

@adpce
Copy link

adpce commented Dec 15, 2024

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.

mikf added a commit that referenced this issue Dec 18, 2024
For example "reddit>*" for all reddit child extractors
@mikf mikf closed this as completed Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants