[PR #1098] [MERGED] api/reddit: add support for mobile links & a bunch of other links #1314

Closed
opened 2025-11-09 10:10:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1098
Author: @wukko
Created: 2/9/2025
Status: Merged
Merged: 2/9/2025
Merged by: @wukko

Base: mainHead: reddit-mobile-link


📝 Commits (3)

  • ec21cc4 api/reddit: extract params from a mobile share link
  • ed8e234 api/reddit: add support for a bunch of links & update the api endpoint
  • 06a28dd api/service-patterns: fix reddit id pattern

📊 Changes

4 files changed (+44 additions, -15 deletions)

View changed files

📝 api/src/processing/match.js (+2 -3)
📝 api/src/processing/service-config.js (+14 -1)
📝 api/src/processing/service-patterns.js (+4 -2)
📝 api/src/processing/services/reddit.js (+24 -9)

📄 Description

closes #1094
closes #202


🔄 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/1098 **Author:** [@wukko](https://github.com/wukko) **Created:** 2/9/2025 **Status:** ✅ Merged **Merged:** 2/9/2025 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `main` ← **Head:** `reddit-mobile-link` --- ### 📝 Commits (3) - [`ec21cc4`](https://github.com/imputnet/cobalt/commit/ec21cc44805fdb1bff0d10c89ea1f6e46a1d0329) api/reddit: extract params from a mobile share link - [`ed8e234`](https://github.com/imputnet/cobalt/commit/ed8e234e3b2a7c86c527dadae38c357199056f13) api/reddit: add support for a bunch of links & update the api endpoint - [`06a28dd`](https://github.com/imputnet/cobalt/commit/06a28dd3473aa242362a19d5f5753a7ec249d407) api/service-patterns: fix reddit id pattern ### 📊 Changes **4 files changed** (+44 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `api/src/processing/match.js` (+2 -3) 📝 `api/src/processing/service-config.js` (+14 -1) 📝 `api/src/processing/service-patterns.js` (+4 -2) 📝 `api/src/processing/services/reddit.js` (+24 -9) </details> ### 📄 Description closes #1094 closes #202 --- <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:10:27 -06:00
Sign in to join this conversation.