Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
xAmarnath committed May 4, 2024
1 parent c80ce2a commit 9496e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/custdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]


Expand Down

0 comments on commit 9496e21

Please sign in to comment.