mirror of
https://git.gay/ready-dl/pyplayready.git
synced 2025-04-29 17:59:43 +00:00
+ Update link
This commit is contained in:
parent
9bc40d3c65
commit
c5c2b56f49
@ -28,7 +28,7 @@ def main(version: bool, debug: bool) -> None:
|
||||
copyright_years = f"2024-{current_year}"
|
||||
|
||||
log.info("pyplayready version %s Copyright (c) %s DevLARLEY, Erevoc, DevataDev", __version__, copyright_years)
|
||||
log.info("https://github.com/ready-dl/pyplayready")
|
||||
log.info("https://git.gay/ready-dl/pyplayready")
|
||||
log.info("Run 'pyplayready --help' for help")
|
||||
if version:
|
||||
return
|
||||
|
@ -219,7 +219,7 @@ async def authentication(request: web.Request, handler: Handler) -> web.Response
|
||||
response = web.json_response({"message": e.reason}, status=500)
|
||||
|
||||
response.headers.update({
|
||||
"Server": f"https://github.com/ready-dl/pyplayready serve v{__version__}"
|
||||
"Server": f"https://git.gay/ready-dl/pyplayready serve v{__version__}"
|
||||
})
|
||||
|
||||
return response
|
||||
|
@ -9,7 +9,7 @@ description = "pyplayready CDM (Content Decryption Module) implementation in Pyt
|
||||
license = "CC BY-NC-ND 4.0"
|
||||
authors = ["DevLARLEY, Erevoc", "DevataDev"]
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/ready-dl/pyplayready"
|
||||
repository = "https://git.gay/ready-dl/pyplayready"
|
||||
keywords = ["python", "drm", "playready", "microsoft"]
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
@ -27,7 +27,7 @@ include = [
|
||||
]
|
||||
|
||||
[tool.poetry.urls]
|
||||
"Issues" = "https://github.com/ready-dl/pyplayready/issues"
|
||||
"Issues" = "https://git.gay/ready-dl/pyplayready/issues"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8,<4.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user