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

[Facebook] Error while trying to download videos #7737

Closed
10 of 11 tasks
ILPlais opened this issue Jul 31, 2023 · 1 comment
Closed
10 of 11 tasks

[Facebook] Error while trying to download videos #7737

ILPlais opened this issue Jul 31, 2023 · 1 comment
Labels
duplicate This issue or pull request already exists site-bug Issue with a specific website

Comments

@ILPlais
Copy link

ILPlais commented Jul 31, 2023

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

Hello,

I'm trying to download videos from a Facebook page. I used the share function and get this URL: https://fb.watch/m7pZtLqJ2I/
But when I'm trying to download the video, I've got a message saying "ERROR: [facebook] 1347156282872226: No video formats found!…".
Are there any issues with Facebook downloads and the latest version of yt-dlp?

Thanks and have a good day.

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

[debug] Command-line config: ['-vU', '--add-metadata', 'https://fb.watch/m7pZtLqJ2I/']
[debug] Encodings: locale utf-8, fs utf-8, pref utf-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2023.07.06 [b532a3481] (debian*)
[debug] Python 3.11.4 (CPython aarch64 64bit) - Linux-4.19.157-perf+-aarch64-with-glibc2.37 (OpenSSL 3.0.9 30 May 2023, glibc 2.37)
[debug] exe versions: ffmpeg 5.1.3-2 (setts), ffprobe 5.1.3-2, rtmpdump 2.4
[debug] Optional libraries: Cryptodome-3.11.0, brotli-1.0.9, certifi-2022.09.24, mutagen-1.46.0, pyxattr-0.8.1, sqlite3-2.6.0, websockets-10.4
[debug] Proxy map: {}
[debug] Loaded 1855 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Available version: stable@2023.07.06, Current version: stable@2023.07.06
yt-dlp is up to date (stable@2023.07.06)
[generic] Extracting URL: https://fb.watch/m7pZtLqJ2I/
[generic] m7pZtLqJ2I: Downloading webpage
[redirect] Following redirect to https://www.facebook.com/reel/1347156282872226/
[facebook:reel] Extracting URL: https://www.facebook.com/reel/1347156282872226/
[facebook] Extracting URL: https://m.facebook.com/watch/?v=1347156282872226&_rdr
[facebook] 1347156282872226: Downloading webpage
ERROR: [facebook] 1347156282872226: 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 "/usr/lib/python3/dist-packages/yt_dlp/YoutubeDL.py", line 1560, in wrapper
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yt_dlp/YoutubeDL.py", line 1709, in __extract_info
    return self.process_ie_result(ie_result, download, extra_info)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yt_dlp/YoutubeDL.py", line 1768, in process_ie_result
    ie_result = self.process_video_result(ie_result, download=download)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/yt_dlp/YoutubeDL.py", line 2732, in process_video_result
    self.raise_no_formats(info_dict)
  File "/usr/lib/python3/dist-packages/yt_dlp/YoutubeDL.py", line 1073, in raise_no_formats
    raise ExtractorError(msg, video_id=info['id'], ie=info['extractor'],
yt_dlp.utils.ExtractorError: [facebook] 1347156282872226: 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
@ILPlais ILPlais added site-bug Issue with a specific website triage Untriaged issue labels Jul 31, 2023
@bashonly
Copy link
Member

Duplicate of #7469

Fixed by bb5d84c

Install the master branch with pip or get the nightly build (yt-dlp --update-to nightly)

@bashonly bashonly closed this as not planned Won't fix, can't repro, duplicate, stale Jul 31, 2023
@bashonly bashonly added duplicate This issue or pull request already exists and removed triage Untriaged issue labels Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists site-bug Issue with a specific website
Projects
None yet
Development

No branches or pull requests

2 participants