mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
[PR #1096] [MERGED] api/instagram: yet another attempt at resurrection #1313
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/1096
Author: @dumbmoron
Created: 2/7/2025
Status: ✅ Merged
Merged: 2/9/2025
Merged by: @github-actions[bot]
Base:
main← Head:yet-another-instagram-fix📝 Commits (10+)
77dca70api/instagram: yet another attempt at resurrection6e8b4f3api/url: add function for resolving shortlinks9e6582bapi/xiaohongshu: use shortlink resolvera758b1dapi/snapchat: use shortlink resolver5db5437api/pinterest: fixundefinedin name when downloading shortlinkbbcb2beapi/pinterest: use shortlink resolver6d18dffapi/bilibili: use shortlink resolver1be13a3api/instagram: age-restricted and private account-specific errorscca6127api/instagram: add support forshareurlsa8cc5bcapi/instagram: update tests📊 Changes
15 files changed (+271 additions, -95 deletions)
View changed files
📝
api/src/misc/run-test.js(+5 -0)📝
api/src/misc/utils.js(+8 -6)📝
api/src/processing/service-config.js(+2 -1)📝
api/src/processing/service-patterns.js(+2 -1)📝
api/src/processing/services/bilibili.js(+3 -13)📝
api/src/processing/services/instagram.js(+200 -32)📝
api/src/processing/services/pinterest.js(+7 -6)📝
api/src/processing/services/snapchat.js(+2 -14)📝
api/src/processing/services/xiaohongshu.js(+4 -11)📝
api/src/processing/services/youtube.js(+2 -1)📝
api/src/processing/url.js(+15 -0)📝
api/src/util/test.js(+1 -1)📝
api/src/util/tests/bilibili.json(+2 -2)📝
api/src/util/tests/instagram.json(+16 -6)📝
api/src/util/tests/snapchat.json(+2 -1)📄 Description
this should hopefully fix downloading all viewable posts once again
closes #222
closes #539
closes #646
closes #998
closes #1046
closes #1072
closes #1083
closed duplicate issues:
closes #1093
closes #1080
closes #1019
closes #949
closes #825
closes #809
closes #800
closes #710
closes #609
closes #580
closes #572
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.