mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-12 01:45:57 -05:00
[PR #475] [MERGED] pinterest: implement image and gifs support #1163
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
current← Head:feat-pinterest-img-support📝 Commits (5)
2ab25fafeat(pinterest): implement image and gifs support8940fd9chore: add additional note about pinterest54eecfdUpdate README.mdee2457bservicesConfig: update pinterest alias73a1d91pinterest: 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.