kopia lustrzana https://github.com/yt-dlp/yt-dlp
rodzic
7d61d2306e
commit
2530b68d44
|
@ -150,7 +150,7 @@ class IPrimaIE(InfoExtractor):
|
||||||
manifest_url, video_id, mpd_id='dash', fatal=False)
|
manifest_url, video_id, mpd_id='dash', fatal=False)
|
||||||
self._sort_formats(formats)
|
self._sort_formats(formats)
|
||||||
|
|
||||||
final_result = self._search_json_ld(webpage, video_id) or {}
|
final_result = self._search_json_ld(webpage, video_id, default={})
|
||||||
final_result.update({
|
final_result.update({
|
||||||
'id': video_id,
|
'id': video_id,
|
||||||
'title': title,
|
'title': title,
|
||||||
|
|
Ładowanie…
Reference in New Issue