This commit is contained in:
Kovid Goyal 2024-08-14 13:52:38 +05:30
parent c867bcaf99
commit 6017835712
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -43,7 +43,7 @@ class science(BasicNewsRecipe):
classes('pb-ad')
]
browser_type = 'qt'
simultaneous_downloads = 1
simultaneous_downloads = 1 # server returns invalid data on HTTP2 connections when multiple requests are queued on the same connection
def preprocess_html(self, soup):
for p in soup.findAll(attrs={'role':'paragraph'}):