mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 10:11:52 +00:00
[dplay] Extract Ad-Free uplynk URLs(#28160)
This commit is contained in:
parent
1631fca1ee
commit
44603290e5
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ class DiscoveryPlusIE(DPlayIE):
|
||||||
'videoId': video_id,
|
'videoId': video_id,
|
||||||
'wisteriaProperties': {
|
'wisteriaProperties': {
|
||||||
'platform': 'desktop',
|
'platform': 'desktop',
|
||||||
|
'product': 'dplus_us',
|
||||||
},
|
},
|
||||||
}).encode('utf-8'))['data']['attributes']['streaming']
|
}).encode('utf-8'))['data']['attributes']['streaming']
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue