Daniel Lobo

Results 27 comments of Daniel Lobo

ok turns out that if I use client_id from SImple auth and NOT UUID then everything works as expected.

Ok tried creating a PR but I do not have access. Here is a patch instead: From 392b8e87cebf7a9a939ab2aef2884e0fd71f34c8 Mon Sep 17 00:00:00 2001 From: Daniel Lobo Date: Wed, 26 Apr...

On subject of bbc and dates why does bbc article prepend date to _text string now? e.g. Published\n\n8 March\n\n source https://www.bbc.co.uk/news/uk-england-london-68511760

interesting about playwright and textise. Content for bbc seems to be in the main page render as well as attached via some nonce window object. e.g. ``` window.__INITIAL_DATA__={} ```

https://github.com/AndyTheFactory/newspaper4k/issues/668 has not been created yet afaict Perhaps you mean https://github.com/codelucas/newspaper/issues/668 but I am not sure how that is relevant?

I have looked at the examples here https://github.com/johnbumgarner/newspaper3_usage_overview It looks like they are able to overcome issue that requires confirmation step using a combination of selenium webdriver, newspaper and beautiful...

Just to follow up on this I was able follow the Playwright example here https://github.com/AndyTheFactory/newspaper4k/issues/220 Basically, I am using Playwright to click any cookie compliance while making sure the same...