mirror of
https://gitlab.com/dstftw/youtube-dl.git
synced 2020-11-16 09:42:26 +00:00
[twitter] Fix a typo
This commit is contained in:
parent
bdbf4ba40e
commit
132e3b74bd
|
@ -229,7 +229,7 @@ class TwitterIE(InfoExtractor):
|
||||||
})
|
})
|
||||||
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):
|
||||||
|
|
Loading…
Reference in a new issue