10 lines
192 B
Python
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,
|
||
|
)
|