diff options
Diffstat (limited to 'ytdlp_plugins/extractor/sample.py')
-rw-r--r-- | ytdlp_plugins/extractor/sample.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ytdlp_plugins/extractor/sample.py b/ytdlp_plugins/extractor/sample.py index 82c0af459..a8bc455eb 100644 --- a/ytdlp_plugins/extractor/sample.py +++ b/ytdlp_plugins/extractor/sample.py @@ -11,4 +11,4 @@ class SamplePluginIE(InfoExtractor): _VALID_URL = r'^sampleplugin:' def _real_extract(self, url): - self.to_screen('URL "%s" sucessfully captured' % url) + self.to_screen('URL "%s" successfully captured' % url) |