This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[twitter] Fix a typo
totalwebcasting
Yen Chi Hsuan
9 years ago
parent
bdbf4ba40e
commit
132e3b74bd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/twitter.py
+ 1
- 1
youtube_dl/extractor/twitter.py
View File
@ -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
)
:
Write
Preview
Loading…
Cancel
Save