Thread 1534648 - /wsr/

Anonymous
7/23/2025, 9:15:23 PM No.1534648
tw
tw
md5: 1685b2214f4d9321cc287be74d9a05cd🔍
I'm just looking for the most reliable and safe way to download videos/gifs from twitter. Anyone have some suggestions?
Replies: >>1534706
Anonymous
7/24/2025, 12:42:07 AM No.1534668
I just use this site. idk if it's safe or not
twittervideodownloader.com
Anonymous
7/24/2025, 1:25:46 AM No.1534675
I use NotSoBot, set up an empty Discord server to add it to, and use the .dl command
Replies: >>1534701
Anonymous
7/24/2025, 2:12:22 AM No.1534681
jdownloader2, requires a twitter account sometimes for the cookies
Replies: >>1534701
Anonymous
7/24/2025, 2:19:34 AM No.1534682
how about yt-dlp
maybe xcancel.com works too
Anonymous
7/24/2025, 3:00:34 AM No.1534691
A very safe way is building a web extension for your browser that facilitates downloading any media assets that your browser comes across. You're writing the code, so the plugin would be harmless.
It would work like an adblock (it's a plugin that does something on the pages you're surfing to), and it would list all the videos and GIFs etc that the browser has loaded from the page, ideally letting you click to download each very easily.
It needs intermediate to advanced level coding skills.
I'm sure there are already some extensions that you could use as a base, for example this Chrome extension on github that I found now: https://github.com/rtcoder/Media-downloader

But that was created by someone else, so to fit your "safest" criterium you'd have to go through the code files and check that it's not malicious (since it's in the Chrome extensions store it's likely absolutely safe).
Replies: >>1534701
Anonymous
7/24/2025, 4:57:32 AM No.1534701
177
177
md5: 65c1cbf777df507db23c5493903966ab🔍
>>1534675
>>1534681
>>1534691
Anyone happen to know how to download all the media from a twitter acc? (only for one account) I've been using gallery-dl but it only downloads around 2gb max, probably because of twitter 3,000 request limit, I've been searching everywhere for days but haven't found anything yet
Replies: >>1534825
Anonymous
7/24/2025, 6:16:31 AM No.1534706
>>1534648 (OP)
TwitterMediaHarvest
Anonymous
7/25/2025, 5:39:46 AM No.1534825
>>1534701
The request limit is probably tied to your twitter account, so just changing IPs (like using a VPN) won't work as the account you'll be scraping with will be the same.
I don't see a solution other than doing it day by day up to the limit, continuing from where you last stopped, until you've scraped the whole thing. The account you're scraping isn't infinite.
Replies: >>1534829
Anonymous
7/25/2025, 6:50:28 AM No.1534829
>>1534825
interesting it might work thanks