mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
parent
8a40bffaf9
commit
962ffcf89c
15 changed files with 27 additions and 27 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue