forked from pool/python-fanficfare
- Update to 3.26.0:
- Clear user_agent for literotica.com - Fix finding imgs in existing epubs. Closes #608 Many thanks to Epicpkmn11 for finding this before I released. - Fixes for adapter_fictionlive, thanks HazelSh - Make default CSS for fiction.live and royalroad.com use em instead of pt, thanks HazelSh - Fix for genre change in adapter_royalroadcom - Fix for adapter_storiesonlinenet 'access' issue. - Don't error on w/o class in replace_failed_smilies_with_alt_text - Allow tab to leave edit boxes. - Revert(ish) 'fix' for ffnet covers--they fixed it. - Change convert_inline_images default to false. - Fix http/https matching in identifiers:url search. - Allow tags without src attr in epub to update - Fix for ffnet cover images changed? Or broken? - Warn, not crash on when cover_min_size fails. - Add 2nd dup-story URL check after fetching metadata for when story URL changes. - Fix adapter_thesietchcom for site change - Add (optional, default on) convert support for data:image in-line s. - Adding pass-through support for data:image in-line s. - XenForo: Fixes for extra /s in normalized URLs. - Set default cover_min_size: 10,10 to avoid spacer images as covers. - New Site: squidgeworld.org - shares code with AO3. - adapter_wuxiaworldco: added status #592 from Rikkitp - Don't use polyglot, not included until Calibre3. Remove some debug output. - adapter_scribblehubcom: Accept chapter URLs. - adapter_wwwnovelallcom: Accept chapter URLs, must change to true OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=58
This commit is contained in:
parent
c2f10591ee
commit
9fa4297158
BIN
FanFicFare-3.25.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-3.25.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-3.26.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-3.26.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 22 23:09:58 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.26.0:
|
||||||
|
- Clear user_agent for literotica.com
|
||||||
|
- Fix finding imgs in existing epubs. Closes #608 Many thanks to
|
||||||
|
Epicpkmn11 for finding this before I released.
|
||||||
|
- Fixes for adapter_fictionlive, thanks HazelSh
|
||||||
|
- Make default CSS for fiction.live and royalroad.com use em instead
|
||||||
|
of pt, thanks HazelSh
|
||||||
|
- Fix for genre change in adapter_royalroadcom
|
||||||
|
- Fix for adapter_storiesonlinenet 'access' issue.
|
||||||
|
- Don't error on w/o class in replace_failed_smilies_with_alt_text
|
||||||
|
- Allow tab to leave edit boxes.
|
||||||
|
- Revert(ish) 'fix' for ffnet covers--they fixed it.
|
||||||
|
- Change convert_inline_images default to false.
|
||||||
|
- Fix http/https matching in identifiers:url search.
|
||||||
|
- Allow tags without src attr in epub to update
|
||||||
|
- Fix for ffnet cover images changed? Or broken?
|
||||||
|
- Warn, not crash on when cover_min_size fails.
|
||||||
|
- Add 2nd dup-story URL check after fetching metadata for when story
|
||||||
|
URL changes.
|
||||||
|
- Fix adapter_thesietchcom for site change
|
||||||
|
- Add (optional, default on) convert support for data:image in-line s.
|
||||||
|
- Adding pass-through support for data:image in-line s.
|
||||||
|
- XenForo: Fixes for extra /s in normalized URLs.
|
||||||
|
- Set default cover_min_size: 10,10 to avoid spacer images as covers.
|
||||||
|
- New Site: squidgeworld.org - shares code with AO3.
|
||||||
|
- adapter_wuxiaworldco: added status #592 from Rikkitp
|
||||||
|
- Don't use polyglot, not included until Calibre3. Remove some debug
|
||||||
|
output.
|
||||||
|
- adapter_scribblehubcom: Accept chapter URLs.
|
||||||
|
- adapter_wwwnovelallcom: Accept chapter URLs, must change to true
|
||||||
|
storyId/URL after.
|
||||||
|
- Make adapter_novelupdatescc share code with adapter_wuxiaworldco
|
||||||
|
- adapter_literotica: Keep language domains & use for language
|
||||||
|
metadata. #588
|
||||||
|
- adapter_alternatehistorycom now uses same thread group HTML as
|
||||||
|
XenForo2. Closes #590
|
||||||
|
- adapter_wuxiaworldco/adapter_novelupdatescc: Re-add Don't include
|
||||||
|
grayed out 'In preparation' chapters
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 9 20:00:20 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
Mon Nov 9 20:00:20 UTC 2020 - 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: 3.25.0
|
Version: 3.26.0
|
||||||
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