NYTimes Images

In New York Times articles, the first image always appears, but subsequent ones do not. Is there a way to fix this with a custom site config?

Example article: https://www.nytimes.com/2020/11/14/us/politics/biden-trump-republicans.html

Those images that don’t appear get loaded via Javascript on that article. Full-Text RSS currently doesn’t execute JS when extracting content. If you disable Javascript in your browser, you’ll see that the first image that Full-Text RSS captures loads without JS, but the others don’t.

We’ll look into preserving more images on NYT articles in the future. Should be possible using string_find/string_replace in the nytimes.com.txt site config file, but not something we can help with at the moment.