You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to save the information of the downloaded files. How can I achieve this?
For example, when running gallery-dl.exe https://www.pixiv.net/users/1234567, I want to write the information of all the downloaded image files into a txt file named with the current date (e.g., Pixiv/ABC/24.11.25.txt) located in the "Pixiv", "{user[name]}" folder.
The format of the information in the file should be:
↲[{date:D%Y-%m-%d}](pid-{id}){title}.{extension}【{caption}】{tags!S}
One file per line, similar to:
Additionally, since {user[name]} often changes, I have created a mapping table for {user[id]} and folder names. How can I make gallery-dl save files to the corresponding folder under the Pixiv folder based on {user[id]}? I have a txt file similar to this:
123456|ABC
123232|CBA
123333|LLL
Here is my current download configuration, which seems to have some errors and does not achieve the desired result:
I would like to save the information of the downloaded files. How can I achieve this?
For example, when running
gallery-dl.exe https://www.pixiv.net/users/1234567
, I want to write the information of all the downloaded image files into a txt file named with the current date (e.g.,Pixiv/ABC/24.11.25.txt
) located in the"Pixiv", "{user[name]}"
folder.The format of the information in the file should be:
↲[{date:D%Y-%m-%d}](pid-{id}){title}.{extension}【{caption}】{tags!S}
One file per line, similar to:
Additionally, since {user[name]} often changes, I have created a mapping table for {user[id]} and folder names. How can I make gallery-dl save files to the corresponding folder under the Pixiv folder based on {user[id]}? I have a txt file similar to this:
Here is my current download configuration, which seems to have some errors and does not achieve the desired result:
The text was updated successfully, but these errors were encountered: