1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

dplay: better message about the st cookie

This commit is contained in:
Johan Andersson 2020-12-05 16:03:04 +01:00
parent 749fd53f63
commit 47aeb1b907

View File

@ -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