16 lines
353 B
Python
16 lines
353 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
# Copyright (C) 2019-2023 Valéry Febvre
|
|
# SPDX-License-Identifier: GPL-3.0-only or GPL-3.0-or-later
|
|
# Author: Valéry Febvre <vfebvre@easter-eggs.com>
|
|
|
|
from komikku.servers.multi.madara import Madara
|
|
|
|
|
|
class Araznovel(Madara):
|
|
id = 'araznovel'
|
|
name = 'ArazNovel'
|
|
lang = 'tr'
|
|
|
|
base_url = 'https://araznovel.com'
|