projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdbf4ba
)
[twitter] Fix a typo
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 21 Feb 2016 09:21:37 +0000
(17:21 +0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Sun, 21 Feb 2016 09:21:37 +0000
(17:21 +0800)
youtube_dl/extractor/twitter.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/twitter.py
b/youtube_dl/extractor/twitter.py
index 29ce84f5e25cef51f1e0dbc6a9386c6378714bee..8acd09f6a6ff4002328bd1cb06a37ec59a5c4b21 100644
(file)
--- a/
youtube_dl/extractor/twitter.py
+++ b/
youtube_dl/extractor/twitter.py
@@
-229,7
+229,7
@@
class TwitterIE(InfoExtractor):
})
return info
- raise ExtractorError('There\'s no
t
video in this tweet.')
+ raise ExtractorError('There\'s no video in this tweet.')
class TwitterAmplifyIE(TwitterBaseIE):