mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[nerdcubed] Style fixes
This commit is contained in:
		| @@ -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, | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz