[SOLVED] yt-dlp facebook issue
Posted: 17 Sep 2023, 20:58
I have the same issue as described here
https://github.com/yt-dlp/yt-dlp/issues/7901
The solution should be this:
So no path "yt_dlp/extractor/"
How do I apply this fix to the porteus module based yt-dlp?
https://github.com/yt-dlp/yt-dlp/issues/7901
The solution should be this:
My yt-dlp module only has these files:Replace your facebook.py file in "yt_dlp/extractor/" path with this fixed file https://github.com/ringus1/yt-dlp/blob/ ... acebook.py
Code: Select all
/usr
/usr/bin
/usr/bin/yt-dlp
/var
/var/lib
/var/lib/pkgtools
/var/lib/pkgtools/packages
/var/lib/pkgtools/packages/yt-dlp-2023.07.06-noarch-1ncm
How do I apply this fix to the porteus module based yt-dlp?