logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 132e3b74bdcb73ccacbfeecdae5713dd65829af9
parent bdbf4ba40ebae986ddf65fd1da4741af9ddf3ec9
Author: Yen Chi Hsuan <yan12125@gmail.com>
Date:   Sun, 21 Feb 2016 17:21:37 +0800

[twitter] Fix a typo

Diffstat:

Myoutube_dl/extractor/twitter.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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):