mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
parent
9550217dda
commit
79f77cb785
@ -50,7 +50,7 @@ def get_media(url, options, version="Unknown"):
|
|||||||
logging.error("That site is not supported. Make a ticket or send a message")
|
logging.error("That site is not supported. Make a ticket or send a message")
|
||||||
sys.exit(2)
|
sys.exit(2)
|
||||||
|
|
||||||
if options.get("all_episodes"):
|
if options.get("all_episodes") or stream.config.get("all_episodes"):
|
||||||
get_all_episodes(stream, url)
|
get_all_episodes(stream, url)
|
||||||
else:
|
else:
|
||||||
get_one_media(stream)
|
get_one_media(stream)
|
||||||
|
Loading…
Reference in New Issue
Block a user