Eli Schwartz
45ca4c7934
py3: merge multiline __future__ imports to not confuse 2to3
2019-05-27 00:41:14 -04:00
Kovid Goyal
297f8fc41a
Remove not working recipe (RSS feeds have been discontinued)
2019-05-24 17:17:41 +05:30
Kovid Goyal
77966f6c7d
Ignore failures to set the timefmt in the LRB recipe
2019-05-24 07:44:11 +05:30
Kovid Goyal
ba5f3cdce7
The Baffler by Jose Ortiz
2019-05-24 07:38:16 +05:30
Kovid Goyal
a1e75e9bc2
Merge branch 'py3' of https://github.com/eli-schwartz/calibre
2019-05-20 06:44:04 +05:30
Eli Schwartz
3a4acd5826
py3: fix regression in commit 96a8aeaaf5420dcdbb3cbeb1856a4985e8942395
...
Strings that contain non-ascii literal characters cannot be made into
bytestrings merely by adding b'' and must either be encoded or use
hex escapes.
2019-05-19 21:05:16 -04:00
Kovid Goyal
38279c5280
Update The Toronto Star
2019-05-20 06:33:36 +05:30
Kovid Goyal
7f7c83a709
Remove non-working recipe
2019-05-18 19:09:52 +05:30
Kovid Goyal
96a8aeaaf5
py3: Fix login checks in various recipes
2019-05-18 18:55:02 +05:30
Kovid Goyal
166f16374b
Update The Financial Express
2019-05-18 15:34:29 +05:30
Kovid Goyal
6e414d293b
Update London Review of Books
...
Fixes #1829339 [Private bug](https://bugs.launchpad.net/calibre/+bug/1829339 )
2019-05-18 15:01:14 +05:30
Kovid Goyal
a08bdbeb4e
Dont depend on calibre in polyglot
2019-05-15 16:42:52 +05:30
Kovid Goyal
a1c943c1e0
For some reason the redirect for the boston globe is not working in mechanize
2019-05-03 19:35:18 +05:30
Kovid Goyal
b018850f24
Update Boston Globe Subscription
2019-05-01 13:31:43 +05:30
Kovid Goyal
3265d1ce52
Magyar Nemzet by pofa
2019-04-28 07:35:08 +05:30
Kovid Goyal
578b5f2a8e
remove no longer working recipe
2019-04-28 07:26:53 +05:30
Kovid Goyal
9699bcbb1d
Update Global Times
2019-04-25 09:06:26 +05:30
Kovid Goyal
8f829e6de6
Update Global Times
...
Fixes #1825937 [can't fetch news of globaltimes](https://bugs.launchpad.net/calibre/+bug/1825937 )
2019-04-24 11:21:47 +05:30
Kovid Goyal
be27f464b2
Update Ars Technica
2019-04-23 20:46:38 +05:30
Kovid Goyal
570b02c59b
Update Corriere della Serra
2019-04-23 10:14:17 +05:30
Kovid Goyal
6d5ce1c79a
Update NYTimes
...
Fixes #1825721 [Failure to get New York Times](https://bugs.launchpad.net/calibre/+bug/1825721 )
2019-04-21 20:20:43 +05:30
Kovid Goyal
4f6ae4b4bd
Update Il Post
2019-04-15 14:04:21 +05:30
Kovid Goyal
13961abd16
Also check python files using python 3 flake8
2019-04-13 09:17:31 +05:30
Kovid Goyal
34b86d8227
py3: port filter()
2019-04-10 16:46:50 +05:30
Kovid Goyal
63c1aa15e4
Update Le Monde Edition Abonnes Papier
2019-04-09 10:27:35 +05:30
Kovid Goyal
55ff9d4a51
Update Le Temps
2019-04-04 18:21:14 +05:30
Kovid Goyal
38686dd905
py3: Misc recipe porting
2019-04-01 14:34:07 +05:30
Kovid Goyal
4b0ed2ab99
py3: Port use of cookielib in recipes
2019-04-01 14:30:30 +05:30
Kovid Goyal
972d98302e
...
2019-04-01 14:25:48 +05:30
Kovid Goyal
7f7f88c941
...
2019-04-01 14:25:04 +05:30
Kovid Goyal
c1eb2f9523
py3: port use of nested in recipes
2019-04-01 14:23:06 +05:30
Kovid Goyal
c32b7daafa
py3: Port use of urlparse in recipes
2019-04-01 14:16:37 +05:30
Kovid Goyal
569c576293
py3: port use of urllib in recipes
2019-04-01 13:57:21 +05:30
Kovid Goyal
d4c95b0df6
Remove not working recipe
...
Fixes #864 (Deleted bloomberg recipe, change in service)
2019-03-29 18:45:40 +05:30
Datalore740
002006a148
Fixed dead RSS feeds.
...
All of the NASA RSS feeds have been deprecated, so I replaced them, and changed the some of the news topics entirely.
2019-03-26 08:17:57 -07:00
Kovid Goyal
0fcad5f21f
Fix various uses of iteritems missed by dict_fixes
2019-03-25 15:29:08 +05:30
Kovid Goyal
ba59ac679d
Fix incorrect soup usage in various recipes
...
Also make SoupStrainer available in calibre.ebooks.BeautifulSoup
2019-03-25 10:17:27 +05:30
Kovid Goyal
a137e676a6
Dont use str(soup)
2019-03-24 15:15:21 +05:30
Kovid Goyal
8813a31a38
Handle direct querying of class attribute across BS versions
2019-03-24 12:18:43 +05:30
Kovid Goyal
256c7563b6
Port use of renderContents and BeautifulStoneSoup
2019-03-24 12:18:42 +05:30
Kovid Goyal
c68a5c8ab1
Port Tag creation in recipes to work with any version of BeautifulSoup
2019-03-23 08:06:25 +05:30
Kovid Goyal
5755625d1e
Get rid of has_key from all recipes
2019-03-22 23:47:49 +05:30
Kovid Goyal
df0e052c08
Update 1843
2019-03-21 20:33:52 +05:30
Eli Schwartz
c1fb63378f
python3: migrate lots of code to io.(Bytes|String)IO instead of c?StringIO
...
This is the only IO representation on python3, and it is backported to
python2 to aid in porting but requires determining whether to handle
bytes or unicode... which is sort of the point of porting, so let's
handle this properly everywhere we can.
2019-03-17 09:15:02 -04:00
Kovid Goyal
d1e30dfcac
Get rid of some xrange
2019-03-13 15:34:10 +05:30
Kovid Goyal
77728a15ef
Update derStandard
2019-03-11 08:29:13 +05:30
Kovid Goyal
a59d6a02fa
Fix #1819321 [news download for LA Times fails]( https://bugs.launchpad.net/calibre/+bug/1819321 )
2019-03-10 17:57:50 +05:30
Kovid Goyal
76447ba379
The New Criterion by Darko Miletic
...
Fixes #1819276 [New recipe - The New Criterion magazine](https://bugs.launchpad.net/calibre/+bug/1819276 )
2019-03-09 22:26:32 +05:30
Kovid Goyal
99e8bdd227
Update derStandard
2019-03-08 09:12:38 +05:30
Kovid Goyal
30d0b71027
Merge branch 'master' of https://github.com/benages/calibre
2019-03-07 17:41:49 +05:30