mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Change the milkroad newsletters parser according to the change of milkroad newsletter
This commit is contained in:
parent
7adf8a8fd8
commit
8f048dd15e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ export class BeehiivHandler extends ContentHandler {
|
|||
}
|
||||
|
||||
findNewsletterHeaderHref(dom: Document): string | undefined {
|
||||
const readOnline = dom.querySelectorAll('table tr td div a[class*="link"]')
|
||||
const readOnline = dom.querySelectorAll('table tr td div a')
|
||||
let res: string | undefined = undefined
|
||||
readOnline.forEach((e) => {
|
||||
if (e.textContent === 'Read Online') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue