From 9496e210e9fd7199f8c8ab3dc8903d5aea61e7e0 Mon Sep 17 00:00:00 2001 From: xAmarnath <75058759+xAmarnath@users.noreply.github.com> Date: Sat, 4 May 2024 23:10:15 +0530 Subject: [PATCH] g --- modules/custdl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/custdl.py b/modules/custdl.py index f47b869..1f323c1 100644 --- a/modules/custdl.py +++ b/modules/custdl.py @@ -158,7 +158,7 @@ async def episode_x(e): if src is None: return await e.edit("Failed to get source.") - await e.edit(f"**M3U8:** \n`{src['file']}`", buttons=[[Button.inline("Download", data=f"dl_{src["id"]}_{category}_{season_index}_{episode_index}_{series_id}")]]) + await e.edit(f"**M3U8:** \n`{src['file']}`", buttons=[[Button.inline("Download", data=f"dl_{src['id']}_{category}_{season_index}_{episode_index}_{series_id}")]]) m3u8_cache[src["id"]] = src["file"]