mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Apply fixes from CodeFactor (#157)
Co-authored-by: codefactor-io <support@codefactor.io>
This commit is contained in:
parent
f49d9de09b
commit
a58ca547d7
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ open class Evoload : ExtractorApi() {
|
||||||
} else {
|
} else {
|
||||||
""
|
""
|
||||||
}
|
}
|
||||||
|
|
||||||
val cleaned_url = if (lang == "ht") { // if url doesn't contain a flag and the url starts with http://
|
val cleaned_url = if (lang == "ht") { // if url doesn't contain a flag and the url starts with http://
|
||||||
url
|
url
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -25,7 +25,7 @@ open class Uqload : ExtractorApi() {
|
||||||
} else {
|
} else {
|
||||||
""
|
""
|
||||||
}
|
}
|
||||||
|
|
||||||
val cleaned_url = if (lang == "ht") { // if url doesn't contain a flag and the url starts with http://
|
val cleaned_url = if (lang == "ht") { // if url doesn't contain a flag and the url starts with http://
|
||||||
url
|
url
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue