mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-26 00:43:08 +02:00
Remove site www.13hours.org. Moved to AO3.
This commit is contained in:
parent
264c5473f0
commit
c8d25aa07c
4 changed files with 0 additions and 52 deletions
|
|
@ -2157,10 +2157,6 @@ add_to_comma_entries:,reads
|
|||
## are reports that sound like site throttling without it.
|
||||
slow_down_sleep_time:2
|
||||
|
||||
[www.13hours.org]
|
||||
## Site dedicated to these categories/characters/ships
|
||||
extracategories:Labyrinth
|
||||
|
||||
[www.adastrafanfic.com]
|
||||
## Some sites do not require a login, but do require the user to
|
||||
## confirm they are adult for adult content. In commandline version,
|
||||
|
|
|
|||
|
|
@ -152,7 +152,6 @@ from . import adapter_swordborderlineangelcom
|
|||
from . import adapter_tasteofpoisoninkubationnet
|
||||
from . import adapter_thedelphicexpansecom
|
||||
from . import adapter_thundercatsfansorg
|
||||
from . import adapter_www13hoursorg
|
||||
from . import adapter_wwwaneroticstorycom
|
||||
from . import adapter_gravitytalescom
|
||||
from . import adapter_lcfanficcom
|
||||
|
|
|
|||
|
|
@ -1,43 +0,0 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2011 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
|
||||
from ..htmlcleanup import stripHTML
|
||||
|
||||
# Software: eFiction
|
||||
from .base_efiction_adapter import BaseEfictionAdapter
|
||||
|
||||
class WWW13HoursOrgSiteAdapter(BaseEfictionAdapter):
|
||||
|
||||
@staticmethod
|
||||
def getSiteDomain():
|
||||
return 'www.13hours.org'
|
||||
|
||||
@classmethod
|
||||
def getPathToArchive(self):
|
||||
return '/fanfiction'
|
||||
|
||||
@classmethod
|
||||
def getSiteAbbrev(self):
|
||||
return '13h'
|
||||
|
||||
@classmethod
|
||||
def getDateFormat(self):
|
||||
return "%d %b %Y"
|
||||
|
||||
def getClass():
|
||||
return WWW13HoursOrgSiteAdapter
|
||||
|
|
@ -2193,10 +2193,6 @@ add_to_comma_entries:,reads
|
|||
## are reports that sound like site throttling without it.
|
||||
slow_down_sleep_time:2
|
||||
|
||||
[www.13hours.org]
|
||||
## Site dedicated to these categories/characters/ships
|
||||
extracategories:Labyrinth
|
||||
|
||||
[www.adastrafanfic.com]
|
||||
## Some sites do not require a login, but do require the user to
|
||||
## confirm they are adult for adult content. In commandline version,
|
||||
|
|
|
|||
Loading…
Reference in a new issue