소스 검색

[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):