1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-01 03:03:26 +00:00

[twitter] Fix a typo

This commit is contained in:
Yen Chi Hsuan
2016-02-21 17:21:37 +08:00
parent bdbf4ba40e
commit 132e3b74bd
+1 -1
View File
@@ -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):