You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kmftools/bookscraper/scraper/sites.py

12 lines
388 B

class BookSite:
def __init__(self):
self.name = "piaotian"
self.root = "https://www.ptwxz.com"
self.chapter_list_selector = "div.centent"
self.encoding = "gb2312"
self.replacements = {
"  ": "\n",
"手机用户请访问http://m.piaotian.net": "",
"(新飘天文学www.piaotian.cc )": "",
}