Only fr now
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2023-05-11 23:12:38 +02:00
parent 2e517cefbb
commit 1f0112a9a1
4 changed files with 9 additions and 18 deletions

View File

@ -15,7 +15,7 @@ steps:
commands:
- pip install poetry
- poetry install --without dev
- poetry run python books_fr.py
- poetry run python books.py
- bash -x upload.sh
environment:
USERNAME:

View File

@ -142,3 +142,11 @@ def process_book(
urls.append(link.attrs["href"])
process_volume(epub=epub, urls=urls)
process_book(
url="https://aubergevagabonde.wordpress.com/sommaire/",
creator="Pirateaba",
publisher="ElliVia",
language="fr",
)

View File

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

View File

@ -1,8 +0,0 @@
from books import process_book
process_book(
url="https://aubergevagabonde.wordpress.com/sommaire/",
creator="Pirateaba",
publisher="ElliVia",
language="fr",
)