diff --git a/lib/svtplay_dl/service/svtplay.py b/lib/svtplay_dl/service/svtplay.py index 3861c38..93ebe12 100644 --- a/lib/svtplay_dl/service/svtplay.py +++ b/lib/svtplay_dl/service/svtplay.py @@ -31,8 +31,8 @@ class Svtplay(Service, OpenGraphThumbMixin): filename = match.group(1).replace("&", "&").replace("&format=json", "") url = "http://www.svt.se%s" % filename else: - log.error("Can't find video file") - sys.exit(2) + log.error("Can't find video file for: %s", self.url) + return else: url = self.url