Add Twitter non-video archiver

This commit is contained in:
Logan Williams
2022-02-25 13:55:43 +01:00
parent 1eb17e4de5
commit 6a62c5798c
3 changed files with 105 additions and 1 deletions

View File

@@ -3,4 +3,5 @@ from .base_archiver import *
from .telegram_archiver import *
from .tiktok_archiver import *
from .wayback_archiver import *
from .youtubedl_archiver import *
from .youtubedl_archiver import *
from .twitter_archiver import *