[twitch] remove rechat.twitch.tv as a subtitle source

This commit is contained in:
vgsdi 2018-03-11 14:55:22 +01:00 committed by GitHub
parent d116918993
commit f3f83ebbca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,18 +310,6 @@ class TwitchVodIE(TwitchItemBaseIE):
if 't' in query:
info['start_time'] = parse_duration(query['t'][0])
if info.get('timestamp') is not None:
info['subtitles'] = {
'rechat': [{
'url': update_url_query(
'https://rechat.twitch.tv/rechat-messages', {
'video_id': 'v%s' % item_id,
'start': info['timestamp'],
}),
'ext': 'json',
}],
}
return info