-
Updated
May 24, 2022 - Ruby
scraper
Here are 5,910 public repositories matching this topic...
-
Updated
Nov 9, 2020 - Python
-
Updated
Jun 1, 2022 - PHP
-
Updated
May 31, 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
Jun 2, 2022
-
Updated
Feb 3, 2021 - Python
-
Updated
May 1, 2022 - JavaScript
-
Updated
May 9, 2022 - Python
-
Updated
May 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
Jun 4, 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
Jun 1, 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.