浏览代码

[twitter] Fix a typo

Yen Chi Hsuan 9 年之前
父节点
当前提交
132e3b74bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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):