forked from recloudstream/cloudstream
removed logging
This commit is contained in:
parent
c91c5e8d66
commit
bb2928fa7b
1 changed files with 0 additions and 2 deletions
|
@ -202,8 +202,6 @@ class TenshiProvider : MainAPI() {
|
||||||
it.attr("data-content").trim(),
|
it.attr("data-content").trim(),
|
||||||
) }
|
) }
|
||||||
?: ArrayList<AnimeEpisode>())
|
?: ArrayList<AnimeEpisode>())
|
||||||
println("tenshimoe" + episodes[0].url)
|
|
||||||
println("tenshimoe" + episodes[0].posterUrl)
|
|
||||||
val status = when (document.selectFirst("li.status > .value")?.text()?.trim()) {
|
val status = when (document.selectFirst("li.status > .value")?.text()?.trim()) {
|
||||||
"Ongoing" -> ShowStatus.Ongoing
|
"Ongoing" -> ShowStatus.Ongoing
|
||||||
"Completed" -> ShowStatus.Completed
|
"Completed" -> ShowStatus.Completed
|
||||||
|
|
Loading…
Reference in a new issue