[twitch] Show reset password request

This commit is contained in:
Sergey M․ 2015-07-10 21:16:42 +06:00
parent 89a683ae74
commit 17b41a3337
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ class TwitchBaseIE(InfoExtractor):
raise ExtractorError(
'Unable to login. Twitch said: %s' % error_message, expected=True)
if '>Reset your password<' in response:
self.report_warning('Twitch asks you to reset your password, go to https://secure.twitch.tv/reset/submit')
def _prefer_source(self, formats):
try:
source = next(f for f in formats if f['format_id'] == 'Source')