mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 20:03:17 +00:00
[extractor/generic] Extract RSS entries as url_transparent (#11163)
This commit is contained in:
parent
8068296276
commit
413c1f8e2f
|
@ -1693,7 +1693,7 @@ def _extract_rss(self, url, video_id, doc):
|
|||
continue
|
||||
|
||||
entries.append({
|
||||
'_type': 'url',
|
||||
'_type': 'url_transparent',
|
||||
'url': next_url,
|
||||
'title': it.find('title').text,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue