Change the website from github to bezdomni

This commit is contained in:
Ivan Habunek 2022-09-09 08:20:14 +02:00
parent 33b5cc0a01
commit 8658d0fa24
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -22,7 +22,7 @@ class Command(NamedTuple):
arguments: List[Argument]
CLIENT_WEBSITE = 'https://github.com/ihabunek/twitch-dl'
CLIENT_WEBSITE = "https://twitch-dl.bezdomni.net/"
def time(value: str) -> int: