1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-03 02:49:28 +00:00

Unbreak breakage that was broken to test breakage

This commit is contained in:
fnord 2015-06-20 11:11:41 -05:00
parent 7bb23aeca4
commit 2a282a3b5f

View file

@ -502,7 +502,7 @@ class BBCNewsIE(BBCCoUkIE):
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)