File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments