mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 14:50:20 +00:00
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user