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

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 either of the following commands:

Using URL
python tver.py https://tver.jp/series/sr12345678 [https://tver.jp/series/sr23456789 ...]
Using Series ID
python tver.py sr12345678 [sr23456789 ...]

These commands will retrieve episode links from the provided series links and save them into tver.txt.
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