mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-02 06:04:56 +01:00
adapter_literotica: Update for site change #1208
This commit is contained in:
parent
ab66e9e285
commit
6d8a67ef2e
1 changed files with 2 additions and 0 deletions
|
|
@ -381,6 +381,8 @@ class LiteroticaSiteAdapter(BaseSiteAdapter):
|
|||
pages = page_soup.find('div',class_='l_bH')
|
||||
if not pages:
|
||||
pages = page_soup.select_one('div._pagination_h0sum_1')
|
||||
if not pages:
|
||||
pages = page_soup.select_one('div._pagination_1400x_1')
|
||||
# logger.debug(pages)
|
||||
|
||||
fullhtml = ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue