mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
parent
4d392d6664
commit
254edb99b7
@ -175,7 +175,7 @@ def get_all_episodes(stream, options, url):
|
||||
if o == url:
|
||||
substream = stream
|
||||
else:
|
||||
substream = service_handler(sites, options, o)
|
||||
substream = service_handler(sites, copy.copy(options), o)
|
||||
|
||||
log.info("Episode %d of %d", idx + 1, len(episodes))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user