Replies: 1 comment 2 replies
-
This is possible, but somewhat involved. You'd probably want to make from gallery_dl.text import extr {
"extractor": {
"twitter": {
"filename": "\fF ... {extr(content, '“', '“')} ... .{extension}"
}
},
"globals": "gdl.py"
} Using regular expressions might also work. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to automate downloading a twitter account which posts images and with a lot of text but I want the downloaded files' filename to be the text within “ ” from the tweet
PS: it's not regular " "
Beta Was this translation helpful? Give feedback.
All reactions