diff --git a/src/auto_archiver/modules/generic_extractor/tiktok.py b/src/auto_archiver/modules/generic_extractor/tiktok.py index e44714e..902eb05 100644 --- a/src/auto_archiver/modules/generic_extractor/tiktok.py +++ b/src/auto_archiver/modules/generic_extractor/tiktok.py @@ -10,7 +10,7 @@ from .dropin import GenericDropin class Tiktok(GenericDropin): """ - TikTok droping for the Generic Extractor that uses an unofficial API if/when ytdlp fails. + TikTok dropin for the Generic Extractor that uses an unofficial API if/when ytdlp fails. It's useful for capturing content that requires a login, like sensitive content. """