-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
France.tv broken on some videos #26505
Comments
I've been digging a bit and it looks like youtube-dl is using the The latter returns a JSON with a I might fix it but I've never contributed to OSS so it may take some time for me to get it right. |
Bonjour, j'ai eu le même problème, cela semble aléatoire selon les vidéos. Dans la même série, seul le premier épisode a résisté à youtube-dl (https://www.france.tv/france-5/apocalypse-la-2e-guerre-mondiale/saison-1/328777-l-agression-1933-1939.html). Tous les autres ont fonctionné. Hi, I have the same problem. On a given show, only the first episode won't be downloaded. |
@dstftw, could you please provide the bug number? I didn’t find it and I would like to follow it. |
Checklist
Verbose log
Description
Some episodes of Lego Ninjago are not downloadable but are playable within the browser:
I dug into the code of
francetv.py
and indeed there is a difference between the two in the JSON file fetched:url
for each video: https://sivideo.webservices.francetelevisions.fr/tools/getInfosOeuvre/v2/?idDiffusion=cede1820-bdbb-4571-9673-5be4e97df458url
(null value): https://sivideo.webservices.francetelevisions.fr/tools/getInfosOeuvre/v2/?idDiffusion=dd1f1669-a5fb-479b-999c-31323f85f3f0The second video is playable within the browser though, so there should be a way to download it.
The text was updated successfully, but these errors were encountered: