mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.85k stars 975 forks source link

Gallery-dl no longer follows folder structure #2706

Open HistoricTheater opened 2 years ago

HistoricTheater commented 2 years ago

gallery-dl is no longer following the folder structure ala creating new folders for each post as it has been. It just dumps everything in the one folder v 1.22.1

"directory": ["patreon", "{creator[full_name]}", "{date}-{title}"],
"filename": "{date:%Y-%m-%d}_{id}_{title}_{num:>02}.{extension}"
mikf commented 2 years ago

What did you change before it stopped creating folders per post? If you only updated gallery-dl, what version did you use before? Does it work again when switching back to the older version?

HistoricTheater commented 2 years ago
What did you change before it stopped creating folders per post?

I had not changed anything in the config is most likely a year or two or longer. I got a 403 forbidden error so i got a new patreon cookie and when i went to run it i received this issue. I had last run it around 2 weeks ago with no error.

what version did you use before?

I cannot say what version i was using before as it had been many weeks/months since i ran the pip command for the latest git package.The error occured using the latest git master via pip.

rogerlio commented 1 year ago

Had same issue, no changes to config, only updated the gallery-dl app in chocolately, resolved by reverting to version 1.15.0