aboutsummaryrefslogtreecommitdiffstats
path: root/ytdlp_plugins/extractor/sample.py
diff options
context:
space:
mode:
authorcrazymoose77756 <52980616+crazymoose77756@users.noreply.github.com>2022-06-26 20:50:06 -0400
committerGitHub <noreply@github.com>2022-06-26 17:50:06 -0700
commit962ffcf89c8d935410391fbea3580688aafe76d7 (patch)
tree407eae3e594fd623cf390a0d604389db86863d79 /ytdlp_plugins/extractor/sample.py
parent8a40bffaf9e02f73329b8bc66742fb817eda1a64 (diff)
downloadhypervideo-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.py2
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)