[PR #402] [MERGED] feat: ddinstagram.com support #25804

Closed
opened 2026-06-18 14:36:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/402
Author: @hyperdefined
Created: 3/25/2024
Status: Merged
Merged: 4/29/2024
Merged by: @wukko

Base: currentHead: ddinstagram


📝 Commits (9)

  • 68d8fa1 feat: ddinstagram.com support
  • 0b5e608 Update servicesConfig.json
  • c71f8cd test: add ddinstagram.com
  • bf1876f Merge branch 'wukko:current' into ddinstagram
  • 1d39bdd improve domain handling
  • 7cea39e Merge branch 'wukko:current' into ddinstagram
  • fbc026f Merge branch 'wukko:current' into ddinstagram
  • e8d8a62 Merge branch 'wukko:current' into ddinstagram
  • ea5b703 fix: allow subdomains only for ddinstagram.com

📊 Changes

3 files changed (+31 additions, -0 deletions)

View changed files

📝 src/modules/processing/servicesConfig.json (+1 -0)
📝 src/modules/processing/url.js (+6 -0)
📝 src/test/tests.json (+24 -0)

📄 Description

Closes #400. Adds support for:

  • ddinstagram.com
  • d.ddinstagram.com
  • g.ddinstagram.com

Let me know if I did something wrong!


🔄 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/402 **Author:** [@hyperdefined](https://github.com/hyperdefined) **Created:** 3/25/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `ddinstagram` --- ### 📝 Commits (9) - [`68d8fa1`](https://github.com/imputnet/cobalt/commit/68d8fa1515fab4d68126828737ad11e35cc321f5) feat: ddinstagram.com support - [`0b5e608`](https://github.com/imputnet/cobalt/commit/0b5e6084666367edbb2fa420674266e7869af068) Update servicesConfig.json - [`c71f8cd`](https://github.com/imputnet/cobalt/commit/c71f8cd5eb642ef67dc233bcee248affbe0bec9a) test: add ddinstagram.com - [`bf1876f`](https://github.com/imputnet/cobalt/commit/bf1876f8b4e4e40f8ccb8055665953ea7bad72ac) Merge branch 'wukko:current' into ddinstagram - [`1d39bdd`](https://github.com/imputnet/cobalt/commit/1d39bdd7aa4ac64ac6b42f6df30688bff9e262b1) improve domain handling - [`7cea39e`](https://github.com/imputnet/cobalt/commit/7cea39edd23551ffb3981b71b35a386360933dca) Merge branch 'wukko:current' into ddinstagram - [`fbc026f`](https://github.com/imputnet/cobalt/commit/fbc026f4e4fa5201888fd2070b00bac8a3c7b7c3) Merge branch 'wukko:current' into ddinstagram - [`e8d8a62`](https://github.com/imputnet/cobalt/commit/e8d8a62dd129d8be14c8323f1aa60eddec83a79f) Merge branch 'wukko:current' into ddinstagram - [`ea5b703`](https://github.com/imputnet/cobalt/commit/ea5b7037039f54ff836d1bad22a686be243fb537) fix: allow subdomains only for ddinstagram.com ### 📊 Changes **3 files changed** (+31 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/servicesConfig.json` (+1 -0) 📝 `src/modules/processing/url.js` (+6 -0) 📝 `src/test/tests.json` (+24 -0) </details> ### 📄 Description Closes #400. Adds support for: * `ddinstagram.com` * `d.ddinstagram.com` * `g.ddinstagram.com` Let me know if I did something wrong! --- <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-18 14:36:15 -05:00
Sign in to join this conversation.