mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-12 01:45:57 -05:00
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/1153
Author: @hyperdefined
Created: 3/11/2025
Status: ✅ Merged
Merged: 3/12/2025
Merged by: @dumbmoron
Base:
main← Head:fix-pinterest📝 Commits (1)
d77b22eapi/pinterest: fix video parsing (#1148)📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
api/src/processing/services/pinterest.js(+1 -1)📄 Description
This PR fixes certain Pinterest videos from returning the user's avatar instead of the video.
440d039e2c/api/src/processing/services/pinterest.js (L26)This section was failing to get the video, as not all Pinterest videos have
720pin the URL, which failed to parse the video. It would then try to parse for images, hence returning the person who uploaded's avatar. This seems pretty safe to remove, tested on a bunch of different links and all worked fine.This is a fix for #1148.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.