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

can i disable some Extractors?? #6134

Closed
abdul202 opened this issue Jun 30, 2015 · 2 comments
Closed

can i disable some Extractors?? #6134

abdul202 opened this issue Jun 30, 2015 · 2 comments

Comments

@abdul202
Copy link

@abdul202 abdul202 commented Jun 30, 2015

I'm new to youtube-dl and I'm developing a PHP script to download videos but i want to disable Porno sites is there an easy way to that
i can do that using PHP code to allow certain hosts and block the other but I'm wondering if there any option youtube-dl to handle that

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 30, 2015

You can use --age-limit YEARS options that will refuse downloading all videos that require greater age-limit, e.g. --age-limit 17 will restrict downloading from all 18+ sites.
Apart from this one there are no options to disable particular extractor. You can just remove some by hand.

@dstftw dstftw closed this Jun 30, 2015
@abdul202
Copy link
Author

@abdul202 abdul202 commented Jun 30, 2015

Thank you very much it works like a charm

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.