2021-01-19 00:19:07 +00:00
|
|
|
# SPDX-License-Identifier: MIT
|
2022-06-06 10:08:32 +00:00
|
|
|
# Copyright (C) 2021-2022 Tobias Gruetzmacher
|
|
|
|
from ..scraper import ParserScraper
|
2021-01-19 00:19:07 +00:00
|
|
|
|
|
|
|
|
2022-06-06 10:08:32 +00:00
|
|
|
class AnotherDummyTestScraper(ParserScraper):
|
2021-01-19 00:19:07 +00:00
|
|
|
url = 'https://dummy.example/'
|