mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
...
This commit is contained in:
parent
c867bcaf99
commit
6017835712
@ -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'}):
|
||||
|
Loading…
x
Reference in New Issue
Block a user