Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 912 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 912 Bytes

Overview

This command-line tool retrieves episode links from one or more series currently streaming on TVer and saves them to a text file, using Selenium and Beautiful Soup. Afterwards, it executes yt-dlp internally to download the episodes.

Requirements

Assuming the CLI is in the tverbatch directory, install all required dependencies by running:

pip install -r requirements.txt

Usage

Assuming the CLI is in the tverbatch directory, execute the following command:

python tver.py URL [URL...]
URL can be one of the following formats:
    - episode_url => https://tver.jp/episodes/ep12345678
    - episode_id => ep12345678
    - series_url => https://tver.jp/series/sr12345678
    - series_id => sr12345678

The episodes will then be downloaded to the downloads folder, with subtitles included where available.