mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-05 02:17:07 -05:00
[twitter] Fix a typo
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user