Tver-Downloader
can record the tver.jp programs outside of Japan.
tver-downloader
├─ LICENSE
├─ README.md
├─ documents
│ ├─ README-JP.md
│ └─ README-KR.md
├─ images
│ ├─ banner.svg
│ └─ sample
│ └─ base-ui.png
├─ main.py
├─ requirements.txt
├─ tver.py
└─ utils.py
Please do not use this project for commercial use. Only for your personal, non-commercial use.
Python
: 3.12FFmpeg
-
You can install it locally:
$ git clone https://github.com/devhaaana/tver-downloader.git $ cd tver-downloader
-
Make sure you have Python installed on your system. Then, install the required packages by running the following command:
$ conda create -n tver_env python=3.12 $ conda activate tver_env $ pip install -r requirements.txt
$ python main.py
File | Description |
---|---|
tver-downloader-1.0.0.zip | AZIP file containing the full source code of tver-downloader v1.0.0. |
tver-downloader-1.0.0.tar.gz | ATAR.GZ file containing the full source code of tver-downloader v1.0.0. |