[generic] follow rss link when enclosure url is empty

This commit is contained in:
Bastian de Groot 2018-04-14 22:09:36 +02:00
parent 0aa4e2a2be
commit 199025c7d2

View File

@ -2016,7 +2016,7 @@ class GenericIE(InfoExtractor):
if next_url:
break
if not enclosure_nodes:
if not next_url:
next_url = xpath_text(it, 'link', fatal=False)
if not next_url: