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
Release history Release notifications | RSS feed
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 details)
Built Distribution
jabledl-0.0.2-py3-none-any.whl
(11.3 kB
view details)
File details
Details for the file jabledl-0.0.2.tar.gz
.
File metadata
- Download URL: jabledl-0.0.2.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c08abb8b1ebcbdd054d820c7b898df89aa64cee59b006669ec6fff4a799d866 |
|
MD5 | 47136b0a94c0f2d8a3ada26d80a154b0 |
|
BLAKE2b-256 | 92ca681afc4892d5147c4cd698ef0627165d1d8b05396cff0cbb9eec30683e96 |
File details
Details for the file jabledl-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: jabledl-0.0.2-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | beeebb14dc40b290364630920b94fa16c1405960f1fe2329775c1029b779d53b |
|
MD5 | dad0ba0d01f8f293ccd2979fe64e2aed |
|
BLAKE2b-256 | 5da055da8ceb38f6c3f1931ea49a86a80722900d786081c04e97728d08fc1b4a |