mirror of
https://github.com/karl0ss/GoGoDownloader.git
synced 2025-04-28 12:23:41 +01:00
fix for single episodes
This commit is contained in:
parent
3b599893bc
commit
02fa241ec6
@ -110,7 +110,7 @@ def gogodownloader(config):
|
||||
CustomMessage(
|
||||
f"{ERR}episode_start or episode_end cannot be more than {all_episodes}"
|
||||
).print_error()
|
||||
elif episode_end <= episode_start:
|
||||
elif episode_end < episode_start:
|
||||
CustomMessage(
|
||||
f"{ERR}episode_end cannot be less than or equal to episode_start"
|
||||
).print_error()
|
||||
|
Loading…
x
Reference in New Issue
Block a user