mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 14:24:23 -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/1533
Author: @sunilpar
Created: 4/3/2026
Status: 🔄 Open
Base:
main← Head:fix/issue-1499📝 Commits (1)
f6df70eservices/facebook: fix incorrect sd video url selection (#1499)📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
api/src/processing/services/facebook.js(+4 -4)📄 Description
fixes #1499
summary
fixes an issue where incorrect facebook video was being downloaded due to regex matching a different url from the fetched html.
cause
in some low resolution facebook videos using the
share/:shareType/:idpattern, there is no hd url present.example:
the previous regex:
would incorrectly match another video's hd url, resulting in downloading the wrong video.
changes
if there is a better approach for filtering null or invalid urls, suggestions are welcome.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.