Downloading itself will be done by yt-dlp.
If you are pkgsrc user, install the following packages.
- devel/py-requests
- net/yt-dlp
- security/py-cryptodome
- multimedia/ffmpeg5
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.