This repository has been archived on 2024-02-23. You can view files and clone it, but cannot push or open issues or pull requests.
Auberge_Vagabonde/books_en.py

10 lines
192 B
Python

from books import process_book
process_book(
url="https://wanderinginn.com/table-of-contents/",
creator="Pirateaba",
publisher="Xefir",
language="en",
strip_first=True,
)