mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
...
This commit is contained in:
parent
c867bcaf99
commit
6017835712
@ -43,7 +43,7 @@ class science(BasicNewsRecipe):
|
|||||||
classes('pb-ad')
|
classes('pb-ad')
|
||||||
]
|
]
|
||||||
browser_type = 'qt'
|
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):
|
def preprocess_html(self, soup):
|
||||||
for p in soup.findAll(attrs={'role':'paragraph'}):
|
for p in soup.findAll(attrs={'role':'paragraph'}):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user