regenerate with new optimizations

pull/2/head
lenny 2023-04-08 00:10:59 +02:00
rodzic 767f4c0634
commit 06317cf3cc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 68EA109BBE53E6E7
5 zmienionych plików z 8194 dodań i 14631 usunięć

Wyświetl plik

@ -73,11 +73,11 @@ for file in files:
video = json.loads(run_yt_helper_script("-c", "web", "-e", file['endpoint'], "--data", context))
# Delete some useless elements
del video['responseContext']
if 'topbar' in video: del video['topbar']
if 'overlay' in video: del video['overlay']
if 'attestation' in video: del video['attestation']
if 'frameworkUpdates' in video: del video['frameworkUpdates']
del video["responseContext"]
if "topbar" in video: del video["topbar"]
if "overlay" in video: del video["overlay"]
if "attestation" in video: del video["attestation"]
if "frameworkUpdates" in video: del video["frameworkUpdates"]
processed_mocks = apply_ip_replacements(json.dumps(video, indent=2))

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long