Apply fixes from CodeFactor (#157)

Co-authored-by: codefactor-io <support@codefactor.io>
This commit is contained in:
Cloudburst 2022-10-16 19:51:00 +02:00 committed by GitHub
parent f49d9de09b
commit a58ca547d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {