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

Site Support Request raiplayradio.it #15027

Open xoich opened 6 years ago

xoich commented 6 years ago

What is the purpose of your issue?


This is a brand new web interface of Rai, the main italian radio and television network. No wonder it is not yet supported by youtube-dl. Example of playlists to support are below.

Playlist: http://www.raiplayradio.it/playlist/2017/12/Valentino-881b6a9f-644f-41cc-89dc-aaa010c11816.html Playlist: http://www.raiplayradio.it/playlist/2017/12/Arancia-Meccanica-9d191ecb-23df-43fe-8e97-e423707f7de3.html

Vrihub commented 6 years ago

The attached patch for /extractor/rai.py adds support for raiplayradio.it audio items.

For playlists, a new function should be added, to download the playlist json (append ?json to the playlist URL), parse it, and extract the playlist episodes information.

rai.py.patch.txt

frafra commented 3 years ago

I made a patch almost 2 years ago. It went under revision, I made the requested improvements, but the review process is very slow :(