1
1
mirror of https://github.com/ytdl-org/youtube-dl synced 2024-06-25 17:20:08 +02:00

[extractor/generic] Extract RSS entries as url_transparent (#11163)

This commit is contained in:
Sergey M․ 2017-04-16 00:52:15 +07:00
parent 8068296276
commit 413c1f8e2f
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

View File

@ -1693,7 +1693,7 @@ class GenericIE(InfoExtractor):
continue
entries.append({
'_type': 'url',
'_type': 'url_transparent',
'url': next_url,
'title': it.find('title').text,
})