feat(dl): Add support for services that do not support subtitle downloads

This commit is contained in:
Andy
2025-08-05 20:22:08 +00:00
parent 1bd63ddc91
commit 948ef30de7
2 changed files with 8 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ class EXAMPLE(Service):
TITLE_RE = r"^(?:https?://?domain\.com/details/)?(?P<title_id>[^/]+)"
GEOFENCE = ("US", "UK")
NO_SUBTITLES = True
@staticmethod
@click.command(name="EXAMPLE", short_help="https://domain.com")