mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[fktv] Don't redefine 'url' in list comprehension
Detected with flake8.
This commit is contained in:
		| @@ -44,9 +44,9 @@ class FKTVIE(InfoExtractor): | ||||
|  | ||||
|         urls = re.findall(r'<source[^>]+src="([^"]+)"', sources) | ||||
|         formats = [{ | ||||
|             'url': url, | ||||
|             'url': furl, | ||||
|             'format_id': determine_ext(url), | ||||
|         } for url in urls] | ||||
|         } for furl in urls] | ||||
|         return { | ||||
|             'id': episode, | ||||
|             'title': title, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz