mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-18 23:22:38 +02:00
Fix lib_theplatform
This commit is contained in:
@@ -43,7 +43,6 @@ Usage (magentaeu):
|
||||
"""
|
||||
|
||||
import base64
|
||||
import json
|
||||
from dataclasses import dataclass, field
|
||||
from typing import List, Optional
|
||||
from urllib.parse import quote
|
||||
@@ -426,7 +425,7 @@ def build_widevine_drm_config(
|
||||
req_data_template="{CHA-RAW}",
|
||||
server_url=licence_url,
|
||||
server_certificate=None,
|
||||
req_headers=json.dumps(headers),
|
||||
req_headers=headers,
|
||||
use_http_get_request=False,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user