This commit is contained in:
bergoid 2022-09-13 22:14:13 +02:00
parent d39c122abd
commit aa0317f209

View file

@ -7,11 +7,8 @@
from ..utils import (
ExtractorError,
clean_html,
extract_attributes,
float_or_none,
get_element_by_class,
int_or_none,
merge_dicts,
str_or_none,
strip_or_none,
url_or_none,
@ -368,4 +365,3 @@ def _real_extract(self, url):
'title': title,
'description': description,
}