feat: cookie consent and innertube context

This commit is contained in:
Hellow
2023-09-10 23:12:49 +02:00
parent 0ce6be5d2f
commit 0f955aa783
2 changed files with 47 additions and 5 deletions

View File

@@ -229,7 +229,7 @@ class Connection:
def post(
self,
url: str,
json: dict,
json: dict = None,
refer_from_origin: bool = True,
stream: bool = False,
accepted_response_codes: set = None,