Commit graph

3840 commits

Author SHA1 Message Date
Hazel Shanks
c9ef6cbdfe fanficfare should now recognise when the most recent chapter has been updatet (chunk timestamp in URL) 2020-10-21 13:22:10 +13:00
Hazel Shanks
d40ff43a2f normalize fiction.live story URLs -- should close #559 2020-10-21 13:15:23 +13:00
Hazel Shanks
b35ca970f3 changed .ini files -- set up subject tags, comment suggesting dedup_img_files when including images 2020-10-21 12:56:08 +13:00
Hazel Shanks
58f3d1c268 Handle stories with missing contentRating, storyStatus & support beta.fictionlive.com domain 2020-09-17 15:56:22 +12:00
Jim Miller
599c9051f0 Bump Test Version 3.23.4 2020-09-16 21:28:41 -05:00
Jim Miller
d2a6faa225 Remove authorUrl sets from adapter_novelupdatescc / adapter_wuxiaworldco -- they don't reliable appear to have author links after all. Closes #555 2020-09-16 21:23:21 -05:00
Jim Miller
c759a9e769 Bump Test Version 3.23.3 2020-09-16 14:53:09 -05:00
Jim Miller
b396a08828 Add dedup_img_files option(default:false). #550 2020-09-16 14:52:55 -05:00
Jim Miller
15c21e8a6c Bump Test Version 3.23.2 2020-09-16 13:40:11 -05:00
Jim Miller
cdf7db07b2 Add setting remove_tags:script,style replacing script remove hardcode, adding style remove. Closes #553. 2020-09-16 13:38:46 -05:00
ElminsterAU
0055978a57 Fix for adapter_novelupdatescc not setting authorUrl. 2020-09-16 12:43:46 -05:00
ElminsterAU
1578a9f724 adds support for novelupdates.cc
this is currently a 1:1 copy of the adapter for wuxiaworld.co with just the relevant strings replaced
2020-09-16 12:43:46 -05:00
Jim Miller
c18822294f Merge branch 'master' of https://github.com/JimmXinu/FanFicFare 2020-09-16 12:07:01 -05:00
Jim Miller
5bb53b83ae Add comment that chireads.com and wuxiaworld.com don't seem to have authorUrl links. 2020-09-16 12:06:33 -05:00
Jim Miller
d1fb0d0d3c Fix for adapter_wuxiaworldco not setting authorUrl. 2020-09-16 12:05:49 -05:00
Jim Miller
0c822bc0a0 Fix for adapter_wuxiaworldsite not setting authorUrl. 2020-09-16 11:32:31 -05:00
muchtea
4a4a9e0327 fiction.live - fix typo 2020-09-16 09:12:17 -05:00
Jim Miller
ade0458f1e Bump Test Version 3.23.1 2020-09-15 09:25:37 -05:00
Jim Miller
c57470e955 Fix -s site list for adapter_hpfanficarchivecom. 2020-09-14 18:52:31 -05:00
Jim Miller
f09a76fa61 Bump Release Version 3.23.0 2020-09-14 17:56:04 -05:00
Jim Miller
64658387a5 Update translations. 2020-09-13 12:47:13 -05:00
Jim Miller
69a1186978 Bump Test Version 3.22.16 2020-09-13 12:41:33 -05:00
Jim Miller
af2dd1d063 Add 'undocumented' --unverified_ssl CLI option. Closes #546 2020-09-13 12:41:16 -05:00
Jim Miller
6cd3aed4d6 Bump Test Version 3.22.15 2020-09-11 14:17:42 -05:00
Jim Miller
2a7e1d2c19 adapter_valentchambercom - requires SSL and only allows w/o www. 2020-09-11 14:10:02 -05:00
Jim Miller
2590ec564f adapter_hpfanficarchivecom - SSL cert SSL_ERROR_RX_RECORD_TOO_LONG, back to http 2020-09-11 14:09:35 -05:00
Jim Miller
fbebe48fec Update translations. 2020-09-11 09:33:52 -05:00
Jim Miller
b86f637cee Add new string for transifex. 2020-09-10 16:31:36 -05:00
Jim Miller
aba534a95d Bump Test Version 3.22.14 2020-09-10 10:11:12 -05:00
Jim Miller
c1465af849 Merge branch 'master' of https://github.com/JimmXinu/FanFicFare 2020-09-10 10:10:24 -05:00
muchtea
e7496f0e3a fiction.live - handling possibly optional route titles 2020-09-10 10:10:18 -05:00
muchtea
445e26158f fiction.live - add support for internal links from choices to route chapters 2020-09-10 10:10:18 -05:00
muchtea
cac74157b9 fiction.live - add support for multi route stories
Route chapters simply are added at the end after the appendices
2020-09-10 10:10:18 -05:00
muchtea
88dc400edd Add .idea to .gitignore 2020-09-10 10:10:18 -05:00
Jim Miller
fd646e9924 Bump Test Version 3.22.13 2020-09-09 11:32:06 -05:00
Kolbo
c991f3cd3a add wuxiaworld.site adapter 2020-09-09 11:52:47 +02:00
Kolbo
12a5208ab2 refactor chiread tests with generic test class 2020-09-09 11:52:28 +02:00
Kolbo
008fdd6ea3 add generic class to easily add new test 2020-09-09 11:52:28 +02:00
Jim Miller
5175d40d6f Bump Test Version 3.22.12 2020-09-08 10:19:58 -05:00
Jim Miller
7cefc329bc adapter_fictionlive: getSiteExampleURLs(cls) needs to return a string. 2020-09-08 10:10:32 -05:00
Hazel Shanks
d55337e909 more permissive regex to handle story urls with genre in url, 20 char IDs & example urls -- fixes #541 2020-09-08 10:08:19 -05:00
Jim Miller
7585eafa77 Bump Test Version 3.22.11 2020-09-06 21:54:44 -05:00
Hazel Shanks
a42a349e3c changed time formats for livetime metadata, chunk timestamps to avoid localized names -- fixes #538 2020-09-06 21:54:10 -05:00
Jim Miller
b0faa2ce21 Cleanup some whitespace. 2020-09-06 19:28:01 -05:00
Hazel Shanks
28a23e1257 null handling in format_readerposts -- closes #539 2020-09-06 19:22:52 -05:00
Jim Miller
2861bb5f1e Bump Test Version 3.22.10 2020-09-06 17:30:43 -05:00
Jim Miller
3f73e28a48 adapter_occlumencysycophanthexcom needed another 'needs login' string. 2020-09-06 17:30:28 -05:00
Jim Miller
3459960c0f Bump Test Version 3.22.9 2020-09-04 20:55:47 -05:00
Jim Miller
12ac620d71 Fix anthology comments for changes in how Calibre handles them. 2020-09-04 20:55:37 -05:00
Jim Miller
402db7ff6e Bump Test Version 3.22.8 2020-09-02 11:46:25 -05:00