Skip to content

Extracts links from one or more series currently streaming on TVer into a text file for batch processing with yt-dlp, using Selenium and Beautiful Soup.

Notifications You must be signed in to change notification settings

e0406370/tverbatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Extracts links from one or more series currently streaming on TVer into a text file for batch processing with yt-dlp, using Selenium and Beautiful Soup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages