MediaCCCDl

command module
v0.0.0-...-70a0e51 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 23, 2020 License: MIT Imports: 9 Imported by: 0

README

MediaCCCDl

(mirrored from gitlab)
A tool to retrieve download URLs for media.ccc.de videos.

Usage

mediacccdl <url> [--format] [--lang]

Supported formats:

Video:

  • mp4
  • webm Audio:
  • mp3
  • opus
Supported languages
  • deu/de
  • eng/en

Exit codes

0 - no error
1 - flag error
2 - HTTP error
3 - No URL found

Examples

Download a video/audio

wget $(mediacccdl "<URL>" --format mp4/mp3)

Download in german/english

wget $(mediacccdl "<URL>" --lang de/en)

Download a list of videos parallel

cat ccc | parallel wget '$(mediacccdl {})'

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL