mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
Unbreak breakage that was broken to test breakage
This commit is contained in:
parent
7bb23aeca4
commit
2a282a3b5f
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@ def _real_extract(self, url):
|
|||
|
||||
for jent in jsent:
|
||||
programme_id = jent.get('externalId')
|
||||
xml_url = jent.get('hxref')
|
||||
xml_url = jent.get('href')
|
||||
|
||||
title = jent.get('caption',list_title)
|
||||
|
||||
|
|
Loading…
Reference in a new issue