mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-23 19:33:59 +01:00
[twitter] Fix a typo
This commit is contained in:
parent
bdbf4ba40e
commit
132e3b74bd
|
@ -229,7 +229,7 @@ def _real_extract(self, url):
|
|||
})
|
||||
return info
|
||||
|
||||
raise ExtractorError('There\'s not video in this tweet.')
|
||||
raise ExtractorError('There\'s no video in this tweet.')
|
||||
|
||||
|
||||
class TwitterAmplifyIE(TwitterBaseIE):
|
||||
|
|
Loading…
Reference in New Issue
Block a user