mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 04:43:44 +02:00
...
This commit is contained in:
parent
63b8056af1
commit
e16b3820e9
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ def classes(classes):
|
|||
'class': lambda x: x and frozenset(x.split()).intersection(q)})
|
||||
|
||||
|
||||
USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0'
|
||||
USER_AGENT = 'Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0'
|
||||
|
||||
|
||||
class WSJ(BasicNewsRecipe):
|
||||
|
|
|
|||
Loading…
Reference in a new issue