🚀 Add feature: WordPress conversion
This commit is contained in:
parent
f3dec3b49a
commit
5ee50a0f0f
7 changed files with 67064 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
import logging
|
||||
import os
|
||||
|
||||
import dotenv
|
||||
from minio import Minio
|
||||
|
||||
|
@ -72,7 +73,7 @@ available_sources = AvailableSourcesResponse(
|
|||
display_name="Markdown", name="markdown", format="markdown"
|
||||
),
|
||||
AvailableSource(
|
||||
display_name="Wordpress", name="wordpress_xml", format="xml"
|
||||
display_name="Wordpress", name="wordpress", format="xml"
|
||||
),
|
||||
AvailableSource(display_name="Ebook", name="ebook_pdf", format="pdf"),
|
||||
AvailableSource(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue