forked from pool/python-fanficfare
Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
9cfe0c872e | |||
0f0797162e | |||
df517f4471 | |||
5339f64ac2 | |||
86b9dd2f80 | |||
0f5b27b3ca | |||
578bef1c44 | |||
d6a4bc72e7 | |||
ce8a209c91 | |||
7f1e2d26a6 | |||
e3121b7f4e |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
.osc
|
||||
_scmsync.obsinfo
|
||||
|
BIN
FanFicFare-4.37.0.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-4.37.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,112 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to 4.42.0:
|
||||
- Update Translations
|
||||
- adapter_fanfictalkcom: Update domain name & match pattern
|
||||
- Remove site: starskyhutcharchive.net, moved to
|
||||
starskyandhutcharchive.net, not eFiction. Nobody's missed it.
|
||||
- Remove site: fastnovels.net - Blog only now, no stories.
|
||||
- Remove site: www.novelupdates.cc - Domain parked somewhere
|
||||
sketchy
|
||||
- Remove site: ponyfictionarchive.net - Moved to AO3
|
||||
- adapter_wwwaneroticstorycom: Update for site changes.
|
||||
- Re-alphabetize defaults.ini
|
||||
- Browser Simple Cache adding orig resp time field & removing
|
||||
browser_cache_simple_header_old option. Fixes Browser Cache
|
||||
failing with Chrome on Mac & Linux.
|
||||
- Strip out unused parts of requests_toolbelt to avoid
|
||||
dependency issues.
|
||||
- Add no_image_processing_regexp option for #1144
|
||||
- adapter_fictionmaniatv: Change to https
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 1 22:58:52 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 4.41.0:
|
||||
- Update Translations
|
||||
- New Site: superlove.sayitditto.net (#1136) Thanks xxwhirlpool
|
||||
- New Site: www.cfaarchive.org (#1136) Thanks xxwhirlpool
|
||||
- XenForo lazyload: use data-src first if data-url also
|
||||
present. QQ proxy in data-src caches/bypasses some issues
|
||||
- adapter_inkbunnynet: Implemented always_login, thanks dbhmw
|
||||
- Small fixes for Wattpad. (#1137), thanks dbhmw
|
||||
- adapter_fimfictionnet: Implement always_login. Remove unused
|
||||
fail_on_password & do_update_hook settings. #1135
|
||||
- Call Calibre's safe_open_url for open_pages_in_browser
|
||||
- Add subject_tags to -m/j CLI output
|
||||
- Fix for double replace_metadata when non-list metadata called
|
||||
by getList().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 1 15:27:43 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 4.40.0:
|
||||
- Update Translations
|
||||
- adapter_ficbooknet: Another site update,
|
||||
- adapter_ficbooknet: Fixes for site changes,
|
||||
- adapter_inkbunnynet: Add login for Get URLs from Page
|
||||
- adapter_syosetucom: Fix for site changes,
|
||||
- Change decode_emails default to true.
|
||||
- adapter_deviantartcom: Site changes, new chapter text tag.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 2 05:41:39 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 4.39.0:
|
||||
- Better error when utf8FromSoup called with None.
|
||||
- adapter_asianfanficscom: Add Is adult toggle call,
|
||||
use_cloudscraper:true in defaults.ini
|
||||
- Fix(es) for get_url_search not found when seriesUrl doesn't
|
||||
match an adapter site.
|
||||
- Fix for regression when browser_cache_simple_header_old
|
||||
added. #1104
|
||||
- Add decode_emails option, defaults to false.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 22 16:10:37 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Chrome Simple Browser Cache extra field fix (Mac/Linux)
|
||||
- adapter_scribblehubcom: Allow for changing title in story URL.
|
||||
- Update adapter_syosetucom.py (#1095) Fix update retrieval for
|
||||
series not completed, thanks dado330
|
||||
- Make CLI username prompt more visible
|
||||
- Update translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 1 16:51:04 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%define modnamedown fanficfare
|
||||
%define skip_python2 1
|
||||
Name: python-fanficfare
|
||||
Version: 4.37.0
|
||||
Version: 4.43.0
|
||||
Release: 0
|
||||
Summary: Tool for making eBooks from stories on fanfiction and other web sites
|
||||
License: GPL-3.0-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user