forked from pool/python-fanficfare
- Update to 3.24.0:
- fiction.live - handle api returning non-int values for votes PR gh#JimmXinu/FanFicFare#550, thanks muchtea - adapter_scribblehubcom: Include author notes/news in chapters unless in exclude_notes - thanks, Epicpkmn11! - archive.hpfanfictalk.com -> fanfictalk.com plus site changes for same. - Change ponyfictionarchive.net to https by default - Making eFiction series name/desc collection work with more sites. - Apply CLI --json-meta to --list to see series name/desc. - Fix adapter_storiesonlinenet login. Closes gh#JimmXinu/FanFicFare#550 - Add AO3 Series 'status'. - Don't save cover image size for dedup_img_files - Calibre might replace it. Also fixes gh#JimmXinu/FanFicFare#550 - Better GUI for series anthology - Adding eFiction series parsing attempt to base_adapter. - ensure_text plugin-example.ini for py3 - New site: www.the-sietch.com XenForo2 site with weird URL scheme. Closes gh#JimmXinu/FanFicFare#550 - Add get_urls_from_page() and get_series_from_page() to adapters, add support. AO3 and TtH only so far. - Add include_author_notes option (defaults on) to adapter_royalroadcom Closes gh#JimmXinu/FanFicFare#550 - adapter_fictionlive: Handle stories with missing contentRating, storyStatus & support beta.fictionlive.com domain, thanks HazelSh! - Add setting remove_tags:script,style replacing script remove hardcode, adding style remove. Closes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=54
This commit is contained in:
parent
9afcd8e854
commit
db18a0acb2
BIN
FanFicFare-3.23.1.tar.gz
(Stored with Git LFS)
BIN
FanFicFare-3.23.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
FanFicFare-3.24.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
FanFicFare-3.24.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,45 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 15 17:14:02 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.24.0:
|
||||||
|
- fiction.live - handle api returning non-int values for votes
|
||||||
|
PR gh#JimmXinu/FanFicFare#550, thanks muchtea
|
||||||
|
- adapter_scribblehubcom: Include author notes/news in chapters
|
||||||
|
unless in exclude_notes - thanks, Epicpkmn11!
|
||||||
|
- archive.hpfanfictalk.com -> fanfictalk.com plus site changes
|
||||||
|
for same.
|
||||||
|
- Change ponyfictionarchive.net to https by default
|
||||||
|
- Making eFiction series name/desc collection work with more
|
||||||
|
sites.
|
||||||
|
- Apply CLI --json-meta to --list to see series name/desc.
|
||||||
|
- Fix adapter_storiesonlinenet login. Closes
|
||||||
|
gh#JimmXinu/FanFicFare#550
|
||||||
|
- Add AO3 Series 'status'.
|
||||||
|
- Don't save cover image size for dedup_img_files - Calibre
|
||||||
|
might replace it. Also fixes gh#JimmXinu/FanFicFare#550
|
||||||
|
- Better GUI for series anthology
|
||||||
|
- Adding eFiction series parsing attempt to base_adapter.
|
||||||
|
- ensure_text plugin-example.ini for py3
|
||||||
|
- New site: www.the-sietch.com XenForo2 site with weird URL
|
||||||
|
scheme. Closes gh#JimmXinu/FanFicFare#550
|
||||||
|
- Add get_urls_from_page() and get_series_from_page() to
|
||||||
|
adapters, add support. AO3 and TtH only so far.
|
||||||
|
- Add include_author_notes option (defaults on) to
|
||||||
|
adapter_royalroadcom Closes gh#JimmXinu/FanFicFare#550
|
||||||
|
- adapter_fictionlive: Handle stories with missing
|
||||||
|
contentRating, storyStatus & support beta.fictionlive.com
|
||||||
|
domain, thanks HazelSh!
|
||||||
|
- Add setting remove_tags:script,style replacing script remove
|
||||||
|
hardcode, adding style remove. Closes
|
||||||
|
gh#JimmXinu/FanFicFare#550.
|
||||||
|
- New Site: novelupdates.cc (possible transition dest for
|
||||||
|
wuxiaworld.co?) - Thanks ElminsterAU!
|
||||||
|
- Fix for adapter_wuxiaworldsite not setting authorUrl.
|
||||||
|
- Add dedup_img_files option(default:false).
|
||||||
|
gh#JimmXinu/FanFicFare#550
|
||||||
|
- wuxiaworld.co and novelupdates.cc don't author links after
|
||||||
|
all?
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 15 16:45:12 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
Tue Sep 15 16:45:12 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.23.1
|
Version: 3.24.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