-
Updated
Jan 3, 2022 - Ruby
scraper
Here are 5,435 public repositories matching this topic...
-
Updated
Nov 9, 2020 - Python
-
Updated
Oct 5, 2021 - PHP
-
Updated
Dec 25, 2021 - 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
Nov 3, 2021
-
Updated
Feb 3, 2021 - Python
-
Updated
Dec 16, 2021 - JavaScript
-
Updated
Jan 1, 2022 - Python
-
Updated
Dec 4, 2021 - JavaScript
-
Updated
Dec 26, 2021 - 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
Dec 28, 2021 - JavaScript
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.