1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05: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

View file

@ -229,7 +229,7 @@ def _real_extract(self, url):
}) })
return info return info
raise ExtractorError('There\'s not video in this tweet.') raise ExtractorError('There\'s no video in this tweet.')
class TwitterAmplifyIE(TwitterBaseIE): class TwitterAmplifyIE(TwitterBaseIE):