[PR #1441] Added legacy API fallback for audio/video Tumblr posts. #1408

Open
opened 2025-11-09 10:12:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1441
Author: @abishek77s
Created: 9/16/2025
Status: 🔄 Open

Base: developHead: bug/tumblr


📝 Commits (2)

  • e66ff20 Added legacy API fallback for audio/video Tumblr posts.
  • 5be23f9 Merge branch 'develop' into bug/tumblr

📊 Changes

1 file changed (+75 additions, -30 deletions)

View changed files

📝 api/src/processing/services/tumblr.js (+75 -30)

📄 Description

Add fallback to legacy Tumblr API for audio/video downloads.

  • Tries legacy API first for public posts.
  • Falls back to new API if legacy fails.
  • Supports both audio and video posts.

Testing

  • Verify audio/video downloads on public Tumblr posts.
  • Older links should still work.
  • Private posts return link.unsupported.

🔄 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/1441 **Author:** [@abishek77s](https://github.com/abishek77s) **Created:** 9/16/2025 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `bug/tumblr` --- ### 📝 Commits (2) - [`e66ff20`](https://github.com/imputnet/cobalt/commit/e66ff20ceda472b8b2c1e87922e0b505b262608f) Added legacy API fallback for audio/video Tumblr posts. - [`5be23f9`](https://github.com/imputnet/cobalt/commit/5be23f9fa288dcf6ccb24f6d442a75562e2fa20d) Merge branch 'develop' into bug/tumblr ### 📊 Changes **1 file changed** (+75 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `api/src/processing/services/tumblr.js` (+75 -30) </details> ### 📄 Description ## Related Issue - https://github.com/imputnet/cobalt/issues/1434 Add fallback to legacy Tumblr API for audio/video downloads. - Tries legacy API first for public posts. - Falls back to new API if legacy fails. - Supports both audio and video posts. ## Testing - Verify audio/video downloads on public Tumblr posts. - Older links should still work. - Private posts return `link.unsupported`. --- <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 2025-11-09 10:12:25 -06:00
Sign in to join this conversation.