From 025badab123ece55d66ab75141f524d582affc95938e292e772bf0b9fec1b6a2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 5 May 2021 09:08:51 +0000 Subject: [PATCH] - Update to 4.2.0: - Add New Site: novelfull.com (#688 & #689) - Thanks, AlexRiina! - Need to set logger.setLevel() again with import changes to see debugs in plugin. - Remove site: fictionpad.com, completely different site, looks like generic parked? - Remove site: www.thundercatsfans.org, no longer efiction, now static pages and PDFs - Remove site: www.thepetulantpoetess.com, no longer efiction, URLs like OTW but different - Remove site: www.potterfics.com, "Potterfics.com has closed its doors forever" - Remove site: fanfic.castletv.net, DNS there, no server, last successful 2018-10-21 - Remove site: deandamage.com, site there, efiction broken, last successful 2018-12-04 - Remove site: www.deepinmysoul.net, moved to deepinmysoul.nl and changed software--not eFiction anymore, <100 stories, all old - Include code for nsapa_proxy for dealing with Captchas (by nsapa -- coming soon!) - Some other import cleanup. - Updates from cloudscraper 1.2.58 - Use newer Calibre image processing, add JPG quality setting - thanks, Malloc Voidstar - Add use_cloudscraper:true under [www.ficbook.net] to defaults.ini - Fix for adapter_literotica story URL oddities. Again. - Fix for site change: adapter_fictionmaniatv - Get storyId for sugarquillnet and siyecouk from the parsed query string. From mcepl - Fix for adapter_literotica changing URLs on author page yet again. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=71 --- FanFicFare-4.1.0.tar.gz | 3 --- FanFicFare-4.2.0.tar.gz | 3 +++ python-fanficfare.changes | 36 ++++++++++++++++++++++++++++++++++++ python-fanficfare.spec | 2 +- 4 files changed, 40 insertions(+), 4 deletions(-) delete mode 100644 FanFicFare-4.1.0.tar.gz create mode 100644 FanFicFare-4.2.0.tar.gz diff --git a/FanFicFare-4.1.0.tar.gz b/FanFicFare-4.1.0.tar.gz deleted file mode 100644 index e5de824..0000000 --- a/FanFicFare-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18cc709ed903f8c01507a5da4acdea1a862efaf67cd6b2f8e00d03d36483398a -size 1948686 diff --git a/FanFicFare-4.2.0.tar.gz b/FanFicFare-4.2.0.tar.gz new file mode 100644 index 0000000..49fd6d0 --- /dev/null +++ b/FanFicFare-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f3fabcf0d9333638ec0ef3c4a86538ebd3f77692448374c0de1cea9e489107 +size 1944231 diff --git a/python-fanficfare.changes b/python-fanficfare.changes index 3d5ab54..bea3b6d 100644 --- a/python-fanficfare.changes +++ b/python-fanficfare.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Wed May 5 09:05:26 UTC 2021 - Matej Cepl + +- Update to 4.2.0: + - Add New Site: novelfull.com (#688 & #689) - Thanks, AlexRiina! + - Need to set logger.setLevel() again with import changes to see debugs in + plugin. + - Remove site: fictionpad.com, completely different site, looks like generic + parked? + - Remove site: www.thundercatsfans.org, no longer efiction, now static pages + and PDFs + - Remove site: www.thepetulantpoetess.com, no longer efiction, URLs like OTW + but different + - Remove site: www.potterfics.com, "Potterfics.com has closed its doors + forever" + - Remove site: fanfic.castletv.net, DNS there, no server, last successful + 2018-10-21 + - Remove site: deandamage.com, site there, efiction broken, last successful + 2018-12-04 + - Remove site: www.deepinmysoul.net, moved to deepinmysoul.nl and changed + software--not eFiction anymore, <100 stories, all old + - Include code for nsapa_proxy for dealing with Captchas (by nsapa -- coming + soon!) + - Some other import cleanup. + - Updates from cloudscraper 1.2.58 + - Use newer Calibre image processing, add JPG quality setting - thanks, + Malloc Voidstar + - Add use_cloudscraper:true under [www.ficbook.net] to defaults.ini + - Fix for adapter_literotica story URL oddities. Again. + - Fix for site change: adapter_fictionmaniatv + - Get storyId for sugarquillnet and siyecouk from the parsed query string. + From mcepl + - Fix for adapter_literotica changing URLs on author page yet again. + - Add [harrypotterfanfiction.com] slow_down_sleep_time:1 -- Site blocking + fast downloads. + ------------------------------------------------------------------- Sat Mar 27 12:16:53 UTC 2021 - Matej Cepl diff --git a/python-fanficfare.spec b/python-fanficfare.spec index 41e3524..5927aa9 100644 --- a/python-fanficfare.spec +++ b/python-fanficfare.spec @@ -21,7 +21,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fanficfare -Version: 4.1.0 +Version: 4.2.0 Release: 0 Summary: Tool for making eBooks from stories on fanfiction and other web sites License: GPL-3.0-only