Remove site: themaplebookshelf.com - No DNS, broken ~18 months

This commit is contained in:
Jim Miller 2023-03-29 19:45:09 -05:00
parent 4f0be16f0b
commit 84b3b6d61e
4 changed files with 0 additions and 64 deletions

View file

@ -2750,17 +2750,6 @@ extratags:
## Site dedicated to these categories/characters/ships
extracategories:Criminal Minds
[themaplebookshelf.com]
## Some sites also require the user to confirm they are adult for
## adult content. In commandline version, this should go in your
## personal.ini, not defaults.ini.
#is_adult:true
extra_valid_entries: readings,challenge
extra_titlepage_entries: readings,challenge
challenge_label: Challenge
readings_label: Readings
[themasque.net]
## Some sites require login (or login for some rated stories) The
## program can prompt you, or you can save it in config. In

View file

@ -86,7 +86,6 @@ from . import adapter_voracity2eficcom
from . import adapter_spikeluvercom
from . import adapter_bloodshedversecom
from . import adapter_fictionmaniatv
from . import adapter_themaplebookshelf
from . import adapter_sheppardweircom
from . import adapter_samandjacknet
from . import adapter_csiforensicscom

View file

@ -1,41 +0,0 @@
# -*- coding: utf-8 -*-
# Copyright 2014 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.
#
# Software: eFiction
from __future__ import absolute_import
from .base_efiction_adapter import BaseEfictionAdapter
class TheMapleBookshelfComSiteAdapter(BaseEfictionAdapter):
@staticmethod
def getSiteDomain():
return 'themaplebookshelf.com'
@classmethod
def getPathToArchive(self):
return '/Literati'
@classmethod
def getSiteAbbrev(seluuf):
return 'maplebook'
@classmethod
def getDateFormat(self):
return "%b %d, %Y"
def getClass():
return TheMapleBookshelfComSiteAdapter

View file

@ -2754,17 +2754,6 @@ extratags:
## Site dedicated to these categories/characters/ships
extracategories:Criminal Minds
[themaplebookshelf.com]
## Some sites also require the user to confirm they are adult for
## adult content. In commandline version, this should go in your
## personal.ini, not defaults.ini.
#is_adult:true
extra_valid_entries: readings,challenge
extra_titlepage_entries: readings,challenge
challenge_label: Challenge
readings_label: Readings
[themasque.net]
## Some sites require login (or login for some rated stories) The
## program can prompt you, or you can save it in config. In