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

Donload entire Profile's "Reels" page - INOP or just plain User error? #9621

Closed
11 tasks done
earthyrock opened this issue Apr 5, 2024 · 1 comment
Closed
11 tasks done
Labels
duplicate This issue or pull request already exists site-enhancement Feature request for some website

Comments

@earthyrock
Copy link

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

US

Provide a description that is worded well enough to be understood

Longtime yt-dlp User; updated to nightly 4/4. Have never tried this before on Facebook Reels, looking to download all videos on Profiles "Reels" page. Running the following:

@echo off
"yt-dlp.exe" --config-location "yt-dlp.conf" --download-archive archive.txt "https://www.facebook.com/profile.php?id=100089482890101&sk=reels_tab" --output "X:\12X\10Video\Podcasts\Facebook\aaCompletes\%(uploader)s\%(uploader)s - %(id)s - %(title)s.%(ext)s"

.conf has the following settings:

--no-clean-info-json
--windows-filenames
--trim-filenames 140
--ffmpeg-location "G:\00OSz\12win10b zEnt-LTSC 1809 x64\05Apps\Multimedia\Video\Installed\ffmpeg\bin\ffmpeg.exe"
--audio-format "mp3"
--check-formats
--format "bestvideo[ext=mp4]+bestaudio[ext=m4a]/mp4"
--parse-metadata "video:url:/(?P<title>[^/]+)\.mp4$"

If you'd be so kind, what am I doing wrong?

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

[generic] Extracting URL: https://www.facebook.com/profile.php?id=100089482890101&sk=reels_tab
[generic] profile: Downloading webpage
[redirect] Following redirect to https://www.facebook.com/people/Alayna-Shepherd/100089482890101/?sk=reels_tab
[generic] Extracting URL: https://www.facebook.com/people/Alayna-Shepherd/100089482890101/?sk=reels_tab
[generic] ?sk=reels_tab: Downloading webpage
WARNING: [generic] Falling back on generic information extractor
[generic] ?sk=reels_tab: Extracting information
ERROR: Unsupported URL: https://www.facebook.com/people/Alayna-Shepherd/100089482890101/?sk=reels_tab
@earthyrock earthyrock added site-bug Issue with a specific website triage Untriaged issue labels Apr 5, 2024
@bashonly
Copy link
Member

bashonly commented Apr 5, 2024

Not supported. There is a feature request open: #6518

Closing as duplicate

@bashonly bashonly closed this as not planned Won't fix, can't repro, duplicate, stale Apr 5, 2024
@bashonly bashonly added duplicate This issue or pull request already exists site-enhancement Feature request for some website and removed site-bug Issue with a specific website triage Untriaged issue labels Apr 5, 2024
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-enhancement Feature request for some website
Projects
None yet
Development

No branches or pull requests

2 participants