mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Arts and Letters Daily
This commit is contained in:
parent
e7e5be3b7b
commit
e83acd8a89
@ -26,6 +26,9 @@ class ALD(BasicNewsRecipe):
|
|||||||
language = 'en'
|
language = 'en'
|
||||||
encoding = 'utf-8'
|
encoding = 'utf-8'
|
||||||
|
|
||||||
|
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 = []
|
||||||
new_books = []
|
new_books = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user