Skip to main content

Jable TV 下载

Project description

jabledl

有的时候看的正好,想拖动一下,又要缓冲半天,所以在github上找了一下有没有合适的程序能够下载。然后发现了https://github.com/hcjohn463/JableTVDownload 但是使用的时候还是会出现一些问题,所以我copy了整个代码,然后做了一些改动,包装了一下就有了这个包,初衷还是想让下载更加方便一些。所以我还做了docker。

安装

pip install jabledl

或者极其推荐直接使用docker。

怎么用

jabletvdl [-h] [--vtype {hot,new,all}] [--urls URLS] --outdir OUTDIR [--threads THREADS]

Jable TV Downloader

optional arguments:
  -h, --help            show this help message and exit
  --vtype {hot,new,all}
                        Download list of videos
  --urls URLS           Jable TV URL to download
  --outdir OUTDIR       Output directory
  --threads THREADS     threads number

一般情况下,有特定的想看的,直接使用jabletvdl --urls [连接] --outdir [存储目录]就可以了。如果没有特定想看的,只是想先下载一些,然后以备不时之需,那推介使用jabletvdl --vtype hot --outdir [存储目录]

其中的hot表示最热的那一个列表里面进行下载(第一页),new表示最新的那一个列表里进行下载,all就是首页的进行下载(包括最新和最热)。

Docker

最推荐的还是直接使用docker

docker run -v 【想要下载到哪个目录】:/work/downloads/ videodownload/vd:latest

例如

docker run -v /home/sidepr/downloads/jabletv:/work/downloads videodownload/vd:latest

然后就会下载最热的那一个列表中的电影了。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jabledl-0.0.2.tar.gz (11.2 kB view hashes)

Uploaded Source

Built Distribution

jabledl-0.0.2-py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page