[generic] follow rss link when enclosure url is empty
This commit is contained in:
parent
0aa4e2a2be
commit
199025c7d2
@ -2016,7 +2016,7 @@ class GenericIE(InfoExtractor):
|
|||||||
if next_url:
|
if next_url:
|
||||||
break
|
break
|
||||||
|
|
||||||
if not enclosure_nodes:
|
if not next_url:
|
||||||
next_url = xpath_text(it, 'link', fatal=False)
|
next_url = xpath_text(it, 'link', fatal=False)
|
||||||
|
|
||||||
if not next_url:
|
if not next_url:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user