fanqienovel-downloader 下载番茄小说,通过Python实现。请勿滥用,且用且珍惜。 使用方法 输入id以下载,如: fanqienovel.com/page/7276384138653862966 中的7276384138653862966 输入1以更新,读取 record.json 中的id进行更新。 输入2进入设置,可调整正文段首空格数,但空格数不为0时会花费额外时间进行处理。 关于磁盘占用...
Breadcrumbs fanqienovel-downloader / src/ Directory actions More options Failed to load latest commit information. Latest commit Cannot retrieve latest commit at this time. HistoryHistory Folders and files Name Last commit message Last commit date parent directory .. main.py Failed...
sstzer/fanqienovel-downloaderPublic forked fromying-ck/fanqienovel-downloader NotificationsYou must be signed in to change notification settings Fork0 Star0 Code Pull requests Actions Projects Security Insights Additional navigation options Files main ...
app.config['SECRET_KEY'] = 'fanqie_novel_downloader' # Add secret key socketio = SocketIO(app, async_mode='gevent', cors_allowed_origins='*') # Create a global downloader instance # Create downloads directory downloads_dir = os.path.join(os.path.dirname(__file__), 'novel_download...
url = f'https://fanqienovel.com/page/{it}' @@ -295,23 +293,23 @@ def down_book_epub(it): pbar = tqdm(total=len(zj)) for chapter_title, chapter_id in zj.items(): f = False if chapter_title in ozj: if chapter_title in existing_json_content: try: int(ozj[chapter_title]...
get(f'https://fanqienovel.com/api/author/search/search_book/v1?' f'filter=127,127,127,127&page_count=10&page_index=0&query_type=0&query_word={key}') books = response.json()['data']['search_book_data_list'] for i, book in enumerate(books): print(f"{i + 1}. 名称:{book[...
下载番茄小说. Contribute to ying-ck/fanqienovel-downloader development by creating an account on GitHub.
ying-ck/fanqienovel-downloaderPublic NotificationsYou must be signed in to change notification settings Fork88 Star775 Comparing changes Choose two branches to see what’s changed or to start a new pull request. If you need to, you can alsoorlearn more about diff comparisons. ...
下载番茄小说. Contribute to yeqiu6080/fanqienovel-downloader development by creating an account on GitHub.
Update main.py ying-ck/fanqienovel-downloaderPublic NotificationsYou must be signed in to change notification settings Fork80 Star696 Code Issues25 Pull requests5 Actions Projects Security Insights Additional navigation options Commit Browse filesBrowse the repository at this point in the history...