Skip to content

Releases: Microndgt/rfdmovies-client

0.1.5 basic released

13 Feb 01:52
Compare
Choose a tag to compare

Usage

usage: __main__.py [-h] [-f] [-d] [-r] [-v] [-n NUM] [-p POS] [-o OUTPUT]
                   [-g PAGE] [-c] [-C] [-m MOVIE]

Recommend && Find && Download Movie cli

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         print product version
  -n NUM, --num NUM     number of movies to return, default is 5
  -p POS, --pos POS     position for movie list to select
  -o OUTPUT, --output OUTPUT
                        path to output your movie
  -g PAGE, --page PAGE  the page you want to change
  -c, --color           enable colorized output
  -C, --cache           using the cache
  -m MOVIE, --movie MOVIE
                        the movie names you want to rfd

  -f, --find            search mode
  -d, --download        download mode
  -r, --recommend       recommend mode

History

  • 0.1.5: 细节优化,错误处理等
  • 0.1.4: 支持 豆瓣 搜索并且更新数据库了 python -m rfdmovie -f -m "宝贝" -c
  • 0.1.3: 支持 电影天堂 搜索电影下载链接啦 python -m rfdmovie -d -m "冰与火之歌" -c
  • 0.1.2: 支持 recommend,可以推荐电影啦 python -m rfdmovie -r -m "黑客帝国" -c
  • 0.1.1: 支持 download 查询 cache 数据库操作 python -m rfdmovie -d -m "宝贝" -C -c
  • 0.1.0: 导入原始数据,支持 find 查询 cache 数据库操作 python -m rfdmovie -f -m "宝贝" -C -c