Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/8fe8eaf7dad6b1eccde9d0622e946e15acc43688/custom_libs/subliminal_patch/providers/avistaz.py You should set ROOT_URL correctly, otherwise the web may not work correctly.

11 lines
273 B

# -*- coding: utf-8 -*-
from __future__ import absolute_import
from .avistaz_network import AvistazNetworkProviderBase
class AvistazProvider(AvistazNetworkProviderBase):
"""AvistaZ.to Provider."""
server_url = 'https://avistaz.to/'
provider_name = 'avistaz'