1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-15 23:32:25 +02:00

[fox] extract http formats

This commit is contained in:
remitamine 2016-02-09 17:12:34 +01:00
parent 3967a761f4
commit 1bedf4de06

View File

@ -29,7 +29,7 @@ def _real_extract(self, url):
release_url = self._parse_json(self._search_regex(
r'"fox_pdk_player"\s*:\s*({[^}]+?})', webpage, 'fox_pdk_player'),
video_id)['release_url'] + '&manifest=m3u'
video_id)['release_url'] + '&switch=http'
return {
'_type': 'url_transparent',