[GH-ISSUE #1486] Twitter videos don't download unless tag parameter is removed #22586

Closed
opened 2026-06-15 02:47:47 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @squabbled on GitHub (Dec 20, 2025).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/1486

bug description

When downloading from Twitter, rather than redirecting to a clean .mp4, it just redirects to a 403 unauthorized page from video.twimg.com. ?tag=[2 digit number] is appended to the .mp4 file in the path. Removing it returns the clean .mp4 file for download on twimg.com again. Audio conversion and muted videos are unaffected, only videos with sound are affected by this.

reproduction steps

  1. Paste any Tweet link that has a video attached
  2. Download with auto
  3. Get a 403 error, page simply reads "Unauthorized"
  4. Remove ?tag= parameter from the URL
  5. Get a clean .mp4 stream once more

screenshots

Image Image Image

links

Example link: https://twitter.com/Wikipedia/status/1870951113392066621

platform information

Ungoogled Chromium on Kubuntu 25.10

additional context

No response

Originally created by @squabbled on GitHub (Dec 20, 2025). Original GitHub issue: https://github.com/imputnet/cobalt/issues/1486 ### bug description When downloading from Twitter, rather than redirecting to a clean .mp4, it just redirects to a 403 unauthorized page from video.twimg.com. ?tag=[2 digit number] is appended to the .mp4 file in the path. Removing it returns the clean .mp4 file for download on twimg.com again. Audio conversion and muted videos are unaffected, only videos with sound are affected by this. ### reproduction steps 1. Paste any Tweet link that has a video attached 2. Download with auto 3. Get a 403 error, page simply reads "Unauthorized" 4. Remove ?tag= parameter from the URL 5. Get a clean .mp4 stream once more ### screenshots <img width="1269" height="645" alt="Image" src="https://github.com/user-attachments/assets/a9bfdc3e-f18e-45c4-b519-47d63ad389c1" /> <img width="902" height="125" alt="Image" src="https://github.com/user-attachments/assets/83d1365f-365c-47a7-9c92-e607f96c2c18" /> <img width="1269" height="645" alt="Image" src="https://github.com/user-attachments/assets/55c87efa-e741-4379-b3c5-702b7e7b83b7" /> ### links ```shell Example link: https://twitter.com/Wikipedia/status/1870951113392066621 ``` ### platform information Ungoogled Chromium on Kubuntu 25.10 ### additional context _No response_
GiteaMirror added the bug label 2026-06-15 02:47:47 -05:00
Sign in to join this conversation.