mirror of
https://github.com/JockeTF/fimfarchive.git
synced 2024-11-21 21:07:59 +01:00
Add JSON data format flavor
This commit is contained in:
parent
4a2956c3c3
commit
faea33d7b2
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ class DataFormat(Flavor):
|
|||
EPUB = ()
|
||||
FPUB = ()
|
||||
HTML = ()
|
||||
JSON = ()
|
||||
|
||||
|
||||
class MetaFormat(Flavor):
|
||||
|
|
Loading…
Reference in a new issue