mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[nerdcubed] Style fixes
This commit is contained in:
parent
653d14e2f9
commit
1f809a8560
@ -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…
Reference in New Issue
Block a user