Merge branch 'shahid' of https://github.com/remitamine/youtube-dl into remitamine...
[youtube-dl] / youtube_dl / extractor / generic.py
index 4756a658ffb77374d7cec9bcb9da91f89afca10c..376feecae7a5ef59ae8e4cf674d984deefc0d6b0 100644 (file)
@@ -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':