1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 21:54:17 +01:00

get_all_episodes: copy options to the next service

this fixes: #373
This commit is contained in:
Johan Andersson 2016-04-26 23:18:45 +02:00
parent 4d392d6664
commit 254edb99b7

View File

@ -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))