Replies: 1 comment 4 replies
-
If you haven't been using your own configuration file already, now's the right time to do so! Because you can add a "directlink":
{
"directory": ["Other", "Directly Downloaded Pics"],
"filename": "{domain}/{path}/{filename}.{extension}",
"archive": "~/gallery-dl/archives/gldl-archive-directlinks.db"
}, There won't be a lot of useful metadata in such a case, obviously. But you can always pre-define your own custom keywords in the config file, and re-use those in the "directory" and/or "filename" options. With one of the examples from the documentation in the directory name: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I download images from many websites that aren't supported by gallery-dl, basically I feed gallery-dl the raw urls and download them. but you know that with the direct links gallery-dl doesn't give you the nice and elegant system you have with websites with extractors. namely the naming and nested folders.
How can I rename them or append my own name along their original names? (because I sometimes wants the original naming as well)
I tried to pipe the output to linux tools like
mv
andrename
but apparently it isn't possible.Example:
gallery-dl.exe
https://example-website.com/DC74E6D-9063-7C31-A646-65D864A4.jpg
From
DC74E6D-9063-7C31-A646-65D864A4.jpg
toNew_name.jpg
or append to the original name likeDC74E6D-9063-7C31-A646-65D864A4[Model_name].jpg
Beta Was this translation helpful? Give feedback.
All reactions