updated constants

This commit is contained in:
Adam Pash 2016-09-07 12:46:03 -04:00
parent 189361dc20
commit ddc684c7d3
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ export const UNLIKELY_CANDIDATES_BLACKLIST = [
'remove',
'remark',
'rss',
'share',
'shoutbox',
'sidebar',
'sociable',

View File

@ -1,5 +1,5 @@
export const REQUEST_HEADERS = {
'User-Agent': 'Readability - http://readability.com/about/'
"User-Agent": "Readability - http://readability.com/about/",
}
// The number of milliseconds to attempt to fetch a resource before timing out.