[PR #303] [MERGED] twitter: more supported links, token reuse, and clean up #19742

Closed
opened 2026-06-10 17:26:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/303
Author: @dumbmoron
Created: 1/4/2024
Status: Merged
Merged: 1/7/2024
Merged by: @wukko

Base: currentHead: twitter-reuse-token


📝 Commits (6)

  • 02b67a3 twitter: cleanup/decomposition
  • 7b41dfe twitter: cache token, get new one & retry on error
  • ed2c63f twitter: downloading specific video if given index
  • 678e004 twitter: add support for media[vV]iewer links
  • 678d6a5 twitter: clean up
  • e1edecb twitter: fix parsing from /video/ links

📊 Changes

3 files changed (+110 additions, -83 deletions)

View changed files

📝 src/modules/processing/match.js (+2 -1)
📝 src/modules/processing/services/twitter.js (+102 -81)
📝 src/modules/processing/servicesConfig.json (+6 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/303 **Author:** [@dumbmoron](https://github.com/dumbmoron) **Created:** 1/4/2024 **Status:** ✅ Merged **Merged:** 1/7/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `twitter-reuse-token` --- ### 📝 Commits (6) - [`02b67a3`](https://github.com/imputnet/cobalt/commit/02b67a314575298fe7b9bb68501411bde46df883) twitter: cleanup/decomposition - [`7b41dfe`](https://github.com/imputnet/cobalt/commit/7b41dfef9e8cc3176a323475185ee26c8a277374) twitter: cache token, get new one & retry on error - [`ed2c63f`](https://github.com/imputnet/cobalt/commit/ed2c63f9a498cf6213fb2de3b71e03d2ff7006ca) twitter: downloading specific video if given index - [`678e004`](https://github.com/imputnet/cobalt/commit/678e00430b5d6abb25bfb6f12bf9da9328ecba88) twitter: add support for media[vV]iewer links - [`678d6a5`](https://github.com/imputnet/cobalt/commit/678d6a56cab6e3dfafc244393609331386a6e9ba) twitter: clean up - [`e1edecb`](https://github.com/imputnet/cobalt/commit/e1edecb859533914fe40353c262152ba0a4282e5) twitter: fix parsing from /video/<index> links ### 📊 Changes **3 files changed** (+110 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/match.js` (+2 -1) 📝 `src/modules/processing/services/twitter.js` (+102 -81) 📝 `src/modules/processing/servicesConfig.json` (+6 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-10 17:26:55 -05:00
Sign in to join this conversation.