Skip to content

Commit

Permalink
Merge pull request #137 from postlight/feat-the-verge-polygon-support…
Browse files Browse the repository at this point in the history
…ed-domain

feat: adds www.polygon.com to list of www.theverge.com supportedDomains
  • Loading branch information
dviramontes authored Feb 2, 2017
2 parents d292d8e + c679e49 commit fa71cac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extractors/custom/www.theverge.com/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export const WwwThevergeComExtractor = {
domain: 'www.theverge.com',

supportedDomains: ['www.polygon.com'],

title: {
selectors: [
'h1',
Expand Down

0 comments on commit fa71cac

Please sign in to comment.