mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 08:27:24 +00:00
fix ranking page
This commit is contained in:
@@ -385,7 +385,7 @@ class Ehentai extends ComicSource {
|
||||
* @returns {Promise<{comics: Comic[], maxPage: number}>}
|
||||
*/
|
||||
load: async (option, page) => {
|
||||
let res = await this.getGalleries(`${this.baseUrl}/toplist.php?tl=${option}&=${page}`, true);
|
||||
let res = await this.getGalleries(`https://e-hentai.org/toplist.php?tl=${option}&=${page}`, true);
|
||||
return {
|
||||
comics: res.comics,
|
||||
maxPage: 200,
|
||||
|
Reference in New Issue
Block a user