17
0

Commit Graph

  • 267f456e40 - 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). Matej Cepl 2021-07-21 11:32:38 +00:00
  • e30a821c9b Accepting request 898340 from devel:languages:python Dominique Leuenberger 2021-06-09 19:52:30 +00:00
  • c3f124c139 - Update to 4.3.0: - quotev.com: use_cloudscraper:true by default. - Update translations - adapter_bdsmlibrarycom: Set author Anonymous when author not found instead of sys.exit(). Closes #696 - Fix XF authorUrl and author_avatar_cover feature. Closes #695 - Catch exceptions in word count. - Add CLI --color option for warns and fails. Closes #692 - Report browser cache load fail as such. Matej Cepl 2021-06-01 09:22:51 +00:00
  • 587600717a Accepting request 890635 from devel:languages:python Dominique Leuenberger 2021-05-05 18:40:03 +00:00
  • 43e8eb10f8 - Update to 4.2.0: - Add New Site: novelfull.com (#688 & #689) - Thanks, AlexRiina! - Need to set logger.setLevel() again with import changes to see debugs in plugin. - Remove site: fictionpad.com, completely different site, looks like generic parked? - Remove site: www.thundercatsfans.org, no longer efiction, now static pages and PDFs - Remove site: www.thepetulantpoetess.com, no longer efiction, URLs like OTW but different - Remove site: www.potterfics.com, "Potterfics.com has closed its doors forever" - Remove site: fanfic.castletv.net, DNS there, no server, last successful 2018-10-21 - Remove site: deandamage.com, site there, efiction broken, last successful 2018-12-04 - Remove site: www.deepinmysoul.net, moved to deepinmysoul.nl and changed software--not eFiction anymore, <100 stories, all old - Include code for nsapa_proxy for dealing with Captchas (by nsapa -- coming soon!) - Some other import cleanup. - Updates from cloudscraper 1.2.58 - Use newer Calibre image processing, add JPG quality setting - thanks, Malloc Voidstar - Add use_cloudscraper:true under [www.ficbook.net] to defaults.ini - Fix for adapter_literotica story URL oddities. Again. - Fix for site change: adapter_fictionmaniatv - Get storyId for sugarquillnet and siyecouk from the parsed query string. From mcepl - Fix for adapter_literotica changing URLs on author page yet again. Matej Cepl 2021-05-05 09:08:51 +00:00
  • a650bfc287 Accepting request 882800 from devel:languages:python Richard Brown 2021-04-06 15:30:16 +00:00
  • 020307124d - Update to 4.1.0: - adapter_literotica - Update for recent site change and fix first chapter - Thanks, davidfor! - adapter_fictionlive - Fix off-by-one error in most_recent_chunk / add_chapter_url interaction, closes #672 Thanks, HazelSh! - Fixes for literotica sites changes. Issue #671 - Fix for include_dice_rolls when multiple fieldsets. - Check for img 'failedtoload' *before* trying to fetch on updates. - Issue with fiction.live setting in defaults[fiction.live] overriding personal[www.fiction.live]. Could use a more general solution if I can think of one. - minor changes to track fictionlive website updates - Thanks, HazelSh #668 - Fix show_timestamps option in adapter_fictionlive - Add include_dice_rolls option - Include error for continue_on_chapter_error in log - Put 'Change theme to Classic' back in adapter_storiesonlinenet - Remove some dup imports/code, thanks akshgpt7. Closes #663 - use_ssl_unverified_context:true ignored when use_clouadscraper:true - Fixes for ancient 'import *' getting broken by removing unused imports in base_writer -- Fixes "name 're' is not defined" with HTML output. Matej Cepl 2021-03-27 12:20:09 +00:00
  • 5867d555ca - Update to 4.0.2 (simple bugfix release): - Fix for BG job race conditions. - Fix writer_txt import removeAllEntities - Update plugin about.html - Fix reduce_zalgo not imported. Matej Cepl 2021-02-22 12:53:57 +00:00
  • b565fb1b05 Accepting request 873735 from devel:languages:python Dominique Leuenberger 2021-02-19 22:45:36 +00:00
  • 72f20beff6 - Update to 4.0.0: - Major refactoring/rewrite of network fetching and caching layer using requests library. - use_browser_cache feature added -- Read fanfiction.net stories from your Chrome or FireFox browser cache in addition / instead of the network. Many thanks to Sidney Markowitz for the stellar help with this. See BrowserCacheFeature Wiki Page. - Add additional_images setting for html & epub formats. Close #648 - Fix for 'Updating' (anonymous?) author in adapter_wuxiaworldsite. For #657 - Allow tweak_fg_sleep etc with any site, add defaults settings for basexenforo, fictionalley and fictionpress. - Drag/drop of 'emails'--look for story URL in Content-Base header for Thunderbird RSS 'emails'. - Apply 'email' proc flag when processing dragged .eml files--which are emails. - Update translations. - Fix adapter_webnovelcom for some site changes. Closes #644 - Allow tweak_fg_sleep etc with any site, add defaults settings for basexenforo, fictionalley and fictionpress. - fanficauthors.net doesn't use login anymore. Closes #651 - BG % done by stories AND chapters. - Restore multi-process background jobs as one process per site. - Don't count continue_on_chapter_error chapters when checking vs 'new chapters'. - More properly get msg payload fromemail drag and drop. Closes #645 - Give adapter_archiveofourownorg a get_section_url() for Matej Cepl 2021-02-19 11:07:11 +00:00
  • 3ce596d5b0 Accepting request 866393 from devel:languages:python Dominique Leuenberger 2021-01-25 17:24:11 +00:00
  • f6d61e83d7 - Update to 3.29.0: - Add better chapter error reporting, refactor proceed_question code. - Add plugin options to mark success/failed/chapter error individually. - Clear metadata cache after adapter metadata fetch. Cached metadata values may not be replace_metadata processed if fetched before their conditional dependencies. Revealed by AO3 one-shots using title for chapter name. - Re-enable ffnet and bump up sleep times for same. - ffnet fpcom, continue_on_chapter_error:true by default, increase sleep times. - First rough version of reporting continue_on_chapter_error chapters. - Report chapter_error in custom error column and marked (when configured). - Update to cloudscraper v1.2.52 - Increase times between retries on fetch error. - Tweek ffnet/fpcom sleep times again. - slow_down_sleep_time: randomize between 0.5 time and 1.5 time. - Report cloudscraper exceptions as such, plus hide the potentially misleading 'opensource' part. - adapter_fanficsme: do an extra fetch before login for cookie(?) Closes #633 - adapter_webnovelcom: Fixes for site changes. Closes #629 - quotev.com: site change in date parse, use utf8:ignore as first encoding choice. Closes #625 Matej Cepl 2021-01-20 21:48:31 +00:00
  • f1e50b6b90 Accepting request 862684 from devel:languages:python Dominique Leuenberger 2021-01-13 17:23:13 +00:00
  • e4fb24c8ab - Add no-cloudscraper.patch to avoid need to use cloudscraper Matej Cepl 2021-01-12 16:12:22 +00:00
  • c4e09b056e - Update to 3.28.0: - **Disable adapter_fanfictionnet with warning about site blocking.** - Catch exception from emails not decoding, skip & logger.error(). - Add a fake get_image_size() method for when no image processing available. Closes #621 (CLI only) - Change adapter_twilightednet to https - Change for adapter_fanfictionnetadapter_fanfictionnet to make skip_author_cover work again. - Make included certifi and requests use same tmp file code and store under calibre tmp dir for cleanup. - Add append_datepublished_to_storyurl option for storiesonline.net, finestories.com, scifistories.com only. Matej Cepl 2021-01-11 16:50:28 +00:00
  • a2917ecc7a Accepting request 858537 from devel:languages:python Dominique Leuenberger 2020-12-25 17:50:40 +00:00
  • 1e358cdf09 - Add use_cloudscraper code to use with CloudFlare sites, like fanfiction.net now does. - Changes to allow email chapter update URLs to work in adapter_wattpadcom - Updates for many included dependencies Matej Cepl 2020-12-24 16:19:27 +00:00
  • 79844b045a - 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 Matej Cepl 2020-12-22 23:11:48 +00:00
  • 1d4c88fc2e Accepting request 847350 from devel:languages:python Dominique Leuenberger 2020-11-10 12:46:25 +00:00
  • 5c129eec2d - Update to 3.25.0: - On drag and drop, accept text/html and remove %0D at end of text/uri-list URLs. Closes #587 - New site: fastnovel.net, thanks Rikkitp - Update translations. - Don't error out on non-editable custom columns ValueError. - Add Yes/No to all to most question_dialog boxes. - fiction.live: fixed crash with stories with achievements (introduced in last set of commits) - Thanks, HazelSh - Fixes for drag-n-drop features. - Allow better editing of story URLs in edit box. - Change seriesHTML to not be filled without series. - Fix for Xenforo2 change (SB/SV) - Update adapter_ficbooknet for site changes. - Fix for latest storiesonline login change, thanks mrEd - Add checks for 'from saved column' when not config'ed and update-epub when default format isn't epub. - Don't disable Update Mode with By Action menus. - Do 'not an anthology' dialog outside busy_cursor - Fixes for Fiction.live URLs re: #559 and #573 -- Thanks, HazelSh! - Adds 'Actions by Update Mode' menu - Include icons for 'Actions by Update Mode' menu - Fix for email immediate download when not using English. - "Hide"(setVisible(False)) rather than disable unused menu items. - Disable rather than "hide"(not create) unused menu items, reorg into sub menus. Matej Cepl 2020-11-09 20:02:06 +00:00
  • 47d99614f8 Accepting request 841986 from devel:languages:python Dominique Leuenberger 2020-10-16 14:15:12 +00:00
  • e26e747fe2 - 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 Matej Cepl 2020-10-15 17:17:10 +00:00
  • 1a2d685d75 Accepting request 834724 from devel:languages:python Dominique Leuenberger 2020-09-16 17:35:30 +00:00
  • d42182ce74 - Update to 3.23.1: - Fix -s site list for adapter_hpfanficarchivecom. - adapter_valentchambercom - requires SSL and only allows w/o www. - adapter_hpfanficarchivecom - SSL cert SSL_ERROR_RX_RECORD_TOO_LONG, back to http - Update translations. - fiction.live - add support for multi route stories, thanks muchtea! - New Site: wuxiaworld.site, thanks, Kolbo5! - Handle more fiction.live URLs -- closes #541, thanks HazelSh! - fiction.live: null handling in format_readerposts -- closes #539, thanks HazelSh! - fiction.live: changed time formats for livetime metadata, chunk timestamps to avoid localized names -- fixes #538, thanks HazelSh! - adapter_occlumencysycophanthexcom needed another 'needs login' string. - Fix anthology comments for changes in how Calibre handles them. - Display number of URLs found for an anthology. - New site fiction.live, thanks HazelSh! - Fix for Anthology bug when no story has a series. - Added a string for translation. - Add a 'shouldn't happen' error check for anthology merge. - Add note about anthologies and epub3 to plugin-defaults.ini - Show busy cursor during anthology merge & update. - adapter_literotica: Fix for language domain name links on author page. - Fix chapter URLs in wuxiaworld.co. - Update for site changes, wuxiaworld.co update -- thanks, teffalump! - More fixes for wuxiaworld.co update -- thanks, teffalump! - Added wuxiaworld.co specific setting dedup_order_chapter_list to optionally apply teffalump's chapter dedup and ordering code. Matej Cepl 2020-09-15 16:48:29 +00:00
  • d4fad6a356 Accepting request 827906 from devel:languages:python Dominique Leuenberger 2020-08-19 17:00:52 +00:00
  • ccbbe97534 - Update to 3.22.1: - Accept storyUrl with title in it for adapter_webnovelcom. Addresses #520 - Fix adapter_mcstoriescom getSiteExampleURLs() - Remove outdated rejecturls from plugin prefs--replaced by rejecturls_date last 18+ month back. - Fix for adapter_quotevcom site changes. - Fix adapter_harrypotterfanfictioncom desc parse for site change. - Changes for Python3 deprecation warnings (mostly) from eschwartz - Normalize literotica.com URLs to www.literotica.com - New Site: scribblehub.com - Thanks, mavi0! - Fixes for site changes: adapter_ficbooknet - Change INI error link blue color in dark mode. - Add 'Series [0]' option for new anthologies. - For anthologies, look for common val in numbered series00 if not all share 'series'. Matej Cepl 2020-08-19 13:18:47 +00:00
  • fc8552dd9c Accepting request 823886 from devel:languages:python Dominique Leuenberger 2020-08-02 10:19:16 +00:00
  • 617417031b - Update to 3.21.0: - New site: chireads.com -- Thanks, Kolbo! - Fix for recursion in add_genre_when_multi_category caching bad value. - Change INI edit highlight colors when dark theme. - Add cover_min_size setting. - Fix add_genre_when_multi_category so it can include_in_ without breaking and move above doreplacements. - Add .SHOW_EMPTY feature for titlepage_entries. - Check for epub before polishing cover into it. - Change site efiction.esteliel.de to faerie-archive.com, also changed siteabbrev eesd->fae - Allow for no genre stories in adapter_fanficauthorsnet. - Fix adapter_webnovelcom sitetags for site changes. Matej Cepl 2020-08-01 13:51:39 +00:00
  • acda226147 Accepting request 816234 from devel:languages:python Dominique Leuenberger 2020-06-22 15:45:58 +00:00
  • a775ba4306 - Update to version 3.20.1: - Add more URLs to cover_exclusion_regexp for base_xenforoforum. - Fix for is_adult needing &showRestricted URL in adapter_harrypotterfanfictioncom. - Better auth page parsing due to own-favorite story in adapter_harrypotterfanfictioncom. - Add characters and increased category collection for adapter_fanfiktionde. - Suppress output_css on CLI -z - Fix numWords parsing in adapter_fanficsme. - Update translations, add Russian. - Fix broken series parsing in adapter_adastrafanficcom & adapter_lotrgficcom. - New Site: www.silmarillionwritersguild.org, thanks Alistair! - Allow /post/ story URLs with adapter_gravitytalescom. - Change to - in chapter text adapter_adultfanfictionorg - Now actually use translated strings in prefs.py. - Need to include prefs.py in messages.pot for translation. - Update Translations. - Catch exception in exception handling for French user. - Remove '.' from numWords in adapter_fanfiktionde - Fix for adapter_bloodshedversecom site changes. - Find both 'Translator' and 'TranslatorS', except in Russian. adapter_fanficsme Matej Cepl 2020-06-21 20:40:27 +00:00
  • 392736b205 Accepting request 799911 from devel:languages:python Dominique Leuenberger 2020-05-04 16:40:09 +00:00
  • a47095b52b - Update to version 3.19.0: - Comment out a debug, user_agent for wuxiaworld.com - Fix adapter_fictionmaniatv image page parsing, thanks smutandrea - Fix adapter_fanficsme for date tags change. - Change inject_chapter_title back to h3. - Allow for author without link & id in XF2. - Change inject_chapter_title code in adapter_storiesonlinenet due to clean up weirdness. - Change defaults.ini recommendations for inject_chapter_title and change injected titles to h4--had problems with epub update. - Fix for py2/3 differences in final strip-non-ASCII decode fall back. - Remove some 'watermarking' tags from adapter_webnovelcom - De-obfuscate emails in XenForo posts. - Add scifistories.com to valid site list for universe_as_series setting. - New Site: scifistories.com (extends finestories.com). Matej Cepl 2020-05-03 21:25:59 +00:00
  • 631bddef03 Accepting request 791430 from devel:languages:python Dominique Leuenberger 2020-04-05 18:55:04 +00:00
  • 23a59ffe8b Correct version of the tarball. Matej Cepl 2020-04-04 20:34:26 +00:00
  • 82eb7ee5a5 - Update to version 3.18.0+git.1586013122.54f843ec: * Bump Test Version 3.18.1 * New Site: scifistories.com (extends finestories.com). * Bump Release Version 3.18.0 * Update translations * Bump Test Version 3.17.9 * Change fanfiction.tenhawkpresents.com to fanfic.tenhawkpresents.ink * Revert "Remove defunct site fanfiction.tenhawkpresents.com" * Bump Test Version 3.17.8 * Changes to adapter_archiveofourownorg for AO3 changes re: view_adult=true Matej Cepl 2020-04-04 20:33:24 +00:00
  • 2c2d75c521 Accepting request 790351 from devel:languages:python Dominique Leuenberger 2020-04-01 17:13:04 +00:00
  • 1456620b68 - Update to version 3.17.0+git.1585684191.22d2ad45: * fictionalley.org needs a slow_down_sleep_time or it starts rejecting conns. * Bump Test Version 3.17.7 * Fix Description parsing with series/universe/contest links in adapter_storiesonlinenet. * Revert PR#478 * Add support for fictionalley.ikeran.org * Remove extra spaces from replace_metadata examples * Accept https URLs for adapter_wwwutopiastoriescom, but don't use https--doesn't work with python. * Bump Test Version 3.17.6 * Fix for adapter_ficbooknet when no ships/characters. * Bump Test Version 3.17.5 Matej Cepl 2020-03-31 20:34:26 +00:00
  • 893f460557 Accepting request 781034 from devel:languages:python Dominique Leuenberger 2020-03-03 09:18:50 +00:00
  • 43c140808b - Update 3.16.0: - New Site: archive.hpfanfictalk.com (eFiction non-base) - Reduce debug output in base_xenforoforum_adapter. - Add replace_xbr_with_hr feature. - Update translations. - Fix for adapter_storiesonlinenet requiring 'v' from login.php. - Add more domains for AO3. - Use storyUrl from metadata for checking library, for those sites that make canonical storyUrl difficult, like adapter_literotica. Closes #461. Plugin only. - Optional EPUB 3.0 output Matej Cepl 2020-03-02 17:36:35 +00:00
  • 60f70eeda1 Accepting request 767871 from devel:languages:python Dominique Leuenberger 2020-01-28 09:57:16 +00:00
  • a78c9d1cbc - Update to 3.15.0: - Remove site nfacommunity.com, parked domain, last worked Dec2018. - Remove site fannation.shades-of-moonlight.com, parked domain, last worked Dec2018. - Kludge fix for incorrect HTTP response 500 code from trekfanfiction.net. - trekfanfiction.net uses utf8 now - Make sure storyUrl has &->& and then change it back for Calibre. Matches how authorUrl is handled(in all_metadata). Closes #460 for adapter_sugarquillnet . - adapter_sugarquillnet change chapter text td to div. Issue #460 - Update adapter_alternatehistorycom for XenForo2. Issue #457 - Order custom columns in config page. - Add -U/--update-epub-always option to CLI. - Don't do URL quoting on file: URLs. Fix for spaces->+ breaking default cover. - Catch ',' in front of 'Thread' in forum titles. - Reduce minimum_calibre_version to v2.85.1, last of 2 series. - Changes for Python3 compatibility, thanks eschwartz! Matej Cepl 2020-01-20 20:17:11 +00:00
  • 76697f0757 Accepting request 762920 from devel:languages:python Dominique Leuenberger 2020-01-11 13:42:35 +00:00
  • 2791187749 - Update to 3.14.0: - Different email URL for royalroad.com. Closes #452 - Update adapter_fictionmaniatv to use HTML versions containing images and fall back if not found. - Update adapter_fictionmaniatv to use HTML versions vs text by default. - Update Translations - New Site fanfics.me (Russian language site). - Base_eFiction - Get Rating/Rated from TOC page if not found on print page. Remove from 2 individual adapters. - Failsafe for max_zalgo setting. Closes #449. - Add plugin option for toolbar button to pop menu. - Fix AO3 chapterstotal replace_metadata for multi digits. - Add - around AO3 chapter head/foot notes. Issue 447 - Remove feature to save cookiejar between downloads and BG jobs--causes some obscure problems with QQ at least. Closes #466 Matej Cepl 2020-01-10 21:17:58 +00:00
  • 68abc742f6 Accepting request 760388 from devel:languages:python Dominique Leuenberger 2020-01-02 13:44:06 +00:00
  • 9f6c1688a4 - Skip python2 build as it is no longer resolvable Tomáš Chvátal 2020-01-02 10:04:02 +00:00
  • e8c5c899e4 Accepting request 748964 from devel:languages:python Dominique Leuenberger 2019-11-15 21:40:14 +00:00
  • 9ce45dfbfb - Update to 3.13.0: - Add some code to handle 24 hr clocks w/o changing adapters. - Don't escape # in URLs, causes problems with ficbook.net. - Bypass expired SSL cert by not using SSL. adapter_thehookupzonenet - Bypass expired SSL cert by not using SSL. adapter_spikeluvercom - Remove site twilightarchives.com - Closed as per web site. - Remove site lotrfanfiction.com - Closed as per web site. - Remove site www.13hours.org. Moved to AO3. - Add site specific chapterslashtotal and chapterstotal for adapter_archiveofourownorg. - Fixes for adapter_webnovelcom site changes to JSON. - Add parentforums site specific metadata for base_xenforo, include partial list in category. - Add user/pass to adapter_fictionhuntcom, required to see chapter text now. - Discard cookie cache on library change--might use different users/settings. - At least one efiction site said Completed: Completed instead of Yes. - Adding some html class attrs to epub output for ease of CSS. - Add --no-output CLI option. Closes #443 - Save cookiejar between downloads during same calibre session, including BG jobs. - Avoid post URLs in XenForo notification emails for QQ & AH too. - Avoid post URLs in XenForo notification emails better w/o catching post in thread title. Probably. - Fix for 404 error on XF always_login. Closes #438 Matej Cepl 2019-11-15 19:48:55 +00:00
  • 6e04061e4e - Update to 3.12.0: - Update Translations - Add defaults.ini CSS for ficbook.net to preserve line breaks. - Changes for adapter_forumsspacebattlescom to use base_xenforo2forum. - Correct AO3 author parsing for high-byte characters. - Additional warnings about imaptags added to manually added story URLs. - Fix for adapter_trekfanfictionnet URL change. Closes #433. - Add 'Restricted to Registered Users'(restricted) metadata to AO3. - Fix for unicode chars in url params, fixes 427 - Add feature to automatically add optional tags for stories downloaded from email URLs. - New Russian Site added: www.swi.org.ru - Thanks gunmetal313 - Fix for wordcount in adapter_fanfiktionde when max_zalgo:1 Matej Cepl 2019-11-15 06:55:05 +00:00
  • 1ca6be90eb Accepting request 730595 from devel:languages:python Ludwig Nussel 2019-09-13 13:02:54 +00:00
  • c5a1f2e081 - Update to 3.11.0: * Install attached plugin zip file, or use Calibre's 'Get plugins' feature. * Add URL prefix for XF2 authorUrl if relative. Circa Aug 23, 2019 SV changed the author URL FFF collects to a relative link and I didn't notice it until now. * Add dedup_chapter_list option for buggy chapter lists. Optional in case they're not buggy. * Add fetch_last_page for base_xenforo--SB doesn't send notice emails if user not up-to-date now. * Fix for corner-case with deleting Rejects. * Fix for XF1 regression caused by XF2 threadmarks metadata code. * Add XF2 threadmarks_cover/status/desc/title options. Tomáš Chvátal 2019-09-13 07:49:41 +00:00
  • fd9b83f2a7 Accepting request 721277 from devel:languages:python Dominique Leuenberger 2019-08-06 15:27:27 +00:00
  • 85ce35dc7c - Update to 3.10.5: - Fixes for IMAP folder parsing. - ensure_str on IMAP4 folder name for Python3. Fixes #419 - Fix adapter_inkbunnynet incorrect example URL, caused problems with get URLs from page. Matej Cepl 2019-08-06 12:34:45 +00:00
  • fc808c00ae Accepting request 719805 from devel:languages:python Dominique Leuenberger 2019-07-31 12:28:04 +00:00
  • ff2d50b476 Accepting request 719799 from home:pgajdos Tomáš Chvátal 2019-07-30 10:19:32 +00:00
  • 7fa55b5aa0 Accepting request 708362 from devel:languages:python Dominique Leuenberger 2019-06-12 11:13:16 +00:00
  • a3dc64b8e1 Accepting request 708358 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2019-06-07 12:57:10 +00:00
  • 9c974482ae Accepting request 700318 from devel:languages:python Dominique Leuenberger 2019-05-03 20:47:26 +00:00
  • a618370cb7 Accepting request 700317 from home:mcepl:branches:devel:languages:python Matej Cepl 2019-05-03 06:53:38 +00:00
  • ba4fe2e231 Accepting request 698710 from devel:languages:python Yuchen Lin 2019-04-28 18:15:27 +00:00
  • 96ca4f5593 Accepting request 698709 from home:mcepl:branches:devel:languages:python Matej Cepl 2019-04-28 05:31:24 +00:00
  • 5bd98a1261 Accepting request 686456 from devel:languages:python Dominique Leuenberger 2019-03-26 21:31:31 +00:00
  • 37e9b07ce6 - Update to 3.6.0: * Install attached plugin zip file, or use Calibre's 'Get plugins' feature. - Use dos2unix for file conversions - Add missing runtime dependencies Tomáš Chvátal 2019-03-19 15:24:01 +00:00
  • 4406576287 Accepting request 682353 from devel:languages:python Dominique Leuenberger 2019-03-08 10:02:42 +00:00
  • fb0b89c7f4 Accepting request 682352 from home:mcepl:branches:devel:languages:python Matej Cepl 2019-03-07 07:49:15 +00:00
  • 2a62fb4874 Accepting request 662670 from devel:languages:python Dominique Leuenberger 2019-01-08 11:27:44 +00:00
  • df13f96de2 Accepting request 662669 from home:mcepl Matej Cepl 2019-01-03 13:59:04 +00:00
  • 44de028e58 Accepting request 656744 from devel:languages:python Dominique Leuenberger 2018-12-10 11:30:15 +00:00
  • 4a6ddba97e - Update to version 3.2.1+git.1543262085.5eb1f1f3: * Bump Test Version 3.2.1 * base_xenforoforum_adapter - Fix for buggy threadmarks on SV thread 46020. * Bump Release Version 3.2.0 * Update example.ini. * Bump Test Version 3.1.10 * Add background_color ini verbiage and check before image conversion. * Bump Test Version 3.1.9 * Refactor busy_cursor, busy cursor around saving rejects & settings, bump copyright years. * Move rejectlisturls_data out of settings in to own 'namedspaced' for efficiency. PI Only. * Use saved rejectlist_data. * Reject list changes: show numbers, edit title/author, incomplete save rejects as data. * Add feature for manually editing settings JSON. Only shown in debug mode. * Add verbiage to [www.asianfanfics.com] about site censoring words when not logged in. * Bump Test Version 3.1.8 * Detect 'fake' 404 page (with HTTP 200) for adapter_royalroadcom * Fix defaults.ini order * Bump Test Version 3.1.7 * Fix for adapter_wuxiaworldco for Python3. * Added volumes to chapter titles * Bump Test Version 3.1.6 * Fix adapter_wuxiaworldco description decomposition * Bump Test Version 3.1.5 * Fix for adapter_wuxiaworldcom site change. * Minor improvement to adapter_asianfanficscom logging. * Bump Test Version 3.1.4 * adapter_fanfiktionde login doesn't use ssl.fanfiktion.de anymore. * Bump Test Version 3.1.3 * Update for adapter_storiesonlinenet(& finestories) for login change. * Use a default chapter name when none is given. Problem with adapter_novelonlinefullcom Matej Cepl 2018-12-03 06:51:55 +00:00
  • bf6f753e3e Accepting request 641956 from devel:languages:python Dominique Leuenberger 2018-10-15 08:49:40 +00:00
  • b1ebaf0566 - Update to version 3.0.10+git.1539286261.2b549c5a: * Bump Test Version 3.0.10 * Update strings to translate. * Change adapter_lightnovelgatecom to adapter_novelonlinefullcom for site change. Closes #346 * Bump Test Version 3.0.9 * Fix adapter_wuxiaworldco date formate for 24 hour clock. Closes #345 * Bump Test Version 3.0.8 * Add max_zalgo feature. * Bump Test Version 3.0.7 * Handle stories without cover correctly adapter_wwwlushstoriescom. Closes #344 * Bump Test Version 3.0.6 Matej Cepl 2018-10-14 22:47:02 +00:00
  • be7f94a8de Accepting request 641009 from devel:languages:python Dominique Leuenberger 2018-10-11 09:58:38 +00:00
  • 8a36824259 Update metadata Matej Cepl 2018-10-10 13:24:44 +00:00
  • 15a47bdaec OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fanficfare?expand=0&rev=2 Matej Cepl 2018-10-09 21:28:59 +00:00
  • 116ae8e15f Accepting request 640896 from home:mcepl Matej Cepl 2018-10-09 21:18:27 +00:00