yt-dlp / yt-dlp

A feature-rich command-line audio/video downloader
https://discord.gg/H5MNcFW63r
The Unlicense
84.75k stars 6.61k forks source link

The francetv downloader is no longer operational #9350

Closed pavel167 closed 7 months ago

pavel167 commented 7 months ago

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

Checklist

Region

France

Provide a description that is worded well enough to be understood

Hello, Perhaps francetv modified access to videos, as since some days they aren't available for downloading. In the same time they are Ok onliny playing. I investigated the code in ../extractor/francetv.py: instruction dinfo = self._download_json fails to get dinfo.

Provide verbose output that clearly demonstrates the problem

Complete Verbose Output

(env_video_dnld) pavel@MISSURI:~/env_video_dnld$ yt-dlp -F https://www.france.tv/documentaires/art-culture/3004513-bacri-comme-un-air-de-famille.html
[FranceTVSite] Extracting URL: https://www.france.tv/documentaires/art-culture/3004513-bacri-comme-un-air-de-famille.html
[FranceTVSite] 3004513-bacri-comme-un-air-de-famille: Downloading webpage
[FranceTV] Extracting URL: francetv:508fc41b-3ae2-4523-965a-da3140cf302d
[FranceTV] 508fc41b-3ae2-4523-965a-da3140cf302d: Downloading desktop video JSON
WARNING: [FranceTV] Unable to download JSON metadata: HTTP Error 400: Bad Request
[FranceTV] 508fc41b-3ae2-4523-965a-da3140cf302d: Downloading mobile video JSON
WARNING: [FranceTV] Unable to download JSON metadata: HTTP Error 400: Bad Request
ERROR: 'NoneType' object has no attribute 'strip'
bashonly commented 7 months ago

Duplicate of #9323

Closed by 9749ac7fecbfda391afbadf2870797ce0e382622

update to nightly

yt-dlp --update-to nightly

or

python3 -m pip install -U --pre yt-dlp
pavel167 commented 7 months ago

Ok, thanks.