forked from recloudstream/cloudstream
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 {
|
||||
""
|
||||
}
|
||||
|
||||
|
||||
val cleaned_url = if (lang == "ht") { // if url doesn't contain a flag and the url starts with http://
|
||||
url
|
||||
} else {
|
||||
|
|
|
@ -25,7 +25,7 @@ open class Uqload : ExtractorApi() {
|
|||
} else {
|
||||
""
|
||||
}
|
||||
|
||||
|
||||
val cleaned_url = if (lang == "ht") { // if url doesn't contain a flag and the url starts with http://
|
||||
url
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue