Revert "Add support for more qualities, merging video+audio using MSE"

This reverts commit d56df02e7b.
This commit is contained in:
Jesús
2021-08-29 18:48:01 -05:00
parent d56df02e7b
commit e4af99fd17
7 changed files with 31 additions and 575 deletions

View File

@@ -87,9 +87,6 @@ def proxy_site(env, start_response, video=False):
response_headers = response.getheaders()
if isinstance(response_headers, urllib3._collections.HTTPHeaderDict):
response_headers = response_headers.items()
if video:
response_headers = (list(response_headers)
+[('Access-Control-Allow-Origin', '*')])
if first_attempt:
start_response(str(response.status) + ' ' + response.reason,