mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
dplay: better message about the st cookie
This commit is contained in:
parent
749fd53f63
commit
47aeb1b907
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user