1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

tv4play: forgot to set the show name in find_all_episodes

fixes #280
This commit is contained in:
Johan Andersson 2015-10-19 10:37:03 +02:00
parent f3aba4e598
commit a798a2b8ba

View File

@ -160,7 +160,7 @@ class Tv4play(Service, OpenGraphThumbMixin):
if days > 0:
video_id = i["id"]
url = "http://www.tv4play.se/program/%s?video_id=%s" % (
show, video_id)
i["program"]["nid"], video_id)
episodes.append(url)
if n == options.all_last:
break