|
|
@ -15,6 +15,7 @@ from ..utils import (
|
|
|
|
float_or_none,
|
|
|
|
float_or_none,
|
|
|
|
HEADRequest,
|
|
|
|
HEADRequest,
|
|
|
|
sanitized_Request,
|
|
|
|
sanitized_Request,
|
|
|
|
|
|
|
|
strip_or_none,
|
|
|
|
unescapeHTML,
|
|
|
|
unescapeHTML,
|
|
|
|
url_basename,
|
|
|
|
url_basename,
|
|
|
|
RegexNotFoundError,
|
|
|
|
RegexNotFoundError,
|
|
|
@ -133,7 +134,7 @@ class MTVServicesInfoExtractor(InfoExtractor):
|
|
|
|
message += item.text
|
|
|
|
message += item.text
|
|
|
|
raise ExtractorError(message, expected=True)
|
|
|
|
raise ExtractorError(message, expected=True)
|
|
|
|
|
|
|
|
|
|
|
|
description = xpath_text(itemdoc, 'description')
|
|
|
|
description = strip_or_none(xpath_text(itemdoc, 'description'))
|
|
|
|
|
|
|
|
|
|
|
|
title_el = None
|
|
|
|
title_el = None
|
|
|
|
if title_el is None:
|
|
|
|
if title_el is None:
|
|
|
|