Thursday, November 5, 2015

Extract youtube video links from youtube playlist

 
NOTE: This will extract links from youtube playlists NOT from favorites!

1. Download Python for windows from here and youParse.py from here.
For official \ latest version download of youParse go here.

 
2. Start installing python make sure you select custom


3. Start installing python make sure you select custom


4. Select any features you want/dont want


5. The location above is default and confusing for me


6. So I'm gonna select C:\Python3.5.0 (easy and short)


7. Select location and hit install



8.Copy/Paste youParse in the python directory...


9.choose your playlist...


10.Open playlist and copy the share link...


11.create your python command like this...


12.Click start > run > type 'cmd' > and type cd C:\Python3.5.0 in command prompt. CD means change directory, since we want to be in python dir.


13. Paste the command we made in this command prompt...


14.Links will be extracted...


15.Right clickk + Hit select all



16.Press Ctrl+C to copy all


17.Paste it in a new txt document..and done


18. Now copy all these youtube links in your favourite youtube downloader and you may download the entire playlist. Accessible offline without internet.

Resources: http://pantuts.com/2013/02/16/youparse-extract-urls-from-youtube/