mirror of
https://github.com/postlight/mercury-parser
synced 2024-11-17 03:25:31 +00:00
updated constants
This commit is contained in:
parent
189361dc20
commit
ddc684c7d3
@ -37,6 +37,7 @@ export const UNLIKELY_CANDIDATES_BLACKLIST = [
|
||||
'remove',
|
||||
'remark',
|
||||
'rss',
|
||||
'share',
|
||||
'shoutbox',
|
||||
'sidebar',
|
||||
'sociable',
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user