summary refs log tree commit diff
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-02-21 17:21:37 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-02-21 17:21:37 +0800
commit132e3b74bdcb73ccacbfeecdae5713dd65829af9 (patch)
tree23732a6bda7513523ff9557d844f58ab590361b1
parentbdbf4ba40ebae986ddf65fd1da4741af9ddf3ec9 (diff)
downloadyoutube-dl-132e3b74bdcb73ccacbfeecdae5713dd65829af9.tar.gz
youtube-dl-132e3b74bdcb73ccacbfeecdae5713dd65829af9.tar.xz
youtube-dl-132e3b74bdcb73ccacbfeecdae5713dd65829af9.zip
[twitter] Fix a typo
-rw-r--r--youtube_dl/extractor/twitter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/twitter.py b/youtube_dl/extractor/twitter.py
index 29ce84f5e..8acd09f6a 100644
--- a/youtube_dl/extractor/twitter.py
+++ b/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):