diff --git a/lib/svtplay_dl/service/viaplay.py b/lib/svtplay_dl/service/viaplay.py index ff1ab2e..c64854a 100644 --- a/lib/svtplay_dl/service/viaplay.py +++ b/lib/svtplay_dl/service/viaplay.py @@ -49,7 +49,6 @@ class Viaplay(Service, OpenGraphThumbMixin): return None - def get(self, options): vid = self._get_video_id() if vid is None: @@ -72,9 +71,6 @@ class Viaplay(Service, OpenGraphThumbMixin): bitrate = xml.find("Product").find("Videos").find("Video").find("BitRate").text yield subtitle_sami(xml.find("Product").find("SamiFile").text) - if options.subtitle and options.force_subtitle: - return - if filename[len(filename)-3:] == "f4m": #fulhack. RTMP need live to be set if xml.find("Product").find("Syndicate").text == "true":