mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-29 02:12:10 +02:00
Change ncisfiction.net to ncisfiction.com
This commit is contained in:
parent
24dc3b5fed
commit
ac7ab2264d
4 changed files with 9 additions and 7 deletions
|
|
@ -2465,7 +2465,7 @@ cover_exclusion_regexp:/stories/999/images/.*?_trophy.png
|
|||
|
||||
website_encodings:Windows-1252,utf8
|
||||
|
||||
[www.ncisfiction.net]
|
||||
[www.ncisfiction.com]
|
||||
## Site dedicated to these categories/characters/ships
|
||||
extracategories:NCIS
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ import adapter_onedirectionfanfictioncom
|
|||
import adapter_storiesofardacom
|
||||
import adapter_samdeanarchivenu
|
||||
import adapter_destinysgatewaycom
|
||||
import adapter_ncisfictionnet
|
||||
import adapter_ncisfictioncom
|
||||
import adapter_thealphagatecom
|
||||
import adapter_fanfiktionde
|
||||
import adapter_ponyfictionarchivenet
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2012 Fanficdownloader team, 2016 FanFicFare team
|
||||
# Copyright 2012 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.
|
||||
|
|
@ -18,11 +18,13 @@
|
|||
# Software: eFiction
|
||||
from base_efiction_adapter import BaseEfictionAdapter
|
||||
|
||||
class NCISFictionNetAdapter(BaseEfictionAdapter):
|
||||
class NCISFictionComAdapter(BaseEfictionAdapter):
|
||||
|
||||
@staticmethod
|
||||
def getSiteDomain():
|
||||
return 'ncisfiction.net'
|
||||
return 'ncisfiction.com'
|
||||
## was ncisfiction.net, but some stories changed ID when the site
|
||||
## moved.
|
||||
|
||||
@classmethod
|
||||
def getSiteAbbrev(self):
|
||||
|
|
@ -33,4 +35,4 @@ class NCISFictionNetAdapter(BaseEfictionAdapter):
|
|||
return "%m/%d/%Y"
|
||||
|
||||
def getClass():
|
||||
return NCISFictionNetAdapter
|
||||
return NCISFictionComAdapter
|
||||
|
|
@ -2477,7 +2477,7 @@ cover_exclusion_regexp:/stories/999/images/.*?_trophy.png
|
|||
|
||||
website_encodings:Windows-1252,utf8
|
||||
|
||||
[www.ncisfiction.net]
|
||||
[www.ncisfiction.com]
|
||||
## Site dedicated to these categories/characters/ships
|
||||
extracategories:NCIS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue