Skip to content

A command-line tool written in Python for downloading albums from MyAlbum

License

Notifications You must be signed in to change notification settings

giosali/myalbum-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myalbum-dl

Package Version Python Version

A command-line tool written in Python for downloading albums from MyAlbum

Installation

In order to install the tool, run the following in your terminal:

$ pip install myalbum-dl

Usage

Once myalbum-dl is installed, all you need to do is run the following in your terminal to use it:

$ myalbum-dl <URL>

For example:

$ myalbum-dl https://myalbum.com/album/uRCYu2bHECn7

Arguments

Here's a list of available arguments you can pass at the command line:

positional arguments:
    album                           URL of the album to scrape
    
optional arguments:
    -h, --help                      show this help message and exit
    --debug                         option to enable debugging
    -s, --separate                  separate media types into their own directories

For example, if you want files to be separated by media type into their own directories, you can pass the separate argument like so:

$ myalbum-dl https://myalbum.com/album/uRCYu2bHECn7 -s

or

$ myalbum-dl https://myalbum.com/album/uRCYu2bHECn7 --separate

About

A command-line tool written in Python for downloading albums from MyAlbum

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages