[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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user