mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01:00
[extractor/generic] Clarify comment
This commit is contained in:
parent
1de5cd3ba5
commit
0791ac1b44
@ -1206,7 +1206,7 @@ def _real_extract(self, url):
|
||||
|
||||
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':
|
||||
|
Loading…
Reference in New Issue
Block a user