Commit graph

189 commits

Author SHA1 Message Date
Jim Miller
c55553bbbf Update wiki link in defaults.ini. 2015-10-13 10:48:42 -05:00
Jim Miller
df9065b1ba Improve handling for authors without authorUrl (mostly for teststory). 2015-10-09 11:25:39 -05:00
Jim Miller
a4cc07c8ff Correct cover_exclusion_regexp for base_xenforoforum. 2015-10-09 11:24:38 -05:00
Jim Miller
f3af754c71 Add capitalize_forumtags feature to base_xenforoforum and include forumtags by default. 2015-10-07 11:17:43 -05:00
Jim Miller
801e14e028 Update Translations. 2015-10-07 10:20:38 -05:00
Jim Miller
2440f002fd Fix for Overwrite mode. 2015-10-07 10:16:38 -05:00
Jim Miller
a992829c04 Update Translations. 2015-10-06 11:11:04 -05:00
Jim Miller
0c0e439cc6 Remove devianthearts.com--Server not found for a week. 2015-10-01 09:45:20 -05:00
Jim Miller
3e431c843a Update strings for translation. 2015-09-30 10:41:31 -05:00
Jim Miller
be04eed180 Add Background Metadata feature for updates. 2015-09-30 10:28:11 -05:00
Jim Miller
37a084a699 Fix QQ [NSFW] tagsfromtitle. 2015-09-29 13:15:32 -05:00
Jim Miller
5bc5c85248 Add XenForo(QuestionableQuesting) user/pass. Add 'Story' to XenForo 'Thread' title removal. 2015-09-29 12:45:11 -05:00
Jim Miller
289398dc66 Change nickandgrep section names. 2015-09-28 14:06:19 -05:00
Jim Miller
5040c44572 Add to base_xenforoforum: fix for author using reply URL, continue_on_chapter_error feature, remove 'Story' in front of 'Thread' in title. 2015-09-28 13:32:24 -05:00
Jim Miller
35d7db0319 Move site ninelives.dark-solace.org to new domain ninelivesarchive.com. 2015-09-25 17:06:51 -05:00
Jim Miller
07d3e4a603 Remove thequidditchpitch.org, domain is parked. 2015-09-24 16:03:08 -05:00
Jim Miller
f181ff2c03 Bump versions 2015-09-17 10:50:46 -05:00
Jim Miller
af9679a290 Update translation files. 2015-09-14 10:22:20 -05:00
Jim Miller
c18a972b12 Set 0/N as initial LoopProgressDialog display. 2015-09-09 09:02:18 -05:00
Jim Miller
10d297d77f Change plugin to deal adapters that can change story URL due to being given chapter url. 2015-09-09 08:44:57 -05:00
Jim Miller
5472b21447 Fix mediaminer.org for site changes. 2015-09-08 09:31:59 -05:00
Jim Miller
e30bd1adcc Add forumtags to [base_xenforoforum], include in title page, but not subjects by default. 2015-09-08 09:30:05 -05:00
Jim Miller
94b44c9519 Record forum thread tags in base_xenforoforum. 2015-09-04 12:30:59 -05:00
cryzed
4cb69a0a3c Parse additional metadata with the quotev adapter 2015-08-31 14:18:06 +02:00
cryzed
3488c54f3d Added adapter for quotev.com 2015-08-31 06:05:25 +02:00
Jim Miller
ddc957d1b7 Explicitly set publisher=None to avoid occasional problems. 2015-08-29 08:30:37 -05:00
Jim Miller
e677dc063d Update translations, bump versions. 2015-08-17 13:31:56 -05:00
Jim Miller
1079713432 Add another tweak to xenforum title/tag processing. 2015-08-17 13:27:14 -05:00
Jim Miller
ff0ed8c9a2 Tweak xenforum tagsfromtitle 2015-08-11 11:09:43 -05:00
Jim Miller
e071b0de4e Update translations, bump versions. 2015-07-31 11:10:30 -05:00
Jim Miller
49c899df5d Add chapter range to title if used. Can be disabled in ini. 2015-07-29 08:42:44 -05:00
Jim Miller
cfbe3610af Update translations 2015-07-27 13:00:03 -05:00
Jim Miller
2e8d942057 Update translations 2015-07-27 12:58:42 -05:00
Dmitry Kozliuk
1ad45299db Fix mistakes and typos in configuration per JimmXinu's suggestion.
See GitHub PR comments:
    https://github.com/JimmXinu/FanFicFare/pull/103#discussion_r35535523
    https://github.com/JimmXinu/FanFicFare/pull/103#discussion_r35535396
2015-07-27 20:03:22 +03:00
Dmitry Kozliuk
3ff24b8543 Merge branch 'master' into masseffect2in 2015-07-27 20:03:04 +03:00
Dmitry Kozliuk
db1cf8587c Set lifted `slow_down_sleep_time' to prevent IP ban for excessive requests. 2015-07-27 20:02:20 +03:00
Dmitry Kozliuk
acc0048ef0 Merge branch 'master' into masseffect2in 2015-07-26 21:42:22 +03:00
Jim Miller
19c6b241fe Tweak forum back tagsfromtitle. 2015-07-24 12:54:05 -05:00
Jim Miller
2b0d2fc5c1 Add 'Download from Email Immediately' optional feature to plugin. 2015-07-23 08:19:41 -05:00
Dmitry Kozliuk
a8ce9d5711 Add editor signature removal capability.
All chapters have editor signature in the end.  Users wishing to remove
it can switch `exclude_editor_signature' option in `personal.ini'.
2015-07-23 02:44:50 +03:00
Dmitry Kozliuk
79b56c872f Refactor MassEffect2.in adapter and improve it.
Refactoring:
    * New `Chapter' class extracted to separate HTML parsing from
      adapter output preparation and story-wide metadata collection.
    * Lazy-parsing and fragments caching is done at Chapter level.

Improvements:
    * Rating "adultness" and label-to-title mapping made configurable.
    * Fix chapter number detection when title contains large numbers
      (ex.: http://www.masseffect2.in/publ/19-1-0-2934).
    * Add mechanism for detecting series-like stories with no chapter
      numbering and extracting correct titles.
    * Fix number format for generated chapter titles.
2015-07-23 02:44:03 +03:00
Dmitry Kozliuk
6a13323c92 Improved configuration per JimmXinu's suggestion.
707f7a347b (commitcomment-12298782)
2015-07-22 19:33:28 +03:00
Dmitry Kozliuk
d5d2a28d85 Merge branch 'master' into masseffect2in 2015-07-22 17:29:33 +03:00
Jim Miller
f72ac3c979 Add site ninelives.dark-solace.org as Base eFiction adapter. 2015-07-22 08:42:47 -05:00
Dmitry Kozliuk
aa93d4bb2d Set site-specific language and category correctly. 2015-07-22 14:31:06 +03:00
Jim Miller
48749cfc2e Update messages.pot for translations. 2015-07-14 13:46:11 -05:00
Jim Miller
fd561c0d74 Merge branch 'master' into spacebattles 2015-07-14 13:43:52 -05:00
Jim Miller
cae4a74578 Bump version to v2.2.10 2015-07-14 13:33:05 -05:00
Jim Miller
3839bba182 Update translations. 2015-07-14 13:30:31 -05:00
Jim Miller
d633f70ce7 Tweak forums title replace_metadata 2015-07-14 13:27:22 -05:00