mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-12 13:54:28 +00:00
[ie/twitch] Remove dead rechat subtitles (#16660)
Authored by: kasper93
This commit is contained in:
parent
0d8460b407
commit
aaa1c78956
@ -589,17 +589,6 @@ class TwitchVodIE(TwitchBaseIE):
|
|||||||
if 't' in query:
|
if 't' in query:
|
||||||
info['start_time'] = parse_duration(query['t'][0])
|
info['start_time'] = parse_duration(query['t'][0])
|
||||||
|
|
||||||
if info.get('timestamp') is not None:
|
|
||||||
info['subtitles'] = {
|
|
||||||
'rechat': [{
|
|
||||||
'url': update_url_query(
|
|
||||||
f'https://api.twitch.tv/v5/videos/{vod_id}/comments', {
|
|
||||||
'client_id': self._CLIENT_ID,
|
|
||||||
}),
|
|
||||||
'ext': 'json',
|
|
||||||
}],
|
|
||||||
}
|
|
||||||
|
|
||||||
return info
|
return info
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user