ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
131.97k stars 10.01k forks source link

Add support for 4d.rtvslo.si archive #15590

Open novadeviator opened 6 years ago

novadeviator commented 6 years ago

I have:

What is the purpose of your issue?


example URLs:


Description of your issue, suggested solution and other information

Please add support for the archive of shows on slovenian national radio-television's online portal. They provide actual archive video clips from TV but also radio programs which also take form of a video - audio with a still image.

franga2000 commented 3 years ago

I've done some reverse-engineering and it looks like it's standard HLS with some trivial DRM scheme slapped on top. Here are my notes, which should be enough to implement this: https://gist.github.com/franga2000/688d6062b3006c3703d0bfb2d7dd626d#file-rtv_4d_download_spec-md

I can't spare the time at the moment, but am happy to implement it once I'm free (unless someone beats me to it).

If anyone comes across this more than a month from now and I haven't made a PR yet, please ping me because I probably just forgot :sweat_smile:.

Any pointers from the maintainers in terms of the convention for handling M3U8 URLs are also appreciated - I imagine there's some shared function every HLS-based extractor calls since it's so common?