mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[extractor/generic] Clarify comment
This commit is contained in:
		| @@ -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': | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user