Skip to content

Python implementation for recording TVer programs outside of Japan.

License

Notifications You must be signed in to change notification settings

devhaaana/tver-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tverpy License: MIT Release version Commits Last Commit



Tver-Downloader can record the tver.jp programs outside of Japan.

Index

Architecture

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

Warning

Please do not use this project for commercial use. Only for your personal, non-commercial use.

Technologies

  • Python : 3.12
  • FFmpeg

Getting Started

Installation

  • 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

Usage

$ python main.py

base-ui

Release Files

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.

Hits

About

Python implementation for recording TVer programs outside of Japan.

Topics

Resources

License

Stars

Watchers

Forks

Languages