podflow 20250820__py3-none-any.whl → 20250821__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- podflow/message/fail_message_initialize.py +5 -0
- podflow/message/get_youtube_and_bilibili_video_format.py +3 -1
- {podflow-20250820.dist-info → podflow-20250821.dist-info}/METADATA +1 -1
- {podflow-20250820.dist-info → podflow-20250821.dist-info}/RECORD +7 -7
- {podflow-20250820.dist-info → podflow-20250821.dist-info}/WHEEL +0 -0
- {podflow-20250820.dist-info → podflow-20250821.dist-info}/entry_points.txt +0 -0
- {podflow-20250820.dist-info → podflow-20250821.dist-info}/top_level.txt +0 -0
@@ -184,6 +184,11 @@ error_reason = [
|
|
184
184
|
"\033[31m播放列表不存在\033[0m",
|
185
185
|
"text",
|
186
186
|
],
|
187
|
+
[
|
188
|
+
"An extractor error has occurred. (caused by KeyError('data')); please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U",
|
189
|
+
"\033[31m提取器错误\033[0m",
|
190
|
+
"text",
|
191
|
+
],
|
187
192
|
]
|
188
193
|
|
189
194
|
|
@@ -69,7 +69,9 @@ def get_youtube_and_bilibili_video_format(
|
|
69
69
|
else:
|
70
70
|
power = get_bilibili_cid(id_num, gVar.video_id_update_format[id_num]["name"])[2]
|
71
71
|
if power is True and (
|
72
|
-
"试看" in id_update_format
|
72
|
+
"试看" in id_update_format
|
73
|
+
or "提取器错误" in id_update_format
|
74
|
+
or id_update_format == "无法获取音频ID"
|
73
75
|
):
|
74
76
|
id_update_format = "\033[31m充电专属\033[0m"
|
75
77
|
if isinstance(id_update_format, list):
|
@@ -57,13 +57,13 @@ podflow/message/__init__.py,sha256=pZkcrrtkdtxgMriEHBZ0_rptKaQrQeMPJvPSaoI1Awo,4
|
|
57
57
|
podflow/message/backup_zip_save.py,sha256=c81jnx8IxHjTcO7G0OUAppawpBIPxa9wgkj9AQhqeJc,1864
|
58
58
|
podflow/message/create_main_rss.py,sha256=kW2QvJhxl2ZcqGV-M-OztlOaQ27ODuQxADeP8poymBQ,3118
|
59
59
|
podflow/message/display_qrcode_and_url.py,sha256=VqmRkDYYG03VihfW4SAU49HJVmfqWbLTgMxqCaREeCo,1037
|
60
|
-
podflow/message/fail_message_initialize.py,sha256=
|
60
|
+
podflow/message/fail_message_initialize.py,sha256=mSRbyY1KZLXAINvC-FnbxHfy3W8L6staTTdu8bvtP2E,8358
|
61
61
|
podflow/message/format_time.py,sha256=gveNh4FGeS3ytwDyYB-h12d1_Km6XoX7WSPcFmDfCBk,909
|
62
62
|
podflow/message/get_media_name.py,sha256=5ULPQOQCZ2-lxdkILwlBP-ItzdFEgvEAKxeLtplACbQ,861
|
63
63
|
podflow/message/get_original_rss.py,sha256=Bzy-Fs1vZEjwvQq6D6xp-2IUidliSyaL1P4WtkLJaRg,2450
|
64
64
|
podflow/message/get_video_format.py,sha256=bPetnFwQlhIO9do_nq3B4AwHQRxFn6SDYvFItjwEx0o,5324
|
65
65
|
podflow/message/get_video_format_multithread.py,sha256=tbgQDMpcntulrbmXBbKL4iVr4t_9evGsuMOIZLoLebI,1615
|
66
|
-
podflow/message/get_youtube_and_bilibili_video_format.py,sha256=
|
66
|
+
podflow/message/get_youtube_and_bilibili_video_format.py,sha256=hLb7a6eUdaTVqTdP16n3MoBpgzPlbdd0OvN0bfnjMbE,4976
|
67
67
|
podflow/message/media_format.py,sha256=Phf8cpkjLMWk6iGxqHPJPwqN0KlveQ9bWwGEahIwaRM,7445
|
68
68
|
podflow/message/optimize_download.py,sha256=-6YritASap8Dp0HqDuvn-kyeamAfw8UjnR-_5S0DbYw,1034
|
69
69
|
podflow/message/original_rss_fail_print.py,sha256=7HM5Gwi3GqBIg2dtTTDlN_FRgZZjYv6ejizS3tDiePE,502
|
@@ -109,8 +109,8 @@ podflow/youtube/build.py,sha256=j6SVq3HFFGlNNqRrHfnBIThdzsH88PFmwLnejosif1U,1231
|
|
109
109
|
podflow/youtube/check.py,sha256=UTk5GFkhc_3l_3GfrJDZuAyJnG9Esc_v01x7EHm-aKM,2175
|
110
110
|
podflow/youtube/get.py,sha256=oO32GjTFvUgP5AfFX5AlIuXU2UT6QtOUOXWLFzi8XtI,17157
|
111
111
|
podflow/youtube/login.py,sha256=pDJNgCJdLOKV02yGot_5JJ-962JACbWZ-GlISmDfgIk,2742
|
112
|
-
podflow-
|
113
|
-
podflow-
|
114
|
-
podflow-
|
115
|
-
podflow-
|
116
|
-
podflow-
|
112
|
+
podflow-20250821.dist-info/METADATA,sha256=1GlyCFfUcIsy07CFgLOLEIJOFOR9emJlkz1PSnf0EaQ,14195
|
113
|
+
podflow-20250821.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
114
|
+
podflow-20250821.dist-info/entry_points.txt,sha256=mn7hD_c_dmpKe3XU0KNekheBvD01LhlJ9htY-Df0j2A,131
|
115
|
+
podflow-20250821.dist-info/top_level.txt,sha256=fUujhhz-RrMI8aGvi-3Ey5y7FQnpOOgoFw9OWM3yLCU,8
|
116
|
+
podflow-20250821.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|