X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fmtv.py;h=5447b6c0cab098b895eda0e9f2b3b266fb65a7b0;hb=d37c07c57514b42b5b4523e619293ce77e40af79;hp=6f5180892756aec148c0e0b6172e007fe291f623;hpb=1df4229bd726bada121998ad2a3c7c7648561cee;p=youtube-dl.git diff --git a/youtube_dl/extractor/mtv.py b/youtube_dl/extractor/mtv.py index 6f5180892..5447b6c0c 100644 --- a/youtube_dl/extractor/mtv.py +++ b/youtube_dl/extractor/mtv.py @@ -82,12 +82,12 @@ class MTVServicesInfoExtractor(InfoExtractor): title_el = find_xpath_attr( itemdoc, './/{http://search.yahoo.com/mrss/}category', 'scheme', 'urn:mtvn:video_title') + if title_el is None: + title_el = itemdoc.find('.//{http://search.yahoo.com/mrss/}title') if title_el is None: title_el = itemdoc.find('.//title') if title_el.text is None: title_el = None - if title_el is None: - title_el = itemdoc.find('.//{http://search.yahoo.com/mrss/}title') title = title_el.text if title is None: