Browse Source
[extractor/generic] Extract RSS entries as url_transparent (#11163)
master-ytdl-org
Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
youtube_dl/extractor/generic.py
|
|
@ -1693,7 +1693,7 @@ class GenericIE(InfoExtractor): |
|
|
|
continue |
|
|
|
|
|
|
|
entries.append({ |
|
|
|
'_type': 'url', |
|
|
|
'_type': 'url_transparent', |
|
|
|
'url': next_url, |
|
|
|
'title': it.find('title').text, |
|
|
|
}) |
|
|
|