[instagram] provide better 'video_dash_manifest' URLs (#7631)

This commit is contained in:
Mike Fährmann
2025-07-10 15:27:29 +02:00
parent 0210ffcdd8
commit 25c63deebf

View File

@@ -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"