More verbose attrib string

This commit is contained in:
Mizaki 2023-02-01 15:39:24 +00:00
parent d0e3b487eb
commit c6e3266f60
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ class SourceStaticOptions:
def __init__(
self,
website: str = "",
attribution_string: str = "", # Full string including web link: Source: <a href='http://website'>Example</a>
attribution_string: str = "", # Full string including web link, example: Metadata provided by <a href='http://website'>Example</a>
has_issues: bool = False,
has_alt_covers: bool = False,
requires_apikey: bool = False,

View File

@ -174,7 +174,7 @@ class ComicVineTalker(ComicTalker):
)
self.static_options = SourceStaticOptions(
website="https://comicvine.gamespot.com/",
attribution_string="Data Source: <a href='https://comicvine.gamespot.com/'>Comic Vine</a>",
attribution_string="Metadata provided by <a href='https://comicvine.gamespot.com/'>Comic Vine</a>",
has_issues=True,
has_alt_covers=True,
requires_apikey=True,