Skip to content

vmaliaev/ytplaylist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download playlists from YOUTxBx

You can easily download video/audio playlists and convert tracks to mp3

USAGE:

Just create your own playlists on youtxbx or take other's public playlists and copypast their URLs:

 ./dyp.py playlist1_url [ playlis2_url ... playlistN_url ] [ --all | --audioonly | --videoonly ]

 playlistX_url - just a playlist link in format like  https://www.yXXtXbX.com/playlist?list=PLC38Xa1H2ja2Vl14wKQedQ7n7vLr_OOcw
 --audioonly - download only audio 
 --videoonly - download only video
 --all - download both, this is default

INSTALLATION:

There are no specific requirements to install the script, you just need to have several additional modules installed in virtual environment or wide-system.

If you want to install venv: curl -O https://pypi.python.org/packages/source/v/virtualenv/virtualenv-X.X.tar.gz # X - is a preferable version number

Example:


 tar xvfz virtualenv-15.1.0.tar.gz#md5\=44e19f4134906fe2d75124427dc9b716

 virtualenv venv1

 source venv1/bin/activate 

Inside virtual environment run:

 pip install pafy
 pip install youtube-dl # This is preferable backend for pafy
 pip install pydub # To convert audio tracks
 ? pip install ffmpeg
 ? pip install avconv
 ? apt-get install ffmpeg

Add x permission: chmod a+x dyp.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages