mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 08:52:55 +01:00
adapter_literotica: Yet another site change, addresses #1245
This commit is contained in:
parent
bf845e200f
commit
0271b14f6c
1 changed files with 2 additions and 0 deletions
|
|
@ -385,6 +385,8 @@ class LiteroticaSiteAdapter(BaseSiteAdapter):
|
|||
pages = page_soup.select_one('div._pagination_h0sum_1')
|
||||
if not pages:
|
||||
pages = page_soup.select_one('div.clearfix.panel._pagination_1400x_1')
|
||||
if not pages:
|
||||
pages = page_soup.select_one('div[class^="panel clearfix _pagination_"]')
|
||||
# logger.debug(pages)
|
||||
|
||||
fullhtml = ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue