projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f11315e
)
[twitch] Update usher URL (Closes #9975)
author
Sergey M․
<dstftw@gmail.com>
Fri, 1 Jul 2016 16:16:43 +0000
(23:16 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 1 Jul 2016 16:16:43 +0000
(23:16 +0700)
youtube_dl/extractor/twitch.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/twitch.py
b/youtube_dl/extractor/twitch.py
index 20919774d0bcf65705e1f379a433667e2a06b7e9..67b1277ccadebc7afba028ece1d02859068d004d 100644
(file)
--- a/
youtube_dl/extractor/twitch.py
+++ b/
youtube_dl/extractor/twitch.py
@@
-29,7
+29,7
@@
class TwitchBaseIE(InfoExtractor):
_VALID_URL_BASE = r'https?://(?:www\.)?twitch\.tv'
_API_BASE = 'https://api.twitch.tv'
- _USHER_BASE = 'http
://usher.twitch.tv
'
+ _USHER_BASE = 'http
s://usher.ttvnw.net
'
_LOGIN_URL = 'http://www.twitch.tv/login'
_NETRC_MACHINE = 'twitch'