Skip to content
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

Questions, Feedback, Suggestions #5 #6582

Open
mikf opened this issue Dec 1, 2024 · 9 comments
Open

Questions, Feedback, Suggestions #5 #6582

mikf opened this issue Dec 1, 2024 · 9 comments

Comments

@mikf
Copy link
Owner

mikf commented Dec 1, 2024

Continuation of the previous issue as a central place for any sort of question or suggestion not deserving their own separate issue.

Links to older issues: #11, #74, #146, #5262.

@SpiffyChatterbox
Copy link

Any news or thoughts on version 2.0? Anything we can do to help?

@noshii117
Copy link

is Facebook supported? whenever I try to download from a page using this

gallery-dl --cookies-from-browser firefox https://www.facebook.com/pagenamehere

it says Unsupported URL

@Hrxn
Copy link
Contributor

Hrxn commented Dec 5, 2024

@noshii117 Yes, it should be, make sure you are actually running the latest version of gallery-dl..

@biggestsonicfan
Copy link

Got a bit of a pickle. I use gallery-dl inside a WSL instance. Not usually a problem because I can point to a mounting path. However, I've come across an instance where I need to use yt-dlp with gallery-dl, and I don't know how I'd pass my Window's browser cookies to yt-dlp in the .gallery-dl.conf file.

@mikf
Copy link
Owner Author

mikf commented Dec 6, 2024

@biggestsonicfan
Not entirely sure if this works in WSL, but try exporting them as Netscape cookies.txt and pass this file's path via cmdline-args or raw-options.

            "cmdline-args": [
                "--cookies", "C:/path/to/cookies.txt"
            ],
            
            "raw-options": {
                "cookiefile": "C:/path/to/cookies.txt"
            }

When using yt-dlp as downloader, it can directly use gallery-dl's cookies via forward-cookies.

@SpiffyChatterbox
I'll try to start working on it with the start of 2025, but no promises.

@nightbrd
Copy link

nightbrd commented Dec 9, 2024

Hey there, is there any way to change how an enumeration index is put into a file name when using "skip": "enumerate"? eg. instead of file.1.ext, turn it into file (1).ext?

@mikf
Copy link
Owner Author

mikf commented Dec 9, 2024

@nightbrd
There isn't. The format for "skip": "enumerate" is currently hardcoded.

@Hrxn
Copy link
Contributor

Hrxn commented Dec 9, 2024

@nightbrd You can simply use on of the bajillion already existing tools for renaming files, or write a shell script on your own.

As long as the names are consistent, you can easily turn something like file.1.ext into file (1).ext

@noshii117
Copy link

@noshii117 Yes, it should be, make sure you are actually running the latest version of gallery-dl..

very late but, yes, it's the first thing I did and it's the same result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants