-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] More customization in Filename Pattern #74
Comments
Good suggestion. I attempted to implement this feature in the past.
If you want to make a PR. There are few things need to be done.
Feel free to let me know if you need further information. |
Something like |
@outlaw420 In my opinion, I prefer non-space filename especially in CLI environment. |
I'm no dev but I understand it may cause a conflict in some environments, though it's great for casuals like me. It's up to you but it would be nice to have this option regardless. Thanks! |
I'm trying to go from TwMediaDownloader to this extension. It would be nice if we could add a filename option to the end, and customize if there is the extra 0 at the end of the serial to make it fully compatible with the old extension. Currently, I have to manually rename those files. |
|
Regarding your comment on July 3, you can take a look at an extension called Powerful Pixiv Downloader. But it can be a lot of work. In terms of my personal needs, I currently only need to add a customizable prefix, such as "MH▲-", so that I can distinguish which files are downloaded through your extension. |
I can use a mass renamer to fix the incompatibility, but it's another step that it would be nice if I could avoid if possible in case I forget. |
You can use |
If you really need this you can make a PR. |
Describe the solution you'd like
More customization in Filename Pattern, Like a textbox I can type the layout of the text, the order and also more info.
Example post:
https://twitter.com/saltastic_/status/1658472020735303690
Example Filename pattern:
twitter_{user-name}(@{user-id})_{date-time}_{status-id}_{file-type}
output:
twitter_shio(@saltastic_)_20230516-135837_1658472020735303690_photo.jpg
The text was updated successfully, but these errors were encountered: