[PR #685] [CLOSED] Fix instagram reels download #1239

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

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/685
Author: @k4rnaj1k
Created: 8/15/2024
Status: Closed

Base: mainHead: current


📝 Commits (1)

  • cfc0d5b Fix instagram reels download

📊 Changes

1 file changed (+10 additions, -7 deletions)

View changed files

📝 src/modules/processing/services/instagram.js (+10 -7)

📄 Description

Dirty fix that requires more testing.
Checked locally, and could download reels from both #539 and #646. (some of them seem to be region locked tho, as I couldn't check them)
Previous graphql endpoint is return html page. I didn't test
It seems Instagram's old graphql endpoint is not working and data from html request is not good.
image


🔄 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/685 **Author:** [@k4rnaj1k](https://github.com/k4rnaj1k) **Created:** 8/15/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `current` --- ### 📝 Commits (1) - [`cfc0d5b`](https://github.com/imputnet/cobalt/commit/cfc0d5b67233fb32c317c95b196bd35608d1acdb) Fix instagram reels download ### 📊 Changes **1 file changed** (+10 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/modules/processing/services/instagram.js` (+10 -7) </details> ### 📄 Description Dirty fix that requires more testing. Checked locally, and could download reels from both #539 and #646. (some of them seem to be region locked tho, as I couldn't check them) Previous graphql endpoint is return html page. I didn't test It seems Instagram's old graphql endpoint is not working and data from html request is not good. ![image](https://github.com/user-attachments/assets/fc0ae51f-e84f-401c-9acc-ebc2efd805c0) --- <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:08:50 -06:00
Sign in to join this conversation.