mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add handler to pre-process morning brew newsletters
This commit is contained in:
parent
d795fef8a7
commit
b03f7ebeb8
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ import { User } from '../entity/user'
|
|||
import { ILike } from 'typeorm'
|
||||
import { v4 as uuid } from 'uuid'
|
||||
import addressparser from 'addressparser'
|
||||
import { MorningBrewHandler } from './morning-brew-handler'
|
||||
|
||||
const logger = buildLogger('utils.parse')
|
||||
|
||||
|
|
@ -57,6 +58,7 @@ const HANDLERS = [
|
|||
new AxiosHandler(),
|
||||
new BloombergHandler(),
|
||||
new GolangHandler(),
|
||||
new MorningBrewHandler(),
|
||||
]
|
||||
|
||||
/** Hook that prevents DOMPurify from removing youtube iframes */
|
||||
|
|
|
|||
Loading…
Reference in a new issue