]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/twitter.py
[twitter] Fix a typo
[youtube-dl.git] / youtube_dl / extractor / twitter.py
index 29ce84f5e25cef51f1e0dbc6a9386c6378714bee..8acd09f6a6ff4002328bd1cb06a37ec59a5c4b21 100644 (file)
@@ -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):