Refactor media folder (#12)

* refactor download images functions

* only download images if not downloaded previously

* remove intermediary image folder

* create folder before test

* update directories
This commit is contained in:
FuzzyGrim
2023-03-11 15:38:29 +01:00
committed by GitHub
parent 43d90a30fc
commit 4e520b18a5
16 changed files with 85 additions and 154 deletions

4
.gitignore vendored
View File

@@ -4,5 +4,5 @@ __pycache__
.coverage
venv
src/db/db.sqlite3
src/media/images/*
!src/media/images/none.svg
src/media/*
!src/media/none.svg