From 47aeb1b907d4b9e23c587a0d27e87c18f4103878 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Sat, 5 Dec 2020 16:03:04 +0100 Subject: [PATCH] dplay: better message about the st cookie --- lib/svtplay_dl/service/dplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/svtplay_dl/service/dplay.py b/lib/svtplay_dl/service/dplay.py index d2c1084..ea3aa45 100644 --- a/lib/svtplay_dl/service/dplay.py +++ b/lib/svtplay_dl/service/dplay.py @@ -26,7 +26,7 @@ class Dplay(Service): logging.error("Something went wrong getting token for requests") if not self._login(): - yield ServiceError("Need the 'st' cookie to work") + yield ServiceError("You need the 'st' cookie from your web brower for the site to make it work") return channel = False