mikf / gallery-dl

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

Need Help With Formatting #5789

Closed rsrch9819317222 closed 1 day ago

rsrch9819317222 commented 3 days ago

This is not an "issue", but rather, a lack of understanding how to format files. I'm currently using gallery-dl with coomer.party and reddit. I would like to add the date to the downloaded posts.

This is how file names look when I download them: "493477024_❤️_01_e22d2b2c-be4e-43c8-8722-7d9ec2132bce"

This is how I would like them to look instead: "2023-01-15-493477024_01_e22d2b2c-be4e-43c8-8722-7d9ec2132bce"

Can someone walk me through formatting ? Sorry for the inconvenience.

Hrxn commented 3 days ago

-o filename="{date:%Y-%m-%d}-{id}-{num:>02}-{filename[:180]}.{extension}"

rsrch9819317222 commented 3 days ago

Thanks a lot !