File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 24
24
URL_NHENTAI = "https://nhentai.net"
25
25
26
26
URL_ALLHENTAI = "https://20.allhen.online"
27
- URL_ALLHENTAI_API = ""
28
27
29
28
URL_SLASHLIB = "https://v2.slashlib.me"
30
- URL_MANGALIB = "https://test-front. mangalib.me"
29
+ URL_MANGALIB = "https://mangalib.me"
31
30
URL_RANOBELIB = "https://ranobelib.me"
32
31
URL_ANILIB = "https://anilib.me"
33
32
URL_LIB_API = "https://api.lib.social/api"
Original file line number Diff line number Diff line change 1
1
from bs4 import BeautifulSoup
2
2
3
- from nlightreader .consts .urls import URL_ALLHENTAI , URL_ALLHENTAI_API
3
+ from nlightreader .consts .urls import URL_ALLHENTAI
4
4
from nlightreader .consts .enums import Nl
5
5
from nlightreader .exceptions import parser_content_exc
6
6
from nlightreader .models import Chapter , Image , Manga
@@ -15,7 +15,6 @@ class AllHentai(AbstractHentaiMangaCatalog):
15
15
def __init__ (self ):
16
16
super ().__init__ ()
17
17
self .url = URL_ALLHENTAI
18
- self .url_api = URL_ALLHENTAI_API
19
18
20
19
def search_manga (self , form ):
21
20
url = f"{ self .url } /search"
You can’t perform that action at this time.
0 commit comments