mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 08:27:24 +00:00
fix link
This commit is contained in:
@@ -1061,7 +1061,7 @@ class Ehentai extends ComicSource {
|
||||
let reg = RegExp("https?://(e-|ex)hentai.org/g/(\\d+)/(\\w+)/")
|
||||
let match = reg.exec(url)
|
||||
if(match) {
|
||||
return `https://${this.baseUrl}/g/${match[2]}/${match[3]}/`
|
||||
return `${this.baseUrl}/g/${match[2]}/${match[3]}/`
|
||||
}
|
||||
return null
|
||||
}
|
||||
|
Reference in New Issue
Block a user