8 lines
193 B
Python
8 lines
193 B
Python
|
# SPDX-License-Identifier: MIT
|
||
|
# Copyright (C) 2021 Tobias Gruetzmacher
|
||
|
from ..scraper import _ParserScraper
|
||
|
|
||
|
|
||
|
class AnotherDummyTestScraper(_ParserScraper):
|
||
|
url = 'https://dummy.example/'
|