Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add playlist support on franceculture #24577

Closed
3 tasks done
hamlet opened this issue Apr 2, 2020 · 1 comment
Closed
3 tasks done

Add playlist support on franceculture #24577

hamlet opened this issue Apr 2, 2020 · 1 comment

Comments

@hamlet
Copy link

hamlet commented Apr 2, 2020

Checklist

Description

I'd like to download a playlist on the site franceculture.fr. Right now it downloads only the first episode.

For example, a four episodes emission :

youtube-dl --yes-playlist https://www.franceculture.fr/emissions/la-fabrique-de-lhistoire/histoire-des-anarchies  -v -J
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--yes-playlist', u'https://www.franceculture.fr/emissions/la-fabrique-de-lhistoire/histoire-des-anarchies', u'-v', u'-J']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.03.24
[debug] Python version 2.7.16 (CPython) - Linux-4.19.0-8-amd64-x86_64-with-debian-10.3
[debug] exe versions: ffmpeg 4.1.4-1, ffprobe 4.1.4-1
[debug] Proxy map: {}
WARNING: unable to extract thumbnail; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type  youtube-dl -U  to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
[debug] Default format spec: bestvideo+bestaudio/best
{"extractor": "FranceCulture", "protocol": "https", "upload_date": "20170828", "duration": 3140, "id": "histoire-des-anarchies", "playlist": null, "http_headers": {"Accept-Charset": "ISO-8859-1,utf-8;q=0.7,*;q=0.7", "Accept-Language": "en-us,en;q=0.5", "Accept-Encoding": "gzip, deflate", "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3532.8 Safari/537.36"}, "playlist_index": null, "requested_subtitles": null, "thumbnail": null, "webpage_url_basename": "histoire-des-anarchies", "display_id": "histoire-des-anarchies", "description": null, "format": "0 - audio only", "timestamp": 1503903930, "uploader": null, "format_id": "0", "url": "https://media.radiofrance-podcast.net/podcast09/10076-28.08.2017-ITEMA_21417855-1.mp3", "extractor_key": "FranceCulture", "vcodec": "none", "title": "Histoire des Anarchies (1/4) : Naissance du mouvement anarchiste", "ext": "mp3", "webpage_url": "https://www.franceculture.fr/emissions/la-fabrique-de-lhistoire/histoire-des-anarchies"}

It seems that the extractor is not even looking for a list.

Please tell me if I can help. If you point me to a simple extractor with playlist support, I could try to copy and adapt it.

I suppose the same is true for other "radiofrance" websites, like franceinter, but I've not tested yet.

Best regards, thanks for the huge work ! :-)

@dstftw dstftw closed this as completed Apr 4, 2020
@hamlet
Copy link
Author

hamlet commented Apr 4, 2020

@dstftw Sorry to waste your time, but could you point me to the duplicate ? I couldn't find any. Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants