alexta69 / metube

Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
GNU Affero General Public License v3.0
4k stars 263 forks source link

Facebook videos will download but not Facebook reels #309

Closed Tonynks closed 9 months ago

Tonynks commented 11 months ago

I can download https://fb.watch/mmOasdHS5A/ But not https://www.facebook.com/watch/?v=3009146216032116

The second link regardless of cookies or not says no video format.

Is there a solution?

Tonynks commented 11 months ago

If I change URL to d.facebook.com then play the video and use link it makes, then it works.

PikuZheng commented 11 months ago

yt-dlp fixed it on July 11th, please wait for the next release of yt-dlp or compile nightly binary by yourself

Tonynks commented 11 months ago

Is the command docker pull yt-dlp/yt-dlp:2023.08.12.042625

Tonynks commented 11 months ago

What's the command inside sh to upgrade yt-dlp.
pip install --upgrade --pre yt-dlp only pulles latest not the nightly.

Tonynks commented 11 months ago

For anyone else I found solution.
Sh into the metube container docker exec -it metube sh Then go-to the /usr/local/bin dir Then issue this command pip install --force-reinstall https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2023.08.12.042625/yt-dlp.tar.gz

Then restart the container.