yt-dlp / yt-dlp

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

Download Facebook Stories #5763

Open bacevs opened 1 year ago

bacevs commented 1 year ago

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

Checklist

Region

Australia

Example URLs

yt-dlp --cookies facebook.com_cookies.txt https://www.facebook.com/stories/1659105157517420

Provide a description that is worded well enough to be understood

Cannot download Facebook stories. Command line log:

C:\Users\bacevs\Downloads>yt-dlp --cookies facebook.com_cookies.txt https://www.facebook.com/stories/1659105157517420
[generic] 1659105157517420: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] 1659105157517420: Extracting information
ERROR: Unsupported URL: https://www.facebook.com/stories/1659105157517420

Provide verbose output that clearly demonstrates the problem

Complete Verbose Output

[debug] Command-line config: ['-vU', '--cookies', 'facebook.com_cookies.txt', 'https://www.facebook.com/stories/1659105157517420']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version 2022.11.11 [8b64402] (win_exe)
[debug] Python 3.8.10 (CPython AMD64 64bit) - Windows-10-10.0.22621-SP0 (OpenSSL 1.1.1k  25 Mar 2021)
[debug] exe versions: none
[debug] Optional libraries: Cryptodome-3.15.0, brotli-1.0.9, certifi-2022.09.24, mutagen-1.46.0, sqlite3-2.6.0, websockets-10.4
[debug] Proxy map: {}
[debug] Loaded 1723 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Latest version: 2022.11.11, Current version: 2022.11.11
yt-dlp is up to date (2022.11.11)
[debug] [generic] Extracting URL: https://www.facebook.com/stories/1659105157517420
[generic] 1659105157517420: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] 1659105157517420: Extracting information
[debug] Looking for embeds
ERROR: Unsupported URL: https://www.facebook.com/stories/1659105157517420
Traceback (most recent call last):
  File "yt_dlp\YoutubeDL.py", line 1485, in wrapper
  File "yt_dlp\YoutubeDL.py", line 1561, in __extract_info
  File "yt_dlp\extractor\common.py", line 674, in extract
  File "yt_dlp\extractor\generic.py", line 2721, in _real_extract
yt_dlp.utils.UnsupportedError: Unsupported URL: https://www.facebook.com/stories/1659105157517420
asif-ca commented 1 year ago

Is there any progress on downloading facebook stories?

RingoTheDog commented 8 months ago

happy new year.... we found a new example today:

https://www.facebook.com/permalink.php?story_fbid=pfbid0fqQuVEQyXRa9Dp4RcaTR14KHU3uULHV1EK7eckNXSH63JMuoALsAvVCJ97zAGitil&id=100068861234290

wenjiangit commented 4 months ago

Is there any progress on this issue?