Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
youtube-dl shows me as a owner , pull request bug maybe #11092
Comments
|
Yes, you are the owner of siddht1/youtube-dl. Anyway, that's controlled by Github Inc., not us. |
|
and you youtube-dl collaborator |
|
Yeah @rg3 added me about 1.5 years ago. It's my pleasure to write codes for this awesome tool! |
|
@yan12125 can you teach me to write the extractors code , i want to add support to more sites but i m unable to understand it |
|
First check how to get the video URL. In general looking into the network log of developer tools is useful. Both the latest Firefox and Chrome have built-in developer tools. Then check some small extractors for how to use functions like |
|
then but how to code it for youtube-dl |
|
Here's an example: https://github.com/rg3/youtube-dl/blob/master/README.md#adding-support-for-a-new-site. Add |
|
is any option to directly dump the porn sitez supported by youtube-dl |
|
@siddht1 There's a request #6497 but rejected due to technical complexity of proposed solutions |
|
@yan12125 is it possible to use the age limit to set it in the other bracket i.e in a way (age>18) |
|
I guess |
|
Not quite sure what you want. Anyway IRC is a better place for discussions about youtube-dl usages |
|
well dump meant the extractor built for porn sites . |
|
You can get a list of extractors by search "age_limit": https://github.com/rg3/youtube-dl/search?utf8=%E2%9C%93&q=age_limit&type=Code If you want to block normal videos, try |
|
i just noticed there is gh-pages , download-server,rtmp_test , these branches are inside youtube-dl and no way connected to the youtube-dl python project. whats the purpose |
|
got the previous using find . -name "*.py" | xargs grep -E 'age_limit' command |
|
gh-pages: Google it! |
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2016.11.02. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
The following sections concretize particular purposed issues, you can erase any section (the contents between triple ---) not applicable to your issue
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-vflag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):If the purpose of this issue is a site support request please provide all kinds of example URLs support for which should be included (replace following example URLs by yours):
Description of your issue, suggested solution and other information
Explanation of your issue in arbitrary form goes here. Please make sure the description is worded well enough to be understood. Provide as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
i just updated my youtube-dl branch (repo) and it shows me as an owner ,
is it a bug