Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-04 15:26:38 -05:00
parent 72a7e0be69
commit e5a7be391b
+1 -1
View File
@@ -418,7 +418,7 @@ class HTML(BaseParser):
while True:
yield next
try:
next = next(next)
next = self.next(fetch=True).html
except AttributeError:
break