mirror of
https://github.com/ytdl-org/ytdl-nightly.git
synced 2025-06-05 21:49:13 +02:00
Unbreak breakage that was broken to test breakage
This commit is contained in:
@@ -502,7 +502,7 @@ class BBCNewsIE(BBCCoUkIE):
|
|||||||
|
|
||||||
for jent in jsent:
|
for jent in jsent:
|
||||||
programme_id = jent.get('externalId')
|
programme_id = jent.get('externalId')
|
||||||
xml_url = jent.get('hxref')
|
xml_url = jent.get('href')
|
||||||
|
|
||||||
title = jent.get('caption',list_title)
|
title = jent.get('caption',list_title)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user