Skip to content

Commit

Permalink
uyuy
Browse files Browse the repository at this point in the history
  • Loading branch information
xAmarnath committed May 4, 2024
1 parent b3aaa41 commit 8099151
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 @@ -163,7 +163,7 @@ async def episode_x(e):

@newCall(pattern="dl_(.*)")
async def download_x(e):
media_id, category, season_index, episode_index, series_id = e.data.decode().split("_", 5)
_, media_id, category, season_index, episode_index, series_id = e.data.decode().split("_", 5)

url = m3u8_cache.get(media_id)
if not url:
Expand Down

0 comments on commit 8099151

Please sign in to comment.