mirror of
https://github.com/postlight/mercury-parser
synced 2024-11-15 06:12:48 +00:00
fix: narrowed selector to fix blogspot title selector
This commit is contained in:
parent
d3b11be473
commit
c63f500433
2
dist/mercury.js
vendored
2
dist/mercury.js
vendored
@ -417,7 +417,7 @@ var BloggerExtractor = {
|
||||
},
|
||||
|
||||
title: {
|
||||
selectors: ['h2.title']
|
||||
selectors: ['.post h2.title']
|
||||
},
|
||||
|
||||
date_published: {
|
||||
|
2
dist/mercury.js.map
vendored
2
dist/mercury.js.map
vendored
File diff suppressed because one or more lines are too long
@ -26,7 +26,7 @@ export const BloggerExtractor = {
|
||||
|
||||
title: {
|
||||
selectors: [
|
||||
'h2.title',
|
||||
'.post h2.title',
|
||||
],
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user