This commit is contained in:
Arjix 2021-07-22 20:30:14 +03:00 committed by GitHub
parent 2ac8d45237
commit 4d40e1d9b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -253,7 +253,7 @@ class TenshiProvider : MainAPI() {
val sources = mp4moe.select("source").map {
ExtractorLink(
this.name,
"${this.name} ${it.attr("title")}" + if (it.attr("title").endsWith('p')) "" else 'p',
"${this.name} - ${it.attr("title")}" + if (it.attr("title").endsWith('p')) "" else 'p',
fixUrl(it.attr("src")),
this.mainUrl,
getQualityFromName(it.attr("title"))