mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Merge branch 'master' of https://github.com/unkn0w7n/calibre
This commit is contained in:
commit
5edd58f5cc
@ -28,9 +28,7 @@ class ALD(BasicNewsRecipe):
|
|||||||
__author__ = 'https://github.com/pjpaulpj'
|
__author__ = 'https://github.com/pjpaulpj'
|
||||||
language = 'en'
|
language = 'en'
|
||||||
encoding = 'utf-8'
|
encoding = 'utf-8'
|
||||||
|
browser_type = 'qt'
|
||||||
def get_browser(self, *args, **kwargs):
|
|
||||||
return BasicNewsRecipe.get_browser(self, user_agent='common_words/based')
|
|
||||||
|
|
||||||
def parse_index(self):
|
def parse_index(self):
|
||||||
articles_note = []
|
articles_note = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user