-
-
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
Doubt on MP4 #4229
Comments
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" |
|
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.
For story pins it only downloads the preview image, even though there is an "embedded" video
|
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: config: "extractor":
{
"base-directory": "./gallery-dl/",
"parent-directory": false,
"postprocessors": null,
"archive": null,
"cookies": null,
"cookies-update": true,
"proxy": null,
"skip": true,
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/112.0",
"retries": 4,
"timeout": 30.0,
"verify": true,
"fallback": true,
"sleep": 0,
"sleep-request": 0,
"sleep-extractor": 0,
"path-restrict": "auto",
"path-replace": "_",
"path-remove": "\\u0000-\\u001f\\u007f",
"path-strip": "auto",
"path-extended": true,
"extension-map": {
"jpeg": "jpg",
"jpe" : "jpg",
"jfif": "jpg",
"jif" : "jpg",
"jfi" : "jpg"
},
"ytdl":
{
"enabled": false,
"format": "bestvideo+bestaudio/best",
"generic": true,
"logging": true,
"module": null,
"raw-options": {
"quiet": true,
"writesubtitles": true,
"merge_output_format": "mp4"
}
},
"downloader":
{
"filesize-min": null,
"filesize-max": null,
"mtime": true,
"part": true,
"part-directory": null,
"progress": 3.0,
"rate": null,
"retries": 4,
"timeout": 30.0,
"verify": true,
"http":
{
"adjust-extensions": true,
"chunk-size": 32768,
"headers": null
},
"ytdl":
{
"format": "bestvideo+bestaudio/best",
"forward-cookies": false,
"logging": true,
"module": null,
"outtmpl": null,
"raw-options": {
"quiet": true,
"writesubtitles": true,
"merge_output_format": "mp4"
}
}
},
"output":
{
"mode": "auto",
"progress": true,
"shorten": true,
"ansi": false,
"colors": {
"success": "1;32",
"skip" : "2"
},
"skip": true,
"log": "[{name}][{levelname}] {message}",
"logfile": null,
"unsupportedfile": null
},
"netrc": false
} I would like to know how you can help me |
Reading the error message helps. |
when running Anyone an idea what may be the issue or how to resolve this? |
Provide the command used, the full output log when using |
command used:
config file: output log:
Turns out the script is unable to access
What may be causing this? |
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?
|
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. |
If you have a free sec could you explain in some more detail? I'm getting |
I would like to know how I could download videos on pinterest or between websites
The text was updated successfully, but these errors were encountered: