-
Updated
Jul 19, 2022 - Ruby
scraper
Here are 6,100 public repositories matching this topic...
-
Updated
Nov 9, 2020 - Python
-
Updated
Jun 21, 2022 - PHP
-
Updated
Jul 19, 2022 - Python
Unless I missed something, the documentation doesn't explain how to query document metadata (searching "site:montferret.dev metadata" through Google returned nothing, neither did grepping the source code).
As an example, I tried to query the og:url metadata.
I tried variations of //meta[property='og:url']::attr(content), with or without the leading //, and with or without the `attr(conte
-
Updated
Jul 9, 2022
-
Updated
Jul 17, 2022 - Python
For example Error: PuppeteerCrawler: handlePageFunction timed out. could contain instruction how to increase the timeout.
-
Updated
Jun 5, 2022 - JavaScript
-
Updated
Jun 23, 2022 - Python
-
Updated
Jul 12, 2022 - JavaScript
Is your feature request related to a problem? Please describe.
A new contributor will feel overwhelmed when they will try to contribute to this project.
Describe the solution you'd like
Add a architecture.md as described in this blog post
Describe alternatives you've considered
Not having architecture.md.
**Add
-
Updated
Jul 21, 2022 - Go
scoreText is broken
Tested in search and list methods, scoreText shows ' Rated 4.3 stars out of five stars ' instead of 4.3
-
Updated
Jul 16, 2022 - Python
Improve this page
Add a description, image, and links to the scraper topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scraper topic, visit your repo's landing page and select "manage topics."
When looking up an attribute with .attr(), the name of the attribute should be lowercased before looking up in .attribs object.