Skip to content

a simple spider for luoo to get the vol info and download the music.

Notifications You must be signed in to change notification settings

isweal/luoo-crawl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luoo-crawl

a simple spider for luoo to get the vol info and download the music.

python 3.5 is required

Usage

$ python run.py --vol 1
"""
Usage: run.py [OPTIONS]

Options:
  --vol TEXT                  the vol id you want to load.
  --write / --no-write        do you want to write vol to mongodb?
  --download / --no-download  do you want to download the song?
  --help                      Show this message and exit.

"""
@click.command()
@click.option('--vol', help='the vol id you want to load.', default='all')
@click.option('--write/--no-write', help='do you want to write vol to mongodb?', default=False)
@click.option('--download/--no-download', help='do you want to download the song?', default=True)

Todo

  • improve the console print.

About

a simple spider for luoo to get the vol info and download the music.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages