Skip to content

Commit 8ad9309

Browse files
author
touchRED
committed
fix: update some extractors to remove unnecessary timezones
1 parent 6a5f892 commit 8ad9309

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const WwwMentalflossComExtractor = {
2222
['meta[name="article:published_time"]', 'value'],
2323
'.date-display-single',
2424
],
25-
timezone: 'America/New_York',
25+
// timezone: 'America/New_York',
2626
},
2727

2828
lead_image_url: {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const NewYorkerExtractor = {
4747
'time.content-header__publish-date',
4848
['meta[name="pubdate"]', 'value'],
4949
],
50-
timezone: 'America/New_York',
50+
// timezone: 'America/New_York',
5151
},
5252

5353
lead_image_url: {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const WwwRawstoryComExtractor = {
1818
'.blog-author a:last-of-type',
1919
],
2020

21-
timezone: 'EST',
21+
// timezone: 'EST',
2222
},
2323

2424
lead_image_url: {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const WwwRollingstoneComExtractor = {
1515
'time.content-published-date',
1616
],
1717

18-
timezone: 'America/New_York',
18+
// timezone: 'America/New_York',
1919
},
2020

2121
dek: {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const WwwSiComExtractor = {
1212
date_published: {
1313
selectors: [['meta[name="published"]', 'value']],
1414

15-
timezone: 'America/New_York',
15+
// timezone: 'America/New_York',
1616
},
1717

1818
dek: {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const WwwUsmagazineComExtractor = {
1010
},
1111

1212
date_published: {
13-
timezone: 'America/New_York',
13+
// timezone: 'America/New_York',
1414

1515
selectors: [['meta[name="article:published_time"]', 'value']],
1616
},

0 commit comments

Comments
 (0)