-
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
TF1 missing video formats #27980
Comments
Note: the extensive list used to be something like
Some hints are available in issue #27201 : #27901 (comment) |
@pingu1, they did "fix" that method/moved that resource. At least on the videos I have tried since. |
Well, take this URL: https://www.tf1.fr/tmc/quotidien-avec-yann-barthes/videos/quotidien-premiere-partie-du-26-janvier-2021-39755366.html Used as I tried to access the hls videos from the other subdomain you were mentioning in the other open issue, but I can only get 404s. I tried with the username/password, cookies, behind a FR proxy ... no luck, and I have little clue as where to find the HD formats. Is there any chance to fetch all the format from the different resources? |
Sorry, I meant that tf1 "fixed" the method, moving the resources away from that location, which prevents users from finding it that way. There likely is some digging that can be done to find it in an automated sense, but when I did the steps manually, it appears that TF1 has moved all their HD behind another json that requires login. When logging in, behind a proxy, in Network Inspection I can see a json at: https://mediainfo.tf1.fr/mediainfocombo/13762766?context=MYTF1&pver=XXXXX&platform=XXX&os=XXXX&osVersion=XXXXXX&topDomain=unknown which contains a link to the playlist for the HD versions. It appears that they may want to drop "min_bitrate=XXXXXX" entirely and change max_bitrate to 2800000, in the mpd_url request. |
Checklist
Verbose log
Description
Since last fix, yt-dl is not detecting all available formats, only low-quality ones. HD videos still exist because they are playable with web player.
The text was updated successfully, but these errors were encountered: