[Lynx-dev] 'Please enable JS and disable any ad blocker'

2023-10-03 Thread rbell--- via Lynx-dev
Starting Monday evening nytimes.com started giving me this. I can fetch the file with 'lynx -source'. What's the diff? When I fetch an html file from nytimes.com with lynx it compresses it, but not with 'lynx -source'. russell bell

Re: [Lynx-dev] 'Please enable JS and disable any ad blocker'

2023-10-03 Thread Chime Hart
Well, Russell, that is certainly a shaim. Yesterday I visited punchbowlnews.com and no-matter which browser, I get a 403 error, but even checking or unchecking a user-agent, I receive the message you experienced. Chime

Re: [Lynx-dev] 'Please enable JS and disable any ad blocker'

2023-10-03 Thread David Woolley
On 03/10/2023 14:52, Chime Hart wrote: Well, Russell, that is certainly a shaim. Yesterday I visited punchbowlnews.com and no-matter which browser, I get a 403 error, but even checking or unchecking a user-agent, I receive the message you experienced. You need to consider that, for most news

Re: [Lynx-dev] fix for decoding utf-8 in CDATA sections

2023-10-03 Thread Hiltjo Posthuma
On Thu, Jul 27, 2023 at 10:25:13PM +0200, Hiltjo Posthuma wrote: > Hi, > > I use lynx to convert HTML to plain-text, but noticed an issue where part of > the output is missing with UTF-8 in CDATA sections. > > Below is a small test-case to reproduce it: > > Works correctly: > a’b > > Doesn't wo

Re: [Lynx-dev] fix for decoding utf-8 in CDATA sections

2023-10-03 Thread Thomas Dickey
On Tue, Oct 03, 2023 at 11:29:07PM +0200, Hiltjo Posthuma wrote: > On Thu, Jul 27, 2023 at 10:25:13PM +0200, Hiltjo Posthuma wrote: > > Hi, > > > > I use lynx to convert HTML to plain-text, but noticed an issue where part of > > the output is missing with UTF-8 in CDATA sections. ... > Any updates