mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-11-04 10:02:48 +01:00
use platform=desktop in assets url(closes #13041)
This commit is contained in:
parent
a7ed6b341c
commit
39ee263819
@ -126,7 +126,7 @@ class AdultSwimIE(TurnerBaseIE):
|
||||
video_id = video_data['id']
|
||||
|
||||
info = self._extract_cvp_info(
|
||||
'http://www.adultswim.com/videos/api/v0/assets?id=' + video_id,
|
||||
'http://www.adultswim.com/videos/api/v0/assets?platform=desktop&id=' + video_id,
|
||||
video_id, {
|
||||
'secure': {
|
||||
'media_src': 'http://androidhls-secure.cdn.turner.com/adultswim/big',
|
||||
|
Loading…
Reference in New Issue
Block a user