mirror of
https://github.com/postlight/mercury-parser
synced 2024-11-18 21:28:22 +00:00
Merge pull request #137 from postlight/feat-the-verge-polygon-supported-domain
feat: adds www.polygon.com to list of www.theverge.com supportedDomains
This commit is contained in:
commit
fa71cacf5a
@ -1,6 +1,8 @@
|
||||
export const WwwThevergeComExtractor = {
|
||||
domain: 'www.theverge.com',
|
||||
|
||||
supportedDomains: ['www.polygon.com'],
|
||||
|
||||
title: {
|
||||
selectors: [
|
||||
'h1',
|
||||
|
Loading…
Reference in New Issue
Block a user