forked from recloudstream/cloudstream
nothing
This commit is contained in:
parent
2ac8d45237
commit
4d40e1d9b2
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class TenshiProvider : MainAPI() {
|
||||||
val sources = mp4moe.select("source").map {
|
val sources = mp4moe.select("source").map {
|
||||||
ExtractorLink(
|
ExtractorLink(
|
||||||
this.name,
|
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")),
|
fixUrl(it.attr("src")),
|
||||||
this.mainUrl,
|
this.mainUrl,
|
||||||
getQualityFromName(it.attr("title"))
|
getQualityFromName(it.attr("title"))
|
||||||
|
|
Loading…
Reference in a new issue