diff --git a/lib/svtplay_dl/service/kanal5.py b/lib/svtplay_dl/service/kanal5.py index 5f8f4ad..d649d69 100644 --- a/lib/svtplay_dl/service/kanal5.py +++ b/lib/svtplay_dl/service/kanal5.py @@ -69,8 +69,3 @@ class Kanal5(Service): sys.exit(2) options.other = "-W %s -y %s " % ("http://www.kanal5play.se/flash/K5StandardPlayer.swf", i["source"]) yield RTMP(options, steambaseurl, i["bitrate"]) - - def get_subtitle(self, options): - if self.subtitle: - data = get_http_data(self.subtitle, cookiejar=self.cj) - subtitle_json(options, data) diff --git a/lib/svtplay_dl/service/svtplay.py b/lib/svtplay_dl/service/svtplay.py index c4c837c..5e2ac40 100644 --- a/lib/svtplay_dl/service/svtplay.py +++ b/lib/svtplay_dl/service/svtplay.py @@ -72,13 +72,6 @@ class Svtplay(Service, OpenGraphThumbMixin): else: yield HTTP(options, i["url"], "0") - def get_subtitle(self, options): - if self.subtitle: - if options.output != "-": - data = get_http_data(self.subtitle) - subtitle_wsrt(options, data) - - def find_all_episodes(self, options): parse = urlparse(self.url) if parse.netloc == "www.oppetarkiv.se":