mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-04 15:25:17 +00:00
[cleanup] Add more ruff rules (#10149)
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
This commit is contained in:
@@ -18,7 +18,7 @@ class TVNoeIE(InfoExtractor):
|
||||
'series': 'Noční univerzita',
|
||||
'title': 'prof. Tomáš Halík, Th.D. - Návrat náboženství a střet civilizací',
|
||||
'description': 'md5:f337bae384e1a531a52c55ebc50fff41',
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
def _real_extract(self, url):
|
||||
@@ -40,7 +40,7 @@ class TVNoeIE(InfoExtractor):
|
||||
'field-name-field-podnazev', webpage)),
|
||||
'description': clean_html(get_element_by_class(
|
||||
'field-name-body', webpage)),
|
||||
'series': clean_html(get_element_by_class('title', webpage))
|
||||
'series': clean_html(get_element_by_class('title', webpage)),
|
||||
})
|
||||
|
||||
return info_dict
|
||||
|
||||
Reference in New Issue
Block a user