X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fmtv.py;h=5447b6c0cab098b895eda0e9f2b3b266fb65a7b0;hb=9e68f9fdf1efa6b6afe141feb27d9626e40c3056;hp=4f9308436280c82c8e2f011bf0411c79cfdcc517;hpb=96cb10a5f56a5ba207f26887a52c9dc6257c2864;p=youtube-dl.git diff --git a/youtube_dl/extractor/mtv.py b/youtube_dl/extractor/mtv.py index 4f9308436..5447b6c0c 100644 --- a/youtube_dl/extractor/mtv.py +++ b/youtube_dl/extractor/mtv.py @@ -85,11 +85,9 @@ class MTVServicesInfoExtractor(InfoExtractor): 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') + title_el = itemdoc.find('.//title') if title_el.text is None: title_el = None - if title_el is None: - title_el = itemdoc.find('./item/title') title = title_el.text if title is None: