live_journal

This commit is contained in:
Dantenerosas 2023-09-28 16:00:19 +03:00 committed by nikili0n
parent 9b84c7533e
commit 7afb371866

View File

@ -20,6 +20,7 @@ parser_mapping = OrderedDict(
compile_regex(r"^dzen.ru/"): BaseParser,
compile_regex(r"^yappy.media/"): BaseParser,
compile_regex(r"^yandex.ru/"): BaseParser,
compile_regex(r"^.*\.livejournal.com/"): BaseParser,
}
)