Browse Source

Unbreak breakage that was broken to test breakage

master
fnord 9 years ago
parent
commit
2a282a3b5f
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/extractor/bbc.py

2
youtube_dl/extractor/bbc.py

@ -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)

Loading…
Cancel
Save