mikf / gallery-dl

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

[Request] Support for downloading from Piwigo galleries #475

Open emptythevoid opened 4 years ago

emptythevoid commented 4 years ago

This isn't site-specific, as far as I know. I tried to use gallery-dl on a site running on Piwigo and it wasn't able to make heads or tails of it.

PS - Love this tool. You're doing excellent work!

Hrxn commented 4 years ago

Maybe an example URL of such an Piwigo site?

emptythevoid commented 4 years ago

Here's one http://www.westcreekltd.com/public_html/Piwigo/index.php?/category/1

Thumbnails take you to individual pages, where the URL is domain...picture.php?/####/category.... where ### is a number assigned to the image (example: http://www.westcreekltd.com/public_html/Piwigo/picture.php?/6/category/1) . The images themselves have a URL pattern of domain.../_data/upload / name.jpg (example: http://www.westcreekltd.com/public_html/Piwigo/_data/i/upload/2014/10/26/20141026202243-23dfe94b-me.jpg)

I believe all Piwigo galleries follow this scheme.