SYMBOL INDEX (56 symbols across 8 files) FILE: cli.py function cli (line 18) | def cli(): function download (line 65) | def download( FILE: lightnovel.py class LightNovel (line 12) | class LightNovel(): method __init__ (line 50) | def __init__(self, source: str, authors=None, identifier=None, title=N... method process_image_content (line 61) | def process_image_content(self, content, book): method write_epub (line 117) | def write_epub(self, path: str): FILE: provider/lk_mobile.py class Image (line 24) | class Image: method __init__ (line 30) | def __init__(self, filePath, shape): class EOF (line 35) | class EOF: method __init__ (line 36) | def __init__(self): function rotate2landscape (line 40) | def rotate2landscape(): function rotate2portrait (line 57) | def rotate2portrait(): function take_screenshot (line 74) | def take_screenshot(): function get_image (line 95) | def get_image(x1, y1, x2, y2) -> Image: function get_visible_elements (line 187) | def get_visible_elements(quick_mode=False): function scroll_to_top (line 231) | def scroll_to_top(): function compare_content (line 254) | def compare_content(content1, content2): function get_content (line 291) | def get_content(): function dump_contents (line 344) | def dump_contents(contents): function load_contents (line 363) | def load_contents(file_path): function get_contents (line 382) | def get_contents( function get_cover (line 597) | def get_cover(cover_link, dump_path): FILE: provider/lk_new.py function process_series_page (line 43) | def process_series_page(url): function obtain_article_content (line 72) | def obtain_article_content(content): function download_images (line 90) | def download_images(content, dump_path): function process_article_page (line 136) | def process_article_page(url, dump_path): function get_contents (line 176) | def get_contents(url, dump_path, html_dump): function get_cover (line 220) | def get_cover(cover_link, dump_path): FILE: provider/wenku8.py class BookInfo (line 57) | class BookInfo: method __init__ (line 58) | def __init__(self, aid, cid, title, content=None, href=None) -> None: function obtain_article_content (line 66) | def obtain_article_content(url): function download_images (line 87) | def download_images(content, dump_path): function process_article_page (line 132) | def process_article_page(url, dump_path, cvt=None): function getBookStructure (line 167) | def getBookStructure(source: str, content: str): function getContent (line 198) | def getContent(content: str) -> BookInfo: function get_contents (line 206) | def get_contents(url, dump_path, volume_index): function get_cover (line 269) | def get_cover(cover_link, dump_path): FILE: utils/checker.py function is_null (line 2) | def is_null(data): function is_not_null (line 13) | def is_not_null(data): FILE: utils/downloader.py function _download_file (line 11) | def _download_file(url, dir, headers): function download_file (line 45) | def download_file(url, dir, headers, trial=5): function _download_webpage (line 58) | def _download_webpage(url, headers, encoding): function download_webpage (line 77) | def download_webpage(url, headers, encoding='utf-8', trial=5): function size_description (line 95) | def size_description(size): FILE: utils/echo.py function init_subroutine (line 5) | def init_subroutine(): function push_subroutine (line 10) | def push_subroutine(cmd_name: str): function pop_subroutine (line 15) | def pop_subroutine(): function get_subroutine (line 22) | def get_subroutine(): function _clog (line 26) | def _clog(message: str): function clog (line 31) | def clog(*messages): function _cerr (line 38) | def _cerr(message: str): function cerr (line 43) | def cerr(*messages): function _csuccess (line 50) | def _csuccess(message: str): function csuccess (line 55) | def csuccess(*messages): function _cexit (line 62) | def _cexit(message: str): function cexit (line 67) | def cexit(*messages):