We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
How to reproduce:
from dude import select @select(css="a") def result_url(element): return {"url": element.get_attribute("href")} if __name__ == "__main__": import dude dude.run(urls=["https://www.google.com"], follow_urls=True, ignore_robots_txt=True)
Error location:
https://github.com/roniemartinez/dude/blob/53d53c2bd840ea52fc341089313f122735dd6ab4/dude/base.py#LL65C13-L65C40
Error origin:
https://github.com/roniemartinez/dude/blob/53d53c2bd840ea52fc341089313f122735dd6ab4/dude/scraper.py#LL96C44-L96C55