diff --git a/calibre-plugin/plugin-defaults.ini b/calibre-plugin/plugin-defaults.ini index c023c68c..1c0fc448 100644 --- a/calibre-plugin/plugin-defaults.ini +++ b/calibre-plugin/plugin-defaults.ini @@ -1810,18 +1810,6 @@ extra_valid_entries:copyright copyright_label: Copyright extra_titlepage_entries: copyright -[obidala.net] -## Extra metadata that this adapter knows about. See [archiveofourown.org] -## for examples of how to use them. -extra_valid_entries:foreignlanguage -foreignlanguage_label:Foreign Language -extra_titlepage_entries:foreignlanguage - -## Site dedicated to these categories/characters/ships -extracategories:Star Wars -extracharacters:Obi-Wan Kenobi,Padmé Amidala -extraships:Obi-Wan Kenobi/Padmé Amidala - [occlumency.sycophanthex.com] ## Some sites require login (or login for some rated stories) The ## program can prompt you, or you can save it in config. In diff --git a/fanficfare/adapters/__init__.py b/fanficfare/adapters/__init__.py index 54a8c40c..626640af 100644 --- a/fanficfare/adapters/__init__.py +++ b/fanficfare/adapters/__init__.py @@ -161,7 +161,6 @@ import adapter_deandamagecom import adapter_imrightbehindyoucom import adapter_mttjustoncenet import adapter_narutoficorg -import adapter_obidalanet import adapter_starskyhutcharchivenet import adapter_swordborderlineangelcom import adapter_tasteofpoisoninkubationnet diff --git a/fanficfare/adapters/adapter_obidalanet.py b/fanficfare/adapters/adapter_obidalanet.py deleted file mode 100644 index 732d419a..00000000 --- a/fanficfare/adapters/adapter_obidalanet.py +++ /dev/null @@ -1,40 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright 2011 Fanficdownloader team, 2017 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 ..htmlcleanup import stripHTML - -# Software: eFiction -from base_efiction_adapter import BaseEfictionAdapter - -class ObidalaNetSiteAdapter(BaseEfictionAdapter): - ''' This adapter will download stories from the - 'Obidala.net' site ''' - - @staticmethod - def getSiteDomain(): - return 'obidala.net' - - @classmethod - def getSiteAbbrev(self): - return 'obdn' - - @classmethod - def getDateFormat(self): - return "%b %d, %Y" - -def getClass(): - return ObidalaNetSiteAdapter diff --git a/fanficfare/defaults.ini b/fanficfare/defaults.ini index b4c7b728..0db3243e 100644 --- a/fanficfare/defaults.ini +++ b/fanficfare/defaults.ini @@ -1832,18 +1832,6 @@ extra_valid_entries:copyright copyright_label: Copyright extra_titlepage_entries: copyright -[obidala.net] -## Extra metadata that this adapter knows about. See [archiveofourown.org] -## for examples of how to use them. -extra_valid_entries:foreignlanguage -foreignlanguage_label:Foreign Language -extra_titlepage_entries:foreignlanguage - -## Site dedicated to these categories/characters/ships -extracategories:Star Wars -extracharacters:Obi-Wan Kenobi,Padmé Amidala -extraships:Obi-Wan Kenobi/Padmé Amidala - [occlumency.sycophanthex.com] ## Some sites require login (or login for some rated stories) The ## program can prompt you, or you can save it in config. In