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

[Q] How to disable a particular extractor? #6871

Closed
nodiscc opened this issue Sep 15, 2015 · 1 comment
Closed

[Q] How to disable a particular extractor? #6871

nodiscc opened this issue Sep 15, 2015 · 1 comment

Comments

@nodiscc
Copy link

@nodiscc nodiscc commented Sep 15, 2015

Hi,

I wrote a simple tool to archive bookmark sets from bookmarking services/apps like Shaarli (delicious-like). It batch downloads links contents, and run youtube-dl on links which are specifically tagged video,audio... The tools works well with a few quirks, one of which is related to youtube-dl:

In my example bookmark set, there is a link to https://soundcloud.com/sjel-1. youtube-dl runs for this link since it is tagged music, and this is parsed through the soundcloud:user extractor. I expect my tool not to download entire soundcloud/vimeo/youtube channels even if I bookmarked them (unless the user specifies so). The simplest way I can imagine for this particular link is disabling the soundcloud:user extractor.

Is there a way to disable some extractors via config file/args? Right now it tends to download unwanted files. Or do I really have to blacklist URLs in my tool?

Thanks in advance

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Sep 15, 2015

There is no way to disable particular extractor. You can however disable sites with adults content --age-limit option.

@dstftw dstftw closed this Sep 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.