Explorar o código

[twitter] Fix a typo

Yen Chi Hsuan %!s(int64=9) %!d(string=hai) anos
pai
achega
132e3b74bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/extractor/twitter.py

+ 1 - 1
youtube_dl/extractor/twitter.py

@@ -229,7 +229,7 @@ class TwitterIE(InfoExtractor):
             })
             return info
 
-        raise ExtractorError('There\'s not video in this tweet.')
+        raise ExtractorError('There\'s no video in this tweet.')
 
 
 class TwitterAmplifyIE(TwitterBaseIE):