-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(date): add datePublished
and datemodified
support
#374
Merged
Commits on Feb 25, 2021
-
Add published and modified dates
Signed-off-by: Stiliyan Ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90ad860 - Browse repository at this point
Copy the full SHA 90ad860View commit details
Commits on Feb 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5980e59 - Browse repository at this point
Copy the full SHA 5980e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea2e100 - Browse repository at this point
Copy the full SHA ea2e100View commit details
Commits on Mar 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 03ed720 - Browse repository at this point
Copy the full SHA 03ed720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78433d1 - Browse repository at this point
Copy the full SHA 78433d1View commit details
Commits on Mar 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 88b1df3 - Browse repository at this point
Copy the full SHA 88b1df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9782eb8 - Browse repository at this point
Copy the full SHA 9782eb8View commit details -
Signed-off-by: Stiliyan Ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fddd2f2 - Browse repository at this point
Copy the full SHA fddd2f2View commit details -
Closer to old behaviour of date
Signed-off-by: Stiliyan Ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 426df15 - Browse repository at this point
Copy the full SHA 426df15View commit details -
YouTube does not seem to use <meta date>
Signed-off-by: Stiliyan Ivanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a1d775 - Browse repository at this point
Copy the full SHA 3a1d775View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5400040 - Browse repository at this point
Copy the full SHA 5400040View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6af27 - Browse repository at this point
Copy the full SHA aa6af27View commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2222186 - Browse repository at this point
Copy the full SHA 2222186View commit details -
The rule: ``` toDate($ => $filter($, $('[class*="publish" i]'))) ``` is taking more priority than: ``` toDate($ => $('[property*="dc:date" i]').attr('content')) ``` It's okay for this case since it's a fuzzy rule so isn't too deterministic
Configuration menu - View commit details
-
Copy full SHA for b60e5ec - Browse repository at this point
Copy the full SHA b60e5ecView commit details -
The rule ``` toDate($ => $('[itemprop="datepublished" i]').attr('content')) ``` It's taking more priority than: ``` toDate($ => $('meta[name="date" i]').attr('content') ``` It's okay for this case since it's a fuzzy rule so isn't too deterministic
Configuration menu - View commit details
-
Copy full SHA for c4650ff - Browse repository at this point
Copy the full SHA c4650ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for af1691e - Browse repository at this point
Copy the full SHA af1691eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.