Popular recipes tagged "youtube" but not "srt"http://code.activestate.com/recipes/tags/youtube-srt/2014-07-30T07:23:36-07:00ActiveState Code RecipesYoutube Playlist Parser/Extractor (Python)
2014-07-30T07:23:36-07:00p@ntut$http://code.activestate.com/recipes/users/4183895/http://code.activestate.com/recipes/578284-youtube-playlist-parserextractor/
<p style="color: grey">
Python
recipe 578284
by <a href="/recipes/users/4183895/">p@ntut$</a>
(<a href="/recipes/tags/extractor/">extractor</a>, <a href="/recipes/tags/playlist/">playlist</a>, <a href="/recipes/tags/youtube/">youtube</a>).
Revision 18.
</p>
<p>Parse/extract URLs from playlist in youtube (User's videos not favorites)
Link: <a href="http://pantuts.com/2013/02/16/youparse-extract-urls-from-youtube/" rel="nofollow">http://pantuts.com/2013/02/16/youparse-extract-urls-from-youtube/</a></p>
tubeNick - Download youtube videos (Python)
2014-07-30T07:23:36-07:00p@ntut$http://code.activestate.com/recipes/users/4183895/http://code.activestate.com/recipes/578288-tubenick-download-youtube-videos/
<p style="color: grey">
Python
recipe 578288
by <a href="/recipes/users/4183895/">p@ntut$</a>
(<a href="/recipes/tags/youtube/">youtube</a>).
Revision 15.
</p>
<p>This tool simple provides downloading videos from youtube with support for STDIN (PIPE) for tools like umph or youParse.</p>
<p>UPDATE INFO: Youtube has recently changed their service so this tool may not work on some other links. Will update very soon. (edited: 29-12-2012)</p>
Youtap - Downloading YouTube video through Python command line script (Python)
2011-07-26T21:47:24-07:00Sundar Srinivasanhttp://code.activestate.com/recipes/users/4177884/http://code.activestate.com/recipes/577807-youtap-downloading-youtube-video-through-python-co/
<p style="color: grey">
Python
recipe 577807
by <a href="/recipes/users/4177884/">Sundar Srinivasan</a>
(<a href="/recipes/tags/flash/">flash</a>, <a href="/recipes/tags/mime/">mime</a>, <a href="/recipes/tags/youtube/">youtube</a>, <a href="/recipes/tags/youtube_downloader/">youtube_downloader</a>).
Revision 3.
</p>
<p>Python program to download YouTube video from command line. Originally posted in: <a href="https://github.com/krishnasun82/youtap" rel="nofollow">https://github.com/krishnasun82/youtap</a></p>
<p>Usage: python youtap.py "<youtube-link>"</p>
<p>The reason for giving the link in double-quotes is that sometimes the link contain '&'(ampersand), which the UNIX interprets as "run the program in background"</p>
Youtube Downloader (PHP)
2008-12-03T17:37:28-08:00yeni setiawanhttp://code.activestate.com/recipes/users/4168289/http://code.activestate.com/recipes/576579-youtube-downloader/
<p style="color: grey">
PHP
recipe 576579
by <a href="/recipes/users/4168289/">yeni setiawan</a>
(<a href="/recipes/tags/download/">download</a>, <a href="/recipes/tags/php/">php</a>, <a href="/recipes/tags/youtube/">youtube</a>, <a href="/recipes/tags/youtube_downloader/">youtube_downloader</a>).
</p>
<p>This is a series of function that you can use to download video(s) from <a href="http://Youtube.com" rel="nofollow">Youtube.com</a></p>
PyTube (Python)
2008-12-07T01:19:17-08:00Jonny Reeveshttp://code.activestate.com/recipes/users/4167414/http://code.activestate.com/recipes/576524-pytube/
<p style="color: grey">
Python
recipe 576524
by <a href="/recipes/users/4167414/">Jonny Reeves</a>
(<a href="/recipes/tags/internet/">internet</a>, <a href="/recipes/tags/script/">script</a>, <a href="/recipes/tags/search/">search</a>, <a href="/recipes/tags/youtube/">youtube</a>).
Revision 3.
</p>
<p>Based off PyGoogle, this script searches Youtube. </p>