/OPENREC-dl

Download recorded streams from OPENREC.tv

Primary LanguagePythonThe UnlicenseUnlicense

OPENREC-dl

As the name might suggest, this is a "youtube-dl"-like python downloader for the site OPENREC.tv. The arguments and output are as you might expect, but just to be sure they are outlined below. Developed using Python 3.8.5, may not work on previous versions.

Install

pip3 install -r requirements.txt

Usage

python3 openrec-dl.py [ARGUMENTS] LINK/ID [LINK/ID...]

Arguments

-h, --help                    show this help message and exit
--version                     print version string and exit
-V, --verbose                 print debugging information
-d, --directory DIRECTORY     save directory (defaults to current)
--download-archive FILE       download only videos not listed in the archive
                              file and record the IDs of downloaded videos
--write-info-json             write metadata to .info.json file
--write-thumbnail             write thumbnail to image file
--write-live-chat             write live chat comments to .live_chat.json file
-f, --format FORMAT           video format, specified by either NAME or
                              GROUP-ID (defaults to Source)
-F, --list-formats            print available format details for a video and exit
--skip-download               do not download the video
--skip-convert                do not use ffmpeg to convert the MPEG-TS stream to MPEG-4