Selaa lähdekoodia

[twitter] Fix a typo

Yen Chi Hsuan 9 vuotta sitten
vanhempi
sitoutus
132e3b74bd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      youtube_dl/extractor/twitter.py

+ 1 - 1
youtube_dl/extractor/twitter.py

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