[twitter] Fix a typo
authorYen Chi Hsuan <yan12125@gmail.com>
Sun, 21 Feb 2016 09:21:37 +0000 (17:21 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Sun, 21 Feb 2016 09:21:37 +0000 (17:21 +0800)
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):