mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-06-30 11:02:54 -05:00
[extractor/generic] Extract RSS entries as url_transparent (#11163)
This commit is contained in:
@ -1693,7 +1693,7 @@ class GenericIE(InfoExtractor):
|
||||
continue
|
||||
|
||||
entries.append({
|
||||
'_type': 'url',
|
||||
'_type': 'url_transparent',
|
||||
'url': next_url,
|
||||
'title': it.find('title').text,
|
||||
})
|
||||
|
Reference in New Issue
Block a user