mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-03 22:53:24 +01:00
remove unnecessary method
This commit is contained in:
parent
eb44773c87
commit
df26d2752a
1 changed files with 1 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Copyright 2019 FanFicFare team
|
||||
# Copyright 2020 FanFicFare team
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -56,10 +56,6 @@ class ChireadsComSiteAdapter(BaseSiteAdapter):
|
|||
def getSiteDomain():
|
||||
return 'chireads.com'
|
||||
|
||||
@classmethod
|
||||
def getAcceptDomains(cls):
|
||||
return ['chireads.com']
|
||||
|
||||
@classmethod
|
||||
def getSiteExampleURLs(cls):
|
||||
return 'https://%s/category/translatedtales/story-name' % cls.getSiteDomain()
|
||||
|
|
|
|||
Loading…
Reference in a new issue