9 lines
177 B
Python
9 lines
177 B
Python
from books import process_book
|
|
|
|
process_book(
|
|
url="https://aubergevagabonde.wordpress.com/sommaire/",
|
|
creator="Pirateaba",
|
|
publisher="ElliVia",
|
|
language="fr",
|
|
)
|