Skip to content

zeionara/maya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maya

Multimedia adapter for youtube api which allows to download content from youtube.

Installation

Execute the following command to install using pip:

pip install mayonnaise

To create conda environment use the environment.yml file:

conda env create -f environment.yml

Usage

To download a playlist as a collection of mp3 files run the following command:

python -m maya pull https://www.youtube.com/playlist?list=PLyLY-SxMUzOgbhkUkru4esCxNUl3-DEtj -o assets/314 -a -u

To do the same but download the whole videos (picking the highest quality):

python -m maya pull https://www.youtube.com/playlist?list=PLyLY-SxMUzOgbhkUkru4esCxNUl3-DEtj -o assets/314 -a

If you are not downloading age-restricted videos, then option -a (authentication) can be omitted:

python -m maya pull https://www.youtube.com/playlist?list=PLyLY-SxMUzOgbhkUkru4esCxNUl3-DEtj -o assets/314

About

Youtube cli interface for downloading media

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages