diff options
author | crazymoose77756 <52980616+crazymoose77756@users.noreply.github.com> | 2022-06-26 20:50:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 17:50:06 -0700 |
commit | 962ffcf89c8d935410391fbea3580688aafe76d7 (patch) | |
tree | 407eae3e594fd623cf390a0d604389db86863d79 /ytdlp_plugins/extractor/sample.py | |
parent | 8a40bffaf9e02f73329b8bc66742fb817eda1a64 (diff) | |
download | hypervideo-pre-962ffcf89c8d935410391fbea3580688aafe76d7.tar.lz hypervideo-pre-962ffcf89c8d935410391fbea3580688aafe76d7.tar.xz hypervideo-pre-962ffcf89c8d935410391fbea3580688aafe76d7.zip |
[cleanup] Fix some typos (#4194)
Authored by: crazymoose77756
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) |