Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
unkn0w7n committed Sep 22, 2024
1 parent 741893d commit 0a94f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/nytimes_sub.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class NewYorkTimes(BasicNewsRecipe):
if use_wayback_machine and not skip_wayback:
from calibre import browser
return self.nyt_parser.download_url(url, browser())
return self.index_to_soup(url)
return self.index_to_soup(url, raw=True)

def preprocess_raw_html(self, raw_html, url):
if '/interactive/' in url:
Expand Down

0 comments on commit 0a94f5c

Please sign in to comment.