remove unnecessary method

This commit is contained in:
Kolbo 2020-07-06 09:06:37 +02:00 committed by Jim Miller
parent eb44773c87
commit df26d2752a

View file

@ -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()