[generic] account for empty strings

This commit is contained in:
Bastian de Groot 2018-04-14 19:49:08 +02:00
parent 4f8ed0968b
commit 0aa4e2a2be

View File

@ -2019,7 +2019,7 @@ class GenericIE(InfoExtractor):
if not enclosure_nodes:
next_url = xpath_text(it, 'link', fatal=False)
if next_url is None:
if not next_url:
continue
entries.append({