-
-
Notifications
You must be signed in to change notification settings - Fork 975
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
Path Change in 1.20.0, not sure if a bug or feature #2148
Comments
That's a feature. You can use |
Change gallery-dl/gallery_dl/option.py Lines 94 to 98 in 4edf438
gallery-dl/gallery_dl/option.py Lines 105 to 115 in 4edf438
|
Thanks. It solved everything. |
Why did the old behavior get the new option instead of the new behavior? Changing past expected behaviors of options is typically not something one should do. |
It'll be nice to have this included in the docs, I spent an hour figuring out if I was the one who derped something in my .conf file. |
In this case the change is for the unification. There is the change log here: https://github.com/mikf/gallery-dl/releases But yes, only "add |
I should have communicated this better, sorry about that. I've never really liked Anyway, this will be reverted to its former behavior in the next release: dcfe088
I really didn't expect that many people to be using |
Maybe then the new |
No worries, I was mostly pulling my hair out thinking my config file got messed up.
Lol, my real problem is since Ive been using gallery-dl for so long now that the old -d way of doing things just became my default pathing. Had the new -d been around when I started using gallery-dl I would have deleted everything and just restarted downloading. But now I have TBs of archives of sites that either are not around anymore, and would not like to redownload stuff or spend the time to reorg everything to fit the new -d. Project for another day when I have time, but not right now. I do look forward to the new -d when I get a chance to rewrite scripts, as this would solve my "windows doesnt like that character" problem in samba when linux is fine with just about anything. |
Before 1.20.0 when I run
call "gallery-dl" -d "X:\Other Images" https://twitter.com/**someTwitterAcc**
with Twitter URL, images got actually saved to
X:\Other Images\twitter\**someTwitterAcc**\
, but after 1.20.0 running same command saves images toX:\Other Images\
Technically it is not a big deal, but I wanted to check if this is a bug or a feature?
Thanks
The text was updated successfully, but these errors were encountered: