Skip to content
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

Custom media download template #838

Open
vampiricwulf opened this issue Jun 12, 2024 · 1 comment
Open

Custom media download template #838

vampiricwulf opened this issue Jun 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@vampiricwulf
Copy link

With a userscript called Twitter Media Downloader, I use a template I have a greater preference for, if possible I would like the ability to set the template to be used or at least be given an option for it: @{user-id}-{status-id}
An example with https://twitter.com/GooseworxMusic/status/1800475085473788315 -> @GooseworxMusic-1800475085473788315-0.jpg @GooseworxMusic-1800475085473788315-1.jpg @GooseworxMusic-1800475085473788315-2.jpg

@vampiricwulf vampiricwulf added the enhancement New feature or request label Jun 12, 2024
@vampiricwulf
Copy link
Author

To explain the preference, it's because Regex \w is alphanumeric and underscore, which is the exact limitations account names have for Twitter, so I prefer to use - to break apart sections of important data which is not captured and not allowed in names.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant