Browse Source

[twitter] Fix a typo

master
Yen Chi Hsuan 9 years ago
parent
commit
132e3b74bd
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/twitter.py

2
youtube_dl/extractor/twitter.py

@ -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):

Loading…
Cancel
Save