A tool to download subtitled videos from the website loadtup.com.
Go to file
mappu 367210ff23 add customizable logging levels 2021-04-12 11:51:50 +12:00
.gitignore initial commit 2021-04-11 19:41:32 +12:00
README.md initial commit 2021-04-11 19:41:32 +12:00
crc32writer.go initial commit 2021-04-11 19:41:32 +12:00
main.go add customizable logging levels 2021-04-12 11:51:50 +12:00
scrape.go scrcaps: fix bad check for unsupported scrcap presence 2021-04-12 11:25:31 +12:00
writesubs.go use mediainfo to get duration for final subtitle entry 2021-04-12 11:36:19 +12:00

README.md

loadtup-dl

A tool to download subtitled videos from the website loadtup.com.

It downloads videos using youtube-dl; parses and converts loadtup's custom subtitle format to srt; and remuxes them together using mkvmerge, including the CRC32 in the resulting filename.

Usage

Usage: loadtup-dl [options] [--] URL|- [URL...]

Supported URLs take the form 'https://loadtup.com/abcdefghijk'. Use a hyphen to
read equivalent loadtup.com HTML content from stdin.

Options:
  --youtube-dl PATH          Override path to youtube-dl
  --mkvmerge PATH            Override path to mkvmerge
  --output PATH              Override output filename
                             (only valid for a single URL)
  --delete-temporary=false   Preserve temporary files