Closed CashOver closed 3 weeks ago
Downloading videos on Pinterest needs youtube-dl/yt-dlp to be installed alongside gallery-dl when you installed with pip.
I don't know what you mean with "or between websites".
how can i download youtube-dl and just ignore the "or between websites"
pip install yt-dlp
thank you
I've looked into this whole Pinterest videos thing a bit more, and, as it turns out, most of the recent videos are actually "story" pins, which are not yet supported.
Real video pins work when ytdl is installed.
$ gallery-dl https://www.pinterest.com/pin/422564377542934214/
/tmp/_/pinterest/pinterest_422564377542934214.mp4
For story pins it only downloads the preview image, even though there is an "embedded" video
$ gallery-dl https://www.pinterest.com/pin/870954015416439245/
/tmp/_/pinterest/pinterest_870954015416439245.jpg
Hi, I would like to know how I could fix this error, because every time I download it in folder format it causes this problem :
"\gallery-dl\pinterest\singhraaz079\pinterest_633670610091744913.mp4[downloader.ytdl][error] ERROR: You have requested merging of multiple formats but ffmpeg is not installed. Aborting due to --abort-on-error"
It says exactly what's wrong.
Well, every time I go to the images and videos on pinterest I don't know where the error is or I'll have to add:
I would like to know how you can help me
Reading the error message helps. https://github.com/yt-dlp/yt-dlp#strongly-recommended
when running pip install yt-dlp
, I get Requirement already satisfied
and yet: [download][error] Failed to download pinterest_123456789.mp4
Anyone an idea what may be the issue or how to resolve this?
when running
pip install yt-dlp
, I getRequirement already satisfied
and yet:[download][error] Failed to download pinterest_123456789.mp4
Anyone an idea what may be the issue or how to resolve this?
Provide the command used, the full output log when using --verbose
, and the config file, from all of which you censored your usernames/passwords/ID's of course.
command used:
gallery-dl --cookies "$HOME/Downloads/www.pinterest.de_cookies.txt" "https://www.pinterest.de/username/board/" --verbose
config file: no changes
output log:
[gallery-dl][debug] Version 1.25.8
[gallery-dl][debug] Python 3.11.4 - macOS-13.2-x86_64-i386-64bit
[gallery-dl][debug] requests 2.31.0 - urllib3 2.0.3
[gallery-dl][debug] Configuration Files []
...
[downloader.ytdl][error] Cannot import module 'youtube_dl'
[downloader.ytdl][debug]
Traceback (most recent call last):
File "/usr/local/Cellar/gallery-dl/1.25.8/libexec/lib/python3.11/site-packages/gallery_dl/ytdl.py", line 20, in import_module
return __import__("yt_dlp")
^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'yt_dlp'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/Cellar/gallery-dl/1.25.8/libexec/lib/python3.11/site-packages/gallery_dl/downloader/ytdl.py", line 44, in download
module = ytdl.import_module(self.config("module"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/Cellar/gallery-dl/1.25.8/libexec/lib/python3.11/site-packages/gallery_dl/ytdl.py", line 22, in import_module
return __import__("youtube_dl")
^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'youtube_dl'
...
Turns out the script is unable to access yt_dlp
. However, pip install yt_dlp
, gives me:
Requirement already satisfied: yt_dlp in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (2023.3.4)
Requirement already satisfied: mutagen in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from yt_dlp) (1.46.0)
Requirement already satisfied: pycryptodomex in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from yt_dlp) (3.18.0)
Requirement already satisfied: websockets in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from yt_dlp) (11.0.3)
Requirement already satisfied: certifi in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from yt_dlp) (2023.5.7)
Requirement already satisfied: brotli in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from yt_dlp) (1.0.9)
What may be causing this?
Different Python installations?
Different Python installations?
I'm assuming one of these I've installed using Homebrew and one came with the system. Do you happen to know if there's an easy way to resolve this if this is what's causing the issue?
/usr/bin/python3
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
Use the 2nd method in https://www.cyberciti.biz/faq/appleosx-bash-unix-change-set-path-environment-variable/ to put the system one after the Homebrew one.
Use the 2nd method in https://www.cyberciti.biz/faq/appleosx-bash-unix-change-set-path-environment-variable/ to put the system one after the Homebrew one.
Appreciate it. That did the trick.
Use the 2nd method in https://www.cyberciti.biz/faq/appleosx-bash-unix-change-set-path-environment-variable/ to put the system one after the Homebrew one.
If you have a free sec could you explain in some more detail? ls -l /etc/paths.d
for me returns 10-cryptex & mono-commands. Am I to be adding /opt/homebrew/bin to one of these?
I'm getting ERROR: You have requested merging of multiple formats but ffmpeg is not installed.
only when sending commands over SSH.
I would like to know how I could download videos on pinterest or between websites