-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[twitter] 404 not found on trying to fully download #3522
Comments
Looks like they're finally moving on from the old search API. |
Came to report that. [twitter][error] 404 Not Found (Sorry, that page does not exist) |
Twitter changed the API endpoint from
|
Are you sure ? I changed it a long time ago - and now after this update: It doesn't work for me - I'm breaking my head |
NOTE :
|
Twitter blocked the default TLS fingerprint of the Also, they added a bunch of other query parameters and removed |
THENKS - i will try to build this : its midtime its not work but i still try |
if i will use with a fake user agent and diffrend time zone its will help ? |
No, gallery-dl already uses the UA of Firefox by default. |
They actually haven't removed Some third-party Twitter clients are facing issues as well, but I don't know if they also use the web API. |
I've only every gotten the Should I set |
Regarding TLS fingerprinting: There is a gallery-dl/gallery_dl/extractor/common.py Line 284 in ec04c97
edit: 4e86aaa |
Looks like the TLS fingerprint differs depending on the operating system used. Both @nobody613 and I used Windows.
|
and update API root and general query parameters
Now that TLS 1.2 is disabled, I'm getting this error instead of 404 when I try to download videos from searches (it works fine every other time, like for users or direct tweet links): [downloader.http][warning] HTTPSConnectionPool(host='video.twimg.com', port=443): Max retries exceeded with url: /ext_tw_video/1611552416285032449/pu/vid/1280x530/tk8uo1NkKDfRsAQb.mp4?tag=12 (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:997)'))) (1/5) Images work fine, it's just videos. |
My bad, it's because For the time being, you can either re-enable TLS 1.2 ( Maybe it's time to add a |
I'm still seeing success using |
On trying to use gallery-dl to scrape from a twitter account, it'll reach a point and then just spit out
[twitter][error] 404 Not Found (Sorry, that page does not exist)
when trying to usegallery-dl https://twitter.com/USER
whereasgallery-dl https://twitter.com/USER/tweets
andgallery-dl https://twitter.com/USER/media
still work but stop before fully downloading a gallery (as expected) when trying to download from people with a large number of tweetsExample with --verbose flag
The text was updated successfully, but these errors were encountered: