Comment on Show HN: Crawlee for Python – a web scraping and browser automation libraryComments−VagabundoP2yLooks nice, and modern python.The code example on the front page has this:`const data = await crawler.get_data()`That looks like Javascript? Is there a missing underscore?−mnmkng2yOh wow, thanks! Will fix it right away. Crawlee is originally a JS library.
Comments
Looks nice, and modern python.
The code example on the front page has this:
`const data = await crawler.get_data()`
That looks like Javascript? Is there a missing underscore?
Oh wow, thanks! Will fix it right away. Crawlee is originally a JS library.