mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
10.68k stars 881 forks source link

twitter HTTPSConnectionPool timeout #5790

Closed wankio closed 1 day ago

wankio commented 3 days ago

nsfw : https://x.com/RayTceo/status/1789321567094108320

urllib3.connectionpool: Starting new HTTPS connection (1): video.twimg.com:443
downloader.http: HTTPSConnectionPool(host='video.twimg.com', port=443): Read timed out. (read timeout=3) (1/2)
urllib3.connectionpool: Starting new HTTPS connection (2): video.twimg.com:443
downloader.http: HTTPSConnectionPool(host='video.twimg.com', port=443): Read timed out. (read timeout=3) (2/2)

test other tweet post video, still work, only this tweet had problem, download with yt-dlp work, but slow

mikf commented 1 day ago

only this tweet had problem

Most likely a problem on Twitter's side, then.

This Tweet seems to have been deleted, too:

"_Missing: No status found with that ID."

download with yt-dlp work, but slow

yt-dlp uses a slightly different method of downloading Twitter videos, but it involves .m3u8 manifests so gallery-dl can't use that on its own.