Jelajahi Sumber

版本更新,抽象化使用方法,解决无法获取mp3文件的bug

Cloudmistery 9 bulan lalu
induk
melakukan
4b12a1e6c3
6 mengubah file dengan 20 tambahan dan 0 penghapusan
  1. 0 0
      .gitignore
  2. 4 0
      utils/GetResponse.py
  3. 4 0
      utils/GetVideoInfo.py
  4. 4 0
      utils/Save_bili.py
  5. 4 0
      utils/__init__.py
  6. 4 0
      utils/setting.py

+ 0 - 0
.gitignore


+ 4 - 0
utils/GetResponse.py

@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+# @Author  : ChenZhaoyuchen
+# @Time    : 2024/9/13 15:03
+# @File    : GetResponse.py

+ 4 - 0
utils/GetVideoInfo.py

@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+# @Author  : ChenZhaoyuchen
+# @Time    : 2024/9/13 15:02
+# @File    : GetVideoInfo.py

+ 4 - 0
utils/Save_bili.py

@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+# @Author  : ChenZhaoyuchen
+# @Time    : 2024/9/13 15:02
+# @File    : Save_bili.py

+ 4 - 0
utils/__init__.py

@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+# @Author  : ChenZhaoyuchen
+# @Time    : 2024/9/13 14:15
+# @File    : __init__.py.py

+ 4 - 0
utils/setting.py

@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+# @Author  : ChenZhaoyuchen
+# @Time    : 2024/9/13 14:13
+# @File    : setting.py