From f5635980ecce55df222e28dd3561c2bcf432958a Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sat, 7 Jun 2014 20:59:42 +0200 Subject: [PATCH] kanal5: we have this in a other place now --- lib/svtplay_dl/service/kanal5.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/svtplay_dl/service/kanal5.py b/lib/svtplay_dl/service/kanal5.py index ab6085b..dbed8ec 100644 --- a/lib/svtplay_dl/service/kanal5.py +++ b/lib/svtplay_dl/service/kanal5.py @@ -60,9 +60,6 @@ class Kanal5(Service): if data["hasSubtitle"]: yield subtitle_json("http://www.kanal5play.se/api/subtitles/%s" % video_id) - if options.subtitle and options.force_subtitle: - return - steambaseurl = data["streamBaseUrl"] for i in data["streams"]: if i["drmProtected"]: