From 25c63deebf82dd4ce5bb1b7f79bc0d16f97ce2c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Thu, 10 Jul 2025 15:27:29 +0200 Subject: [PATCH] [instagram] provide better 'video_dash_manifest' URLs (#7631) --- gallery_dl/extractor/instagram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/instagram.py b/gallery_dl/extractor/instagram.py index c2f1224d..2d7dd3b3 100644 --- a/gallery_dl/extractor/instagram.py +++ b/gallery_dl/extractor/instagram.py @@ -99,7 +99,7 @@ class InstagramExtractor(Extractor): if videos_dash: file["_fallback"] = (url,) file["_ytdl_manifest"] = "dash" - url = "ytdl:dash" + url = f"ytdl:{post['post_url']}{file['num']}.mp4" yield Message.Url, url, file if previews: file["media_id"] += "p"