Skip to content

ryoon/tver-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download movies from TVer.jp with title search

Downloading itself will be done by yt-dlp.

How to install

If you are pkgsrc user, install the following packages.

  • devel/py-requests
  • net/yt-dlp
  • security/py-cryptodome
  • multimedia/ffmpeg5

How to use

Collect URLs to track to download movies, for example in URIs.txt.

Run with --gentitle:

$ ./tver-downloader.py --gentitle URIs.txt titles.txt

You will get titles.txt. This will be used more than one downloads.

Run without --gentitle periodically:

$ ./tver-downloader.py titles.txt

You will get .mp4 files in this directory.

About

TVer.jp series downloader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages