Browse Source

[nerdcubed] Style fixes

totalwebcasting
Jaime Marquínez Ferrándiz 10 years ago
parent
commit
1f809a8560
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      youtube_dl/extractor/nerdcubed.py

+ 1
- 2
youtube_dl/extractor/nerdcubed.py View File

@ -18,7 +18,7 @@ class NerdCubedFeedIE(InfoExtractor):
def _real_extract(self, url):
feed = self._download_json(url, url, "Downloading NerdCubed JSON feed")
entries = [{
'_type': 'url',
'title': feed_entry['title'],
@ -33,4 +33,3 @@ class NerdCubedFeedIE(InfoExtractor):
'id': 'nerdcubed-feed',
'entries': entries,
}

Loading…
Cancel
Save