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

I would like to add support for other sites #2676

Closed
saikpr opened this issue Apr 3, 2014 · 3 comments
Closed

I would like to add support for other sites #2676

saikpr opened this issue Apr 3, 2014 · 3 comments

Comments

@saikpr
Copy link
Contributor

@saikpr saikpr commented Apr 3, 2014

I would like to add few others video sites, which are not yet available but have similar source code as to that of other sites that have already been coded for.

I would like to know where to start, i know a little bit of python and cpp, enough to code and understand 90-95 % of all python code of youtube-dl.

for example , for starters i would like to add http://www.videoweed.es/ which is similar to novamov, whose code is available at https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/novamov.py

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 3, 2014

Indeed, videoweed.es extractor can be easily implemented in terms of novamov extractor - you'll just need to provide proper regexes and test (see youtube_dl/common/extractor/nowvideo.py)

@phihag
Copy link
Contributor

@phihag phihag commented Apr 3, 2014

I've extended our developer instructions. The new version (preview here) should explain just about everything you need to know. If you need any help, don't hesitate to post a pull request and ask for feedback, or create an issue here. Thanks!

@saikpr
Copy link
Contributor Author

@saikpr saikpr commented Apr 3, 2014

thank you for help and providing direction.
i will try to work it out as and when i get time.
it might take some time as i am pretty much new to this type of programming.
Thanks Again!

@saikpr saikpr closed this Apr 3, 2014
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.

3 participants
You can’t perform that action at this time.