From fb12e9444f1971b03ece52172a60af72e4713830 Mon Sep 17 00:00:00 2001 From: panitan103 Date: Mon, 30 Mar 2026 11:45:17 +0700 Subject: [PATCH] . --- BLBL/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BLBL/__init__.py b/BLBL/__init__.py index 6432a76..ce8aa59 100644 --- a/BLBL/__init__.py +++ b/BLBL/__init__.py @@ -621,10 +621,10 @@ class BLBL(Service): "codec": audio_codec_map.get(audio['id'], "mp4a.40.2"), }) import json - with open("data.json", "w") as f: - json.dump({"videos":videos, - "audios": audios, - }, f, indent=4, ensure_ascii=False) + # with open("data.json", "w") as f: + # json.dump({"videos":videos, + # "audios": audios, + # }, f, indent=4, ensure_ascii=False) return {"videos":videos, "audios": audios, }