mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 00:25:08 +00:00
@ -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)
|
||||
|
Reference in New Issue
Block a user