mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 08:52:55 +01:00
Transition finestories.com to storyroom.com
This commit is contained in:
parent
b60dfdcc28
commit
70558bf444
5 changed files with 149 additions and 177 deletions
|
|
@ -731,9 +731,6 @@ add_to_extra_valid_entries:,storynotes
|
||||||
storynotes_label:Story Notes
|
storynotes_label:Story Notes
|
||||||
add_to_extra_titlepage_entries:,storynotes
|
add_to_extra_titlepage_entries:,storynotes
|
||||||
|
|
||||||
[base_otw]
|
|
||||||
use_basic_cache:true
|
|
||||||
|
|
||||||
[base_xenforoforum]
|
[base_xenforoforum]
|
||||||
## NOTE: There are no supported XenForo1 sites anymore, only XenForo2
|
## NOTE: There are no supported XenForo1 sites anymore, only XenForo2
|
||||||
## site. The [base_xenforoforum] section is kept for backward
|
## site. The [base_xenforoforum] section is kept for backward
|
||||||
|
|
@ -1765,6 +1762,9 @@ extraships:Severus Snape/Hermione Granger
|
||||||
|
|
||||||
website_encodings:Windows-1252,utf8
|
website_encodings:Windows-1252,utf8
|
||||||
|
|
||||||
|
[base_otw]
|
||||||
|
use_basic_cache:true
|
||||||
|
|
||||||
[bloodshedverse.com]
|
[bloodshedverse.com]
|
||||||
use_basic_cache:true
|
use_basic_cache:true
|
||||||
## website encoding(s) In theory, each website reports the character
|
## website encoding(s) In theory, each website reports the character
|
||||||
|
|
@ -2118,71 +2118,6 @@ use_basic_cache:true
|
||||||
#username:YourName
|
#username:YourName
|
||||||
#password:yourpassword
|
#password:yourpassword
|
||||||
|
|
||||||
[finestories.com]
|
|
||||||
use_basic_cache:true
|
|
||||||
## Some sites require login (or login for some rated stories) The
|
|
||||||
## program can prompt you, or you can save it in config. In
|
|
||||||
## commandline version, this should go in your personal.ini, not
|
|
||||||
## defaults.ini.
|
|
||||||
## finestories.com has started requiring login by email rather than
|
|
||||||
## pen name.
|
|
||||||
#username:youremail@yourdomain.dom
|
|
||||||
#password:yourpassword
|
|
||||||
|
|
||||||
## In order to see some protected stories, login is required,
|
|
||||||
## but not indicated anyway we can detect. Requires valid
|
|
||||||
## username and password when true.
|
|
||||||
#always_login:true
|
|
||||||
|
|
||||||
## dateUpdated/datePublished don't usually have time, but they do on this site.
|
|
||||||
## http://docs.python.org/library/datetime.html#strftime-strptime-behavior
|
|
||||||
## Note that ini format requires % to be escaped as %%.
|
|
||||||
dateUpdated_format:%%Y-%%m-%%d %%H:%%M:%%S
|
|
||||||
datePublished_format:%%Y-%%m-%%d %%H:%%M:%%S
|
|
||||||
|
|
||||||
## Clear FanFiction from defaults, site is original fiction.
|
|
||||||
extratags:
|
|
||||||
|
|
||||||
extra_valid_entries:size,universe,universeUrl,universeHTML,sitetags,notice,codes,score
|
|
||||||
#extra_titlepage_entries:size,universeHTML,sitetags,notice,score
|
|
||||||
include_in_codes:sitetags
|
|
||||||
|
|
||||||
## adds to include_subject_tags instead of replacing it.
|
|
||||||
#extra_subject_tags:sitetags
|
|
||||||
|
|
||||||
size_label:Size
|
|
||||||
universe_label:Universe
|
|
||||||
universeUrl_label:Universe URL
|
|
||||||
universeHTML_label:Universe
|
|
||||||
sitetags_label:Site Tags
|
|
||||||
notice_label:Notice
|
|
||||||
score_label:Score
|
|
||||||
|
|
||||||
## Assume entryUrl, apply to "<a class='%slink' href='%s'>%s</a>" to
|
|
||||||
## make entryHTML.
|
|
||||||
make_linkhtml_entries:universe
|
|
||||||
|
|
||||||
## finestories.com stories can be in a series and/or a universe. By
|
|
||||||
## default, series will be populated with the universe if there is
|
|
||||||
## universe but not series.
|
|
||||||
universe_as_series: true
|
|
||||||
|
|
||||||
## some sites include images that we don't ever want becoming the
|
|
||||||
## cover image. This lets you exclude them.
|
|
||||||
cover_exclusion_regexp:/css/bir.png
|
|
||||||
|
|
||||||
## This site uses shortened title chapters in chapter lists. When set
|
|
||||||
## true, this will inject the site's full length chapter title into
|
|
||||||
## the chapter text in a smaller h4 tag.
|
|
||||||
#inject_chapter_title:false
|
|
||||||
|
|
||||||
## append_datepublished_to_storyurl literally appends
|
|
||||||
## datePublished(-%Y-%m-%d) to storyUrl. This is an ugly kludge to
|
|
||||||
## (hopefully) help address the site's unfortunately habit of
|
|
||||||
## *reusing* storyId numbers. Off by default to *not* cause weirdness
|
|
||||||
## for those not expecting it.
|
|
||||||
#append_datepublished_to_storyurl:false
|
|
||||||
|
|
||||||
[forum.questionablequesting.com]
|
[forum.questionablequesting.com]
|
||||||
## see [base_xenforoforum]
|
## see [base_xenforoforum]
|
||||||
|
|
||||||
|
|
@ -2829,6 +2764,71 @@ cover_exclusion_regexp:/css/bir.png
|
||||||
## for those not expecting it.
|
## for those not expecting it.
|
||||||
#append_datepublished_to_storyurl:false
|
#append_datepublished_to_storyurl:false
|
||||||
|
|
||||||
|
[storyroom.com]
|
||||||
|
use_basic_cache:true
|
||||||
|
## Some sites require login (or login for some rated stories) The
|
||||||
|
## program can prompt you, or you can save it in config. In
|
||||||
|
## commandline version, this should go in your personal.ini, not
|
||||||
|
## defaults.ini.
|
||||||
|
## storyroom.com has started requiring login by email rather than
|
||||||
|
## pen name.
|
||||||
|
#username:youremail@yourdomain.dom
|
||||||
|
#password:yourpassword
|
||||||
|
|
||||||
|
## In order to see some protected stories, login is required,
|
||||||
|
## but not indicated anyway we can detect. Requires valid
|
||||||
|
## username and password when true.
|
||||||
|
#always_login:true
|
||||||
|
|
||||||
|
## dateUpdated/datePublished don't usually have time, but they do on this site.
|
||||||
|
## http://docs.python.org/library/datetime.html#strftime-strptime-behavior
|
||||||
|
## Note that ini format requires % to be escaped as %%.
|
||||||
|
dateUpdated_format:%%Y-%%m-%%d %%H:%%M:%%S
|
||||||
|
datePublished_format:%%Y-%%m-%%d %%H:%%M:%%S
|
||||||
|
|
||||||
|
## Clear FanFiction from defaults, site is original fiction.
|
||||||
|
extratags:
|
||||||
|
|
||||||
|
extra_valid_entries:size,universe,universeUrl,universeHTML,sitetags,notice,codes,score
|
||||||
|
#extra_titlepage_entries:size,universeHTML,sitetags,notice,score
|
||||||
|
include_in_codes:sitetags
|
||||||
|
|
||||||
|
## adds to include_subject_tags instead of replacing it.
|
||||||
|
#extra_subject_tags:sitetags
|
||||||
|
|
||||||
|
size_label:Size
|
||||||
|
universe_label:Universe
|
||||||
|
universeUrl_label:Universe URL
|
||||||
|
universeHTML_label:Universe
|
||||||
|
sitetags_label:Site Tags
|
||||||
|
notice_label:Notice
|
||||||
|
score_label:Score
|
||||||
|
|
||||||
|
## Assume entryUrl, apply to "<a class='%slink' href='%s'>%s</a>" to
|
||||||
|
## make entryHTML.
|
||||||
|
make_linkhtml_entries:universe
|
||||||
|
|
||||||
|
## storyroom.com stories can be in a series and/or a universe. By
|
||||||
|
## default, series will be populated with the universe if there is
|
||||||
|
## universe but not series.
|
||||||
|
universe_as_series: true
|
||||||
|
|
||||||
|
## some sites include images that we don't ever want becoming the
|
||||||
|
## cover image. This lets you exclude them.
|
||||||
|
cover_exclusion_regexp:/css/bir.png
|
||||||
|
|
||||||
|
## This site uses shortened title chapters in chapter lists. When set
|
||||||
|
## true, this will inject the site's full length chapter title into
|
||||||
|
## the chapter text in a smaller h4 tag.
|
||||||
|
#inject_chapter_title:false
|
||||||
|
|
||||||
|
## append_datepublished_to_storyurl literally appends
|
||||||
|
## datePublished(-%Y-%m-%d) to storyUrl. This is an ugly kludge to
|
||||||
|
## (hopefully) help address the site's unfortunately habit of
|
||||||
|
## *reusing* storyId numbers. Off by default to *not* cause weirdness
|
||||||
|
## for those not expecting it.
|
||||||
|
#append_datepublished_to_storyurl:false
|
||||||
|
|
||||||
[superlove.sayitditto.net]
|
[superlove.sayitditto.net]
|
||||||
## This is a OTW-archive site. Note that ao3categories is still used,
|
## This is a OTW-archive site. Note that ao3categories is still used,
|
||||||
## but labeled "superlove Categories".
|
## but labeled "superlove Categories".
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,6 @@ from . import adapter_fanfiktionde
|
||||||
from . import adapter_themasquenet
|
from . import adapter_themasquenet
|
||||||
from . import adapter_pretendercentrecom
|
from . import adapter_pretendercentrecom
|
||||||
from . import adapter_darksolaceorg
|
from . import adapter_darksolaceorg
|
||||||
from . import adapter_finestoriescom
|
|
||||||
from . import adapter_storyroomcom
|
from . import adapter_storyroomcom
|
||||||
from . import adapter_dracoandginnycom
|
from . import adapter_dracoandginnycom
|
||||||
from . import adapter_wolverineandroguecom
|
from . import adapter_wolverineandroguecom
|
||||||
|
|
|
||||||
|
|
@ -1,40 +0,0 @@
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
# Copyright 2013 Fanficdownloader team, 2018 FanFicFare team
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
# you may not use this file except in compliance with the License.
|
|
||||||
# You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
|
|
||||||
from __future__ import absolute_import
|
|
||||||
import logging
|
|
||||||
logger = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
# py2 vs py3 transition
|
|
||||||
|
|
||||||
from .adapter_storiesonlinenet import StoriesOnlineNetAdapter
|
|
||||||
|
|
||||||
def getClass():
|
|
||||||
return FineStoriesComAdapter
|
|
||||||
|
|
||||||
# Class name has to be unique. Our convention is camel case the
|
|
||||||
# sitename with Adapter at the end. www is skipped.
|
|
||||||
class FineStoriesComAdapter(StoriesOnlineNetAdapter):
|
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def getSiteAbbrev(cls):
|
|
||||||
return 'fnst'
|
|
||||||
|
|
||||||
@staticmethod # must be @staticmethod, don't remove it.
|
|
||||||
def getSiteDomain():
|
|
||||||
# The site domain. Does have www here, if it uses it.
|
|
||||||
return 'finestories.com'
|
|
||||||
|
|
@ -38,3 +38,16 @@ class StoryRoomComAdapter(StoriesOnlineNetAdapter):
|
||||||
def getSiteDomain():
|
def getSiteDomain():
|
||||||
# The site domain. Does have www here, if it uses it.
|
# The site domain. Does have www here, if it uses it.
|
||||||
return 'storyroom.com'
|
return 'storyroom.com'
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def getAcceptDomains(cls):
|
||||||
|
return ['finestories.com',cls.getSiteDomain()]
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def getConfigSections(cls):
|
||||||
|
"Only needs to be overriden if has additional ini sections."
|
||||||
|
return ['finestories.com',cls.getSiteDomain()]
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def getSiteURLPattern(self):
|
||||||
|
return r"https?://("+r"|".join([x.replace('.',r'\.') for x in self.getAcceptDomains()])+r")/(?P<path>s|n|library)/(storyInfo.php\?id=)?(?P<id>\d+)(?P<chapter>:\d+)?(?P<title>/.+)?((;\d+)?$|(:i)?$)?"
|
||||||
|
|
|
||||||
|
|
@ -730,9 +730,6 @@ add_to_extra_valid_entries:,storynotes
|
||||||
storynotes_label:Story Notes
|
storynotes_label:Story Notes
|
||||||
add_to_extra_titlepage_entries:,storynotes
|
add_to_extra_titlepage_entries:,storynotes
|
||||||
|
|
||||||
[base_otw]
|
|
||||||
use_basic_cache:true
|
|
||||||
|
|
||||||
[base_xenforoforum]
|
[base_xenforoforum]
|
||||||
## NOTE: There are no supported XenForo1 sites anymore, only XenForo2
|
## NOTE: There are no supported XenForo1 sites anymore, only XenForo2
|
||||||
## site. The [base_xenforoforum] section is kept for backward
|
## site. The [base_xenforoforum] section is kept for backward
|
||||||
|
|
@ -1758,6 +1755,9 @@ extraships:Severus Snape/Hermione Granger
|
||||||
|
|
||||||
website_encodings:Windows-1252,utf8
|
website_encodings:Windows-1252,utf8
|
||||||
|
|
||||||
|
[base_otw]
|
||||||
|
use_basic_cache:true
|
||||||
|
|
||||||
[bloodshedverse.com]
|
[bloodshedverse.com]
|
||||||
use_basic_cache:true
|
use_basic_cache:true
|
||||||
## website encoding(s) In theory, each website reports the character
|
## website encoding(s) In theory, each website reports the character
|
||||||
|
|
@ -2111,71 +2111,6 @@ use_basic_cache:true
|
||||||
#username:YourName
|
#username:YourName
|
||||||
#password:yourpassword
|
#password:yourpassword
|
||||||
|
|
||||||
[finestories.com]
|
|
||||||
use_basic_cache:true
|
|
||||||
## Some sites require login (or login for some rated stories) The
|
|
||||||
## program can prompt you, or you can save it in config. In
|
|
||||||
## commandline version, this should go in your personal.ini, not
|
|
||||||
## defaults.ini.
|
|
||||||
## finestories.com has started requiring login by email rather than
|
|
||||||
## pen name.
|
|
||||||
#username:youremail@yourdomain.dom
|
|
||||||
#password:yourpassword
|
|
||||||
|
|
||||||
## In order to see some protected stories, login is required,
|
|
||||||
## but not indicated anyway we can detect. Requires valid
|
|
||||||
## username and password when true.
|
|
||||||
#always_login:true
|
|
||||||
|
|
||||||
## dateUpdated/datePublished don't usually have time, but they do on this site.
|
|
||||||
## http://docs.python.org/library/datetime.html#strftime-strptime-behavior
|
|
||||||
## Note that ini format requires % to be escaped as %%.
|
|
||||||
dateUpdated_format:%%Y-%%m-%%d %%H:%%M:%%S
|
|
||||||
datePublished_format:%%Y-%%m-%%d %%H:%%M:%%S
|
|
||||||
|
|
||||||
## Clear FanFiction from defaults, site is original fiction.
|
|
||||||
extratags:
|
|
||||||
|
|
||||||
extra_valid_entries:size,universe,universeUrl,universeHTML,sitetags,notice,codes,score
|
|
||||||
#extra_titlepage_entries:size,universeHTML,sitetags,notice,score
|
|
||||||
include_in_codes:sitetags
|
|
||||||
|
|
||||||
## adds to include_subject_tags instead of replacing it.
|
|
||||||
#extra_subject_tags:sitetags
|
|
||||||
|
|
||||||
size_label:Size
|
|
||||||
universe_label:Universe
|
|
||||||
universeUrl_label:Universe URL
|
|
||||||
universeHTML_label:Universe
|
|
||||||
sitetags_label:Site Tags
|
|
||||||
notice_label:Notice
|
|
||||||
score_label:Score
|
|
||||||
|
|
||||||
## Assume entryUrl, apply to "<a class='%slink' href='%s'>%s</a>" to
|
|
||||||
## make entryHTML.
|
|
||||||
make_linkhtml_entries:universe
|
|
||||||
|
|
||||||
## finestories.com stories can be in a series and/or a universe. By
|
|
||||||
## default, series will be populated with the universe if there is
|
|
||||||
## universe but not series.
|
|
||||||
universe_as_series: true
|
|
||||||
|
|
||||||
## some sites include images that we don't ever want becoming the
|
|
||||||
## cover image. This lets you exclude them.
|
|
||||||
cover_exclusion_regexp:/css/bir.png
|
|
||||||
|
|
||||||
## This site uses shortened title chapters in chapter lists. When set
|
|
||||||
## true, this will inject the site's full length chapter title into
|
|
||||||
## the chapter text in a smaller h4 tag.
|
|
||||||
#inject_chapter_title:false
|
|
||||||
|
|
||||||
## append_datepublished_to_storyurl literally appends
|
|
||||||
## datePublished(-%Y-%m-%d) to storyUrl. This is an ugly kludge to
|
|
||||||
## (hopefully) help address the site's unfortunately habit of
|
|
||||||
## *reusing* storyId numbers. Off by default to *not* cause weirdness
|
|
||||||
## for those not expecting it.
|
|
||||||
#append_datepublished_to_storyurl:false
|
|
||||||
|
|
||||||
[forum.questionablequesting.com]
|
[forum.questionablequesting.com]
|
||||||
## see [base_xenforoforum]
|
## see [base_xenforoforum]
|
||||||
|
|
||||||
|
|
@ -2822,6 +2757,71 @@ cover_exclusion_regexp:/css/bir.png
|
||||||
## for those not expecting it.
|
## for those not expecting it.
|
||||||
#append_datepublished_to_storyurl:false
|
#append_datepublished_to_storyurl:false
|
||||||
|
|
||||||
|
[storyroom.com]
|
||||||
|
use_basic_cache:true
|
||||||
|
## Some sites require login (or login for some rated stories) The
|
||||||
|
## program can prompt you, or you can save it in config. In
|
||||||
|
## commandline version, this should go in your personal.ini, not
|
||||||
|
## defaults.ini.
|
||||||
|
## storyroom.com has started requiring login by email rather than
|
||||||
|
## pen name.
|
||||||
|
#username:youremail@yourdomain.dom
|
||||||
|
#password:yourpassword
|
||||||
|
|
||||||
|
## In order to see some protected stories, login is required,
|
||||||
|
## but not indicated anyway we can detect. Requires valid
|
||||||
|
## username and password when true.
|
||||||
|
#always_login:true
|
||||||
|
|
||||||
|
## dateUpdated/datePublished don't usually have time, but they do on this site.
|
||||||
|
## http://docs.python.org/library/datetime.html#strftime-strptime-behavior
|
||||||
|
## Note that ini format requires % to be escaped as %%.
|
||||||
|
dateUpdated_format:%%Y-%%m-%%d %%H:%%M:%%S
|
||||||
|
datePublished_format:%%Y-%%m-%%d %%H:%%M:%%S
|
||||||
|
|
||||||
|
## Clear FanFiction from defaults, site is original fiction.
|
||||||
|
extratags:
|
||||||
|
|
||||||
|
extra_valid_entries:size,universe,universeUrl,universeHTML,sitetags,notice,codes,score
|
||||||
|
#extra_titlepage_entries:size,universeHTML,sitetags,notice,score
|
||||||
|
include_in_codes:sitetags
|
||||||
|
|
||||||
|
## adds to include_subject_tags instead of replacing it.
|
||||||
|
#extra_subject_tags:sitetags
|
||||||
|
|
||||||
|
size_label:Size
|
||||||
|
universe_label:Universe
|
||||||
|
universeUrl_label:Universe URL
|
||||||
|
universeHTML_label:Universe
|
||||||
|
sitetags_label:Site Tags
|
||||||
|
notice_label:Notice
|
||||||
|
score_label:Score
|
||||||
|
|
||||||
|
## Assume entryUrl, apply to "<a class='%slink' href='%s'>%s</a>" to
|
||||||
|
## make entryHTML.
|
||||||
|
make_linkhtml_entries:universe
|
||||||
|
|
||||||
|
## storyroom.com stories can be in a series and/or a universe. By
|
||||||
|
## default, series will be populated with the universe if there is
|
||||||
|
## universe but not series.
|
||||||
|
universe_as_series: true
|
||||||
|
|
||||||
|
## some sites include images that we don't ever want becoming the
|
||||||
|
## cover image. This lets you exclude them.
|
||||||
|
cover_exclusion_regexp:/css/bir.png
|
||||||
|
|
||||||
|
## This site uses shortened title chapters in chapter lists. When set
|
||||||
|
## true, this will inject the site's full length chapter title into
|
||||||
|
## the chapter text in a smaller h4 tag.
|
||||||
|
#inject_chapter_title:false
|
||||||
|
|
||||||
|
## append_datepublished_to_storyurl literally appends
|
||||||
|
## datePublished(-%Y-%m-%d) to storyUrl. This is an ugly kludge to
|
||||||
|
## (hopefully) help address the site's unfortunately habit of
|
||||||
|
## *reusing* storyId numbers. Off by default to *not* cause weirdness
|
||||||
|
## for those not expecting it.
|
||||||
|
#append_datepublished_to_storyurl:false
|
||||||
|
|
||||||
[superlove.sayitditto.net]
|
[superlove.sayitditto.net]
|
||||||
## This is a OTW-archive site. Note that ao3categories is still used,
|
## This is a OTW-archive site. Note that ao3categories is still used,
|
||||||
## but labeled "superlove Categories".
|
## but labeled "superlove Categories".
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue