[extractor/generic] Clarify comment

pull/8/head
Sergey M․ 2015-08-09 19:47:58 +06:00
rodzic 1de5cd3ba5
commit 0791ac1b44
1 zmienionych plików z 1 dodań i 1 usunięć
youtube_dl/extractor

Wyświetl plik

@ -1206,7 +1206,7 @@ class GenericIE(InfoExtractor):
self.report_extraction(video_id)
# Is it an RSS feed or a SMIL file?
# Is it an RSS feed, a SMIL file or a XSPF playlist?
try:
doc = parse_xml(webpage)
if doc.tag == 'rss':