-
Updated
Sep 29, 2021 - Ruby
scraper
Here are 5,164 public repositories matching this topic...
-
Updated
Nov 9, 2020 - Python
-
Updated
Oct 5, 2021 - PHP
-
Updated
Aug 21, 2021 - Python
-
Updated
Aug 26, 2021
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
Feb 3, 2021 - Python
-
Updated
Oct 9, 2021 - JavaScript
-
Updated
Oct 10, 2021 - Python
-
Updated
Sep 27, 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
Oct 6, 2021 - JavaScript
-
Updated
Dec 9, 2020 - 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.