Exemplo n.º 1
0
 def parse_chapter_list(self, content):
     biqu.parse_chapters(self, "#list dd", content=content)
Exemplo n.º 2
0
 def parse_chapter_list(self, content):
     biqu.parse_chapters(self, "#list", content=content, multi_segment=True)
Exemplo n.º 3
0
Arquivo: qu.py Projeto: tiadgrx/novel
 def parse_chapter_list(self, content):
     biqu.parse_chapters(self, BeautifulSoup(content, "html.parser"), True, "#list")
Exemplo n.º 4
0
 def parse_chapter_list(self, content):
     biqu.parse_chapters(self, BeautifulSoup(content, "html.parser"), False,
                         ".listmain dd")