[PR #1372] [CLOSED] feat: duitang support #7304

Closed
opened 2026-04-19 09:44:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1372
Author: @hyperdefined
Created: 6/28/2025
Status: Closed

Base: mainHead: duitang


📝 Commits (3)

📊 Changes

7 files changed (+143 additions, -0 deletions)

View changed files

📝 api/src/processing/match-action.js (+1 -0)
📝 api/src/processing/match.js (+8 -0)
📝 api/src/processing/service-config.js (+4 -0)
📝 api/src/processing/service-patterns.js (+4 -0)
api/src/processing/services/duitang.js (+84 -0)
📝 api/src/processing/url.js (+5 -0)
api/src/util/tests/duitang.json (+37 -0)

📄 Description

closes #1371

image

for the single images, the picker appears. this could be change to something else, but I didn't see what else it could be.


🔄 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/1372 **Author:** [@hyperdefined](https://github.com/hyperdefined) **Created:** 6/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `duitang` --- ### 📝 Commits (3) - [`4b5bf5e`](https://github.com/imputnet/cobalt/commit/4b5bf5e556e7f98c03a231bb741108bfa72fa7b9) feat: duitang support - [`0baa7a5`](https://github.com/imputnet/cobalt/commit/0baa7a5c773981d00765236525b6d4542d413d99) api/tests: create duitang tests - [`212348a`](https://github.com/imputnet/cobalt/commit/212348a624098cba315ba5696b01742addbba291) api/duitang: cleanup ### 📊 Changes **7 files changed** (+143 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `api/src/processing/match-action.js` (+1 -0) 📝 `api/src/processing/match.js` (+8 -0) 📝 `api/src/processing/service-config.js` (+4 -0) 📝 `api/src/processing/service-patterns.js` (+4 -0) ➕ `api/src/processing/services/duitang.js` (+84 -0) 📝 `api/src/processing/url.js` (+5 -0) ➕ `api/src/util/tests/duitang.json` (+37 -0) </details> ### 📄 Description closes #1371 ![image](https://github.com/user-attachments/assets/7595e323-2c24-4705-a836-3cd9e2618b6a) ## Supported Links * https://duitang.com/atlas/?id=135382417 - album of images * https://m.duitang.com/atlas/?id=135382417 - album of images, but mobile link * https://duitang.com/blog/?id=1517805785 - single image * https://m.duitang.com/blog/?id=1517805785 - single image, but mobile link for the single images, the picker appears. this could be change to something else, but I didn't see what else it could be. --- <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-04-19 09:44:03 -05:00
Sign in to join this conversation.