forked from pool/python-fanficfare
- Update to 4.4.1:
- PI: Only update author link (AKA authorUrl) in Calibre if changed. - Collect 'fandoms' for adapter_scribblehubcom. - Change defaults.ini to correctly show default values for remove_spoil… - XF: Take datePublished from first post and fix date reading. - Browser Cache Chome Simple Cache -- Skip with warning on bad file par… - Browser Cache Firefox Cache2 -- Skip with warning on bad file parse i… - Add link to wiki/BrowserCacheFeature in Cloudflare error. #708 - Treat img url contains '.svg?' same as endswith('.svg')--Calibre imag… - adapter_ficbooknet remove double / from author URL. - ficbook.net doesn't use www. anymore. - Implement use_browser_cache for ficbook.net. - nsapa_proxy: detect&log proxy connection error - adapter_wwwnovelallcom - Updates for site changes. 'translator' no lo… - New Site: worldofx.de (German language X-files eFiction) - Also save error column on new books because chapter errors now making… - Pre-v5 Calibre fix for nsapa_proxy. - Fix for XF2 stories using author img as cover when absolute URL. - XF: data-url or data-src for lazyload images. Closes #713 - adapter_royalroadcom: Collect numWords. #712 - Add estimatedWords for XF2 sites that provide it (SB/SV mainly). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=75
This commit is contained in:
parent
fe16fd61a5
commit
d5001cd8db
BIN
FanFicFare-4.3.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-4.3.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-4.4.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-4.4.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 21 11:24:45 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to 4.4.1:
|
||||||
|
- PI: Only update author link (AKA authorUrl) in Calibre if
|
||||||
|
changed.
|
||||||
|
- Collect 'fandoms' for adapter_scribblehubcom.
|
||||||
|
- Change defaults.ini to correctly show default values for
|
||||||
|
remove_spoil…
|
||||||
|
- XF: Take datePublished from first post and fix date reading.
|
||||||
|
- Browser Cache Chome Simple Cache -- Skip with warning on bad
|
||||||
|
file par…
|
||||||
|
- Browser Cache Firefox Cache2 -- Skip with warning on bad file
|
||||||
|
parse i…
|
||||||
|
- Add link to wiki/BrowserCacheFeature in Cloudflare
|
||||||
|
error. #708
|
||||||
|
- Treat img url contains '.svg?' same as
|
||||||
|
endswith('.svg')--Calibre imag…
|
||||||
|
- adapter_ficbooknet remove double / from author URL.
|
||||||
|
- ficbook.net doesn't use www. anymore.
|
||||||
|
- Implement use_browser_cache for ficbook.net.
|
||||||
|
- nsapa_proxy: detect&log proxy connection error
|
||||||
|
- adapter_wwwnovelallcom - Updates for site changes.
|
||||||
|
'translator' no lo…
|
||||||
|
- New Site: worldofx.de (German language X-files eFiction)
|
||||||
|
- Also save error column on new books because chapter errors
|
||||||
|
now making…
|
||||||
|
- Pre-v5 Calibre fix for nsapa_proxy.
|
||||||
|
- Fix for XF2 stories using author img as cover when absolute URL.
|
||||||
|
- XF: data-url or data-src for lazyload images. Closes #713
|
||||||
|
- adapter_royalroadcom: Collect numWords. #712
|
||||||
|
- Add estimatedWords for XF2 sites that provide it (SB/SV
|
||||||
|
mainly).
|
||||||
|
- Add http_proxy and https_proxy setting, remove
|
||||||
|
fix_broken_https_proxy…
|
||||||
|
- Conceal some debug output for proxies.
|
||||||
|
- Change blockfilecache to save uint32 addrs instead of
|
||||||
|
original cache …
|
||||||
|
- Allow fictionpress.com with use_browser_cache--user still needs to co…
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 1 09:20:32 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Tue Jun 1 09:20:32 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-fanficfare
|
Name: python-fanficfare
|
||||||
Version: 4.3.0
|
Version: 4.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user