-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Having issue with module yt-dlp #2436
Comments
What's the output of Or are you using a gallery-dl executable from the Releases page? And even if gallery-dl could use yt-dlp, downloading videos from pinterest currently fails with "[downloader.ytdl][error] ERROR: unable to download video data: HTTP Error 403: Forbidden" due to forcing the native m3u8 downloader:
|
yeah,I'm using gallery-dl executable from the Releases page |
Those can't use yt-dlp. They only have youtube-dl embedded and are unable to use any "external" modules. Since you already have a Python interpreter with pip installed, you can just install and run gallery-dl with that ( |
I've been downloading vidoes form Pinterest user,it showing error "module cannot import "yt-dlp"
then try install module using pip command
and then retry the command still its showing the same error.
The text was updated successfully, but these errors were encountered: