Playgen

Extracting all links from Youtube playlist and save them in a text file


License
Other
Install
pip install Playgen==1.0

Documentation

#Playgen A youtube playlist generator in text file

#Description This script will extract all the links from the playlist and save them in .txt format

#Installation To install run sh install.sh To uninstall run sh uninstall.sh #Working Copy the playlist link from youtube In python commandline run: from playgen import playgen

That is all.Your txt file can be found in 'current_folder'/YoutubePlaylistTxt where 'current_folder' is where you run your script