Player: add auto play next episode

This commit is contained in:
2020-11-13 15:36:12 +01:00
parent 353ae6937a
commit 23713fc1e6
6 changed files with 83 additions and 19 deletions

View File

@ -73,6 +73,7 @@ object AoDParser {
val resLogin = Jsoup.connect(baseUrl + loginPath)
.method(Connection.Method.POST)
.timeout(60000) // login can take some time
.data(data)
.postDataCharset("UTF-8")
.cookies(authCookies)