Browse Source

[extractor/generic] Clarify comment

Sergey M․ 10 years ago
parent
commit
0791ac1b44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/generic.py

+ 1 - 1
youtube_dl/extractor/generic.py

@@ -1206,7 +1206,7 @@ class GenericIE(InfoExtractor):
 
 
         self.report_extraction(video_id)
         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:
         try:
             doc = parse_xml(webpage)
             doc = parse_xml(webpage)
             if doc.tag == 'rss':
             if doc.tag == 'rss':