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

www.france.tv - live stream - 403 Forbidden + No video formats found #9382

Closed
10 of 11 tasks
devooc opened this issue Mar 7, 2024 · 3 comments · Fixed by #9380
Closed
10 of 11 tasks

www.france.tv - live stream - 403 Forbidden + No video formats found #9382

devooc opened this issue Mar 7, 2024 · 3 comments · Fixed by #9380
Labels
site-bug Issue with a specific website

Comments

@devooc
Copy link

devooc commented Mar 7, 2024

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

france

Provide a description that is worded well enough to be understood

Urls on live streams no more work :
yt-dlp https://www.france.tv/france-5/direct.html

This issue seems to not be a duplicate because here there are 403 warnings :

WARNING: [FranceTV] Failed to download m3u8 information: HTTP Error 403: Forbidden
[FranceTV] 45007886-f3ff-4b3e-9706-1ef1014c5a60: Downloading m3u8 information
WARNING: [FranceTV] Failed to download m3u8 information: HTTP Error 403: Forbidden
[FranceTV] 45007886-f3ff-4b3e-9706-1ef1014c5a60: Checking for geo-restriction
ERROR: [FranceTV] 45007886-f3ff-4b3e-9706-1ef1014c5a60: No video formats found!; please report this issue 

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

yt-dlp -vU https://www.france.tv/france-5/direct.html
[debug] Command-line config: ['-vU', 'https://www.france.tv/france-5/direct.html']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version nightly@2024.03.06.232659 from yt-dlp/yt-dlp-nightly-builds [cd7086c0d] (zip)
[debug] Python 3.9.18 (CPython x86_64 64bit) - Linux-6.7.6-x86_64-Intel-R-_Core-TM-_i3-6100H_CPU_@_2.70GHz-with-glibc2.33 (OpenSSL 1.1.1w  11 Sep 2023, glibc 2.33)
[debug] exe versions: ffmpeg 4.4.2 (setts), ffprobe 4.4.2
[debug] Optional libraries: brotli-1.0.9, certifi-2021.10.08, requests-2.26.0, sqlite3-3.37.2, urllib3-1.26.8
[debug] Proxy map: {}
[debug] Request Handlers: urllib
[debug] Loaded 1836 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest
Latest version: nightly@2024.03.06.232659 from yt-dlp/yt-dlp-nightly-builds
yt-dlp is up to date (nightly@2024.03.06.232659 from yt-dlp/yt-dlp-nightly-builds)
[FranceTVSite] Extracting URL: https://www.france.tv/france-5/direct.html
[FranceTVSite] direct: Downloading webpage
[FranceTV] Extracting URL: francetv:45007886-f3ff-4b3e-9706-1ef1014c5a60#__youtubedl_smuggle=%7B%22hostname%22%3A+%22www.france.tv%22%7D
[FranceTV] 45007886-f3ff-4b3e-9706-1ef1014c5a60: Downloading desktop chrome video JSON
[FranceTV] 45007886-f3ff-4b3e-9706-1ef1014c5a60: Downloading mobile safari video JSON
[FranceTV] 45007886-f3ff-4b3e-9706-1ef1014c5a60: Downloading m3u8 information
WARNING: [FranceTV] Failed to download m3u8 information: HTTP Error 403: Forbidden
[FranceTV] 45007886-f3ff-4b3e-9706-1ef1014c5a60: Downloading m3u8 information
WARNING: [FranceTV] Failed to download m3u8 information: HTTP Error 403: Forbidden
[FranceTV] 45007886-f3ff-4b3e-9706-1ef1014c5a60: Checking for geo-restriction
ERROR: [FranceTV] 45007886-f3ff-4b3e-9706-1ef1014c5a60: No video formats found!; please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U
Traceback (most recent call last):
  File "/yt-dlp/yt_dlp/YoutubeDL.py", line 1593, in wrapper
    return func(self, *args, **kwargs)
  File "/yt-dlp/yt_dlp/YoutubeDL.py", line 1749, in __extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/yt-dlp/yt_dlp/YoutubeDL.py", line 1808, in process_ie_result
    ie_result = self.process_video_result(ie_result, download=download)
  File "/yt-dlp/yt_dlp/YoutubeDL.py", line 2795, in process_video_result
    self.raise_no_formats(info_dict)
  File "/yt-dlp/yt_dlp/YoutubeDL.py", line 1091, in raise_no_formats
    raise ExtractorError(msg, video_id=info['id'], ie=info['extractor'],
yt_dlp.utils.ExtractorError: [FranceTV] 45007886-f3ff-4b3e-9706-1ef1014c5a60: No video formats found!; please report this issue on  https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using  yt-dlp -U
@devooc devooc added site-bug Issue with a specific website triage Untriaged issue labels Mar 7, 2024
@bashonly bashonly removed the triage Untriaged issue label Mar 7, 2024
@bashonly
Copy link
Member

bashonly commented Mar 7, 2024

yt-dlp --update-to master

@devooc
Copy link
Author

devooc commented Mar 7, 2024

you solved it faster than I filled out the issue template !
Thank you

@errwann
Copy link

errwann commented Mar 7, 2024

Many thanks.

aalsuwaidi pushed a commit to aalsuwaidi/yt-dlp that referenced this issue Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-bug Issue with a specific website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants