kopia lustrzana https://github.com/yt-dlp/yt-dlp
[fktv] Don't redefine 'url' in list comprehension
Detected with flake8.pull/8/head
rodzic
2d00be0477
commit
4866b72eb2
|
@ -44,9 +44,9 @@ class FKTVIE(InfoExtractor):
|
||||||
|
|
||||||
urls = re.findall(r'<source[^>]+src="([^"]+)"', sources)
|
urls = re.findall(r'<source[^>]+src="([^"]+)"', sources)
|
||||||
formats = [{
|
formats = [{
|
||||||
'url': url,
|
'url': furl,
|
||||||
'format_id': determine_ext(url),
|
'format_id': determine_ext(url),
|
||||||
} for url in urls]
|
} for furl in urls]
|
||||||
return {
|
return {
|
||||||
'id': episode,
|
'id': episode,
|
||||||
'title': title,
|
'title': title,
|
||||||
|
|
Ładowanie…
Reference in New Issue