From 132e3b74bdcb73ccacbfeecdae5713dd65829af9 Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Sun, 21 Feb 2016 17:21:37 +0800 Subject: [PATCH] [twitter] Fix a typo --- youtube_dl/extractor/twitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):