Skip to content

Commit fa71cac

Browse files
authored
Merge pull request #137 from postlight/feat-the-verge-polygon-supported-domain
feat: adds www.polygon.com to list of www.theverge.com supportedDomains
2 parents d292d8e + c679e49 commit fa71cac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/extractors/custom/www.theverge.com

src/extractors/custom/www.theverge.com/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
export const WwwThevergeComExtractor = {
22
domain: 'www.theverge.com',
33

4+
supportedDomains: ['www.polygon.com'],
5+
46
title: {
57
selectors: [
68
'h1',

0 commit comments

Comments
 (0)