[PR #134] [MERGED] feat: add pinterest support #12856

Closed
opened 2026-05-12 17:19:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/134
Author: @Snazzah
Created: 5/24/2023
Status: Merged
Merged: 6/5/2023
Merged by: @wukko

Base: currentHead: feat/pinterest


📝 Commits (2)

📊 Changes

7 files changed (+85 additions, -1 deletions)

View changed files

📝 src/modules/processing/match.js (+4 -0)
📝 src/modules/processing/matchActionDecider.js (+1 -0)
src/modules/processing/services/pinterest.js (+24 -0)
📝 src/modules/processing/servicesConfig.json (+5 -0)
📝 src/modules/processing/servicesPatternTesters.js (+3 -1)
📝 src/modules/sub/utils.js (+3 -0)
📝 src/test/tests.json (+45 -0)

📄 Description

Allows to download from pinterest videos and stories.

Test links:


🔄 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/134 **Author:** [@Snazzah](https://github.com/Snazzah) **Created:** 5/24/2023 **Status:** ✅ Merged **Merged:** 6/5/2023 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `feat/pinterest` --- ### 📝 Commits (2) - [`40291c4`](https://github.com/imputnet/cobalt/commit/40291c4d24cb5f441cdddfd26104f149bc4ee27c) feat: add pinterest support - [`f68edb5`](https://github.com/imputnet/cobalt/commit/f68edb51c73100e5494aa4203629c34fdd988769) 4 spaces!! four!! ### 📊 Changes **7 files changed** (+85 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/match.js` (+4 -0) 📝 `src/modules/processing/matchActionDecider.js` (+1 -0) ➕ `src/modules/processing/services/pinterest.js` (+24 -0) 📝 `src/modules/processing/servicesConfig.json` (+5 -0) 📝 `src/modules/processing/servicesPatternTesters.js` (+3 -1) 📝 `src/modules/sub/utils.js` (+3 -0) 📝 `src/test/tests.json` (+45 -0) </details> ### 📄 Description Allows to download from pinterest videos and stories. Test links: - https://www.pinterest.ca/pin/70437485604616/ (regular) - https://www.pinterest.ca/pin/gadget-cool-products-amazon-product-technology-kitchen-gadgets--1084663891475263837/ (story) --- <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-05-12 17:19:31 -05:00
Sign in to join this conversation.