Delete pandoc installer

This commit is contained in:
Paul Gauthier 2024-02-10 08:48:22 -08:00
parent 3d948788dd
commit 0fa2505ac5

View file

@ -117,7 +117,7 @@ class Scraper:
except OSError:
pass
pypandoc.download_pandoc()
pypandoc.download_pandoc(delete_installer=True)
self.pandoc_available = True
def html_to_markdown(self, page_source):