Update to 4.43.0:
- base_xenforoforum: Add details_spoiler option for [#1165](https://github.com/JimmXinu/FanFicFare/issues/1165) - Add [base_otw] with use_basic_cache:true to defaults.ini - BrowserCache: Better handle cache file changing/failing while reading. - Fix for BrowserCache for images--cache partitioned by parent(story) page. - base_otw_adapter: Detect & report 'This site is in beta' page - AO3: Double default slow_down_sleep_time - For adapter_mcstoriescom: Remove /../ from Get Story URLs from web page - adapter_mcstoriescom: Suppress site URLs that look like stories but aren't. #1160 - adapter_fanfictionnet: Attempt chapter from m. (vs www) when chapter not found - adapter_literotica: Get more story urls. #1159 Thanks, dbhmw - Add include_tocpage:always option. - adapter_fimfictionnet: Further cover fix - adapter_fimfictionnet: Fix cover images and use data-source attr for img src. - adapter_storiesonlinenet: Remove some code that broke parsing when 'author' was in the title. - adapter_literotica: http->https - adapter_literotica: Site changes for non-www domains. - Make plugin use own copy of six only--including in Smarten Punc - adapter_fictionlive: fix bounds check in vote accumulaton. resolves JimmXinu#1154, Thanks HazelSh - Make plugin use own copy of six only.
This commit is contained in:
parent
df517f4471
commit
50822cd774
BIN
FanFicFare-4.42.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-4.42.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-4.43.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-4.43.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 2 22:28:58 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update to 4.43.0:
|
||||||
|
- base_xenforoforum: Add details_spoiler option for
|
||||||
|
[#1165](https://github.com/JimmXinu/FanFicFare/issues/1165)
|
||||||
|
- Add [base_otw] with use_basic_cache:true to defaults.ini
|
||||||
|
- BrowserCache: Better handle cache file changing/failing while
|
||||||
|
reading.
|
||||||
|
- Fix for BrowserCache for images--cache partitioned by
|
||||||
|
parent(story) page.
|
||||||
|
- base_otw_adapter: Detect & report 'This site is in beta' page
|
||||||
|
- AO3: Double default slow_down_sleep_time
|
||||||
|
- For adapter_mcstoriescom: Remove /../ from Get Story URLs
|
||||||
|
from web page
|
||||||
|
- adapter_mcstoriescom: Suppress site URLs that look like
|
||||||
|
stories but aren't. #1160
|
||||||
|
- adapter_fanfictionnet: Attempt chapter from m. (vs www) when
|
||||||
|
chapter not found
|
||||||
|
- adapter_literotica: Get more story urls. #1159 Thanks, dbhmw
|
||||||
|
- Add include_tocpage:always option.
|
||||||
|
- adapter_fimfictionnet: Further cover fix
|
||||||
|
- adapter_fimfictionnet: Fix cover images and use data-source
|
||||||
|
attr for img src.
|
||||||
|
- adapter_storiesonlinenet: Remove some code that broke parsing
|
||||||
|
when 'author' was in the title.
|
||||||
|
- adapter_literotica: http->https
|
||||||
|
- adapter_literotica: Site changes for non-www domains.
|
||||||
|
- Make plugin use own copy of six only--including in Smarten
|
||||||
|
Punc
|
||||||
|
- adapter_fictionlive: fix bounds check in vote accumulaton.
|
||||||
|
resolves JimmXinu#1154, Thanks HazelSh
|
||||||
|
- Make plugin use own copy of six only.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 7 22:19:24 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
Fri Feb 7 22:19:24 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-fanficfare
|
# spec file for package python-fanficfare
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define modnamedown fanficfare
|
%define modnamedown fanficfare
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-fanficfare
|
Name: python-fanficfare
|
||||||
Version: 4.42.0
|
Version: 4.43.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…
x
Reference in New Issue
Block a user