After the change in comictagger for multiple links (Support multiple web_links), it is necessary to adapt gcd_talker. I have tested that it works again by making the following changes:
10 has the change with an expected new alpha but it might not appear so I'll remove that and push it through because the master "aims" to be up-to-date with CT develop.
After the change in comictagger for multiple links (Support multiple web_links), it is necessary to adapt gcd_talker. I have tested that it works again by making the following changes:
from urllib3.util import parse_url
md.web_link = urljoin(self.website, f"issue/{issue['id']}")
with:
md.web_links = [parse_url(urljoin(self.website, f"issue/{issue['id']}"))]