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