[PR #475] [MERGED] pinterest: implement image and gifs support #1163

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

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/475
Author: @jsopn
Created: 4/29/2024
Status: Merged
Merged: 5/15/2024
Merged by: @wukko

Base: currentHead: feat-pinterest-img-support


📝 Commits (5)

  • 2ab25fa feat(pinterest): implement image and gifs support
  • 8940fd9 chore: add additional note about pinterest
  • 54eecfd Update README.md
  • ee2457b servicesConfig: update pinterest alias
  • 73a1d91 pinterest: replace filter with find

📊 Changes

4 files changed (+50 additions, -8 deletions)

View changed files

📝 README.md (+1 -1)
📝 src/modules/processing/services/pinterest.js (+16 -6)
📝 src/modules/processing/servicesConfig.json (+1 -1)
📝 src/test/tests.json (+32 -0)

📄 Description

Pretty simple pull request, implemented support for pictures and gifs for Pinterest as suggested in #439.
Not sure how necessary pictures are, but gifs will be very useful as user needs to register or open devtools to download them :3

There is no support for "slides", if they still exist, which I'm not sure since I haven't used Pinterest for a long time, or they just don't show up for unauthorized users. (I tried to find them, and failed :D).


🔄 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/475 **Author:** [@jsopn](https://github.com/jsopn) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 5/15/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `feat-pinterest-img-support` --- ### 📝 Commits (5) - [`2ab25fa`](https://github.com/imputnet/cobalt/commit/2ab25fabfc3c4e7724c137cee9102fffad5c63cb) feat(pinterest): implement image and gifs support - [`8940fd9`](https://github.com/imputnet/cobalt/commit/8940fd950b6742ca4223e6113cc5843ebd334c40) chore: add additional note about pinterest - [`54eecfd`](https://github.com/imputnet/cobalt/commit/54eecfd894be4636a48b355a144d93e10f71bc8b) Update README.md - [`ee2457b`](https://github.com/imputnet/cobalt/commit/ee2457be7ac65aef48ce633ba63a6e387ddf1969) servicesConfig: update pinterest alias - [`73a1d91`](https://github.com/imputnet/cobalt/commit/73a1d917b8508ffda46f26502fb76edd9e4204c3) pinterest: replace filter with find ### 📊 Changes **4 files changed** (+50 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `src/modules/processing/services/pinterest.js` (+16 -6) 📝 `src/modules/processing/servicesConfig.json` (+1 -1) 📝 `src/test/tests.json` (+32 -0) </details> ### 📄 Description Pretty simple pull request, implemented support for pictures and gifs for Pinterest as suggested in #439. Not sure how necessary pictures are, but gifs will be very useful as user needs to register or open devtools to download them :3 There is no support for "slides", if they still exist, which I'm not sure since I haven't used Pinterest for a long time, or they just don't show up for unauthorized users. (I tried to find them, and failed :D). --- <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:07:06 -06:00
Sign in to join this conversation.