From 55d9ffaacd65496fb0b6acb0e85c35e4919cb7a9 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 17 Jun 2025 18:51:21 +0100 Subject: [PATCH] typo --- src/auto_archiver/modules/generic_extractor/tiktok.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """