Closed a84r7a3rga76fg closed 2 years ago
Use the --no-download
flag
I am. By everything, I meant all of the post's text. I just want it to save the links from the post's text.
Oh, sorry. Then try with just "format": "{embed[url]:?/\n/}"
If you only want all URLs from content
, try something like
"format": "\fE '\\n'.join(re.findall(r'https?://[^\\s\\'\"]+', content))"
but be aware that this will only find full URLs starting with https://.
There are artists who split their links into several chunks like
mega
+
.nz/file/
+
Idg12Rbb
I forgot about that, I've also seen them put the links like that which makes no sense and I hope they lose subscribers for it, I'll be closing this since it's better to save all of the text in the post.
This will save everything from the post but I want to only save the links from the post, can someone please tell me how to do that