podflow 20250601__py3-none-any.whl → 20250604__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/get_youtube_and_bilibili_video_format.py +6 -1
- {podflow-20250601.dist-info → podflow-20250604.dist-info}/METADATA +1 -1
- {podflow-20250601.dist-info → podflow-20250604.dist-info}/RECORD +6 -6
- {podflow-20250601.dist-info → podflow-20250604.dist-info}/WHEEL +0 -0
- {podflow-20250601.dist-info → podflow-20250604.dist-info}/entry_points.txt +0 -0
- {podflow-20250601.dist-info → podflow-20250604.dist-info}/top_level.txt +0 -0
@@ -3,6 +3,7 @@
|
|
3
3
|
|
4
4
|
from podflow import gVar
|
5
5
|
from podflow.basic.write_log import write_log
|
6
|
+
from podflow.bilibili.get import get_bilibili_cid
|
6
7
|
from podflow.httpfs.progress_bar import progress_bar
|
7
8
|
from podflow.message.media_format import media_format
|
8
9
|
|
@@ -63,7 +64,11 @@ def get_youtube_and_bilibili_video_format(
|
|
63
64
|
id_update_format = f"\033[31m{fail_info}\033[0m(需要Cookies)"
|
64
65
|
break
|
65
66
|
else:
|
66
|
-
if gVar.video_id_update_format[id_num]["
|
67
|
+
if gVar.channelid_bilibili[gVar.video_id_update_format[id_num]["name"]]["AllPartGet"]:
|
68
|
+
power = gVar.video_id_update_format[id_num]["power"]
|
69
|
+
else:
|
70
|
+
power = get_bilibili_cid(id_num, gVar.video_id_update_format[id_num]["name"])[2]
|
71
|
+
if power is True and (
|
67
72
|
"试看" in id_update_format or id_update_format == "无法获取音频ID"
|
68
73
|
):
|
69
74
|
id_update_format = "\033[31m充电专属\033[0m"
|
@@ -62,7 +62,7 @@ podflow/message/get_media_name.py,sha256=5ULPQOQCZ2-lxdkILwlBP-ItzdFEgvEAKxeLtpl
|
|
62
62
|
podflow/message/get_original_rss.py,sha256=Bzy-Fs1vZEjwvQq6D6xp-2IUidliSyaL1P4WtkLJaRg,2450
|
63
63
|
podflow/message/get_video_format.py,sha256=bPetnFwQlhIO9do_nq3B4AwHQRxFn6SDYvFItjwEx0o,5324
|
64
64
|
podflow/message/get_video_format_multithread.py,sha256=tbgQDMpcntulrbmXBbKL4iVr4t_9evGsuMOIZLoLebI,1615
|
65
|
-
podflow/message/get_youtube_and_bilibili_video_format.py,sha256=
|
65
|
+
podflow/message/get_youtube_and_bilibili_video_format.py,sha256=FACn7IYWTzMHvgNcv8DiUs9CrfoRvLz_9EBjrCxT_9A,4911
|
66
66
|
podflow/message/media_format.py,sha256=Q4WoML4UqL0Ry-QN8DHFJqOQ2tXcFN6u5hmhdSLdP1g,7346
|
67
67
|
podflow/message/optimize_download.py,sha256=-6YritASap8Dp0HqDuvn-kyeamAfw8UjnR-_5S0DbYw,1034
|
68
68
|
podflow/message/original_rss_fail_print.py,sha256=7HM5Gwi3GqBIg2dtTTDlN_FRgZZjYv6ejizS3tDiePE,502
|
@@ -104,8 +104,8 @@ podflow/youtube/__init__.py,sha256=pgXod8gq0IijZxIkPSwgAOcb9JI5rd1mqMomoR7bcJ4,4
|
|
104
104
|
podflow/youtube/build.py,sha256=j6SVq3HFFGlNNqRrHfnBIThdzsH88PFmwLnejosif1U,12311
|
105
105
|
podflow/youtube/get.py,sha256=oO32GjTFvUgP5AfFX5AlIuXU2UT6QtOUOXWLFzi8XtI,17157
|
106
106
|
podflow/youtube/login.py,sha256=KYl--ya6Z1u0uIcOp9l8i3DIIj9hsYUDH4dtJjI0MLM,1295
|
107
|
-
podflow-
|
108
|
-
podflow-
|
109
|
-
podflow-
|
110
|
-
podflow-
|
111
|
-
podflow-
|
107
|
+
podflow-20250604.dist-info/METADATA,sha256=aCN1CEvbSbYV1C3uqV9GJ_D6_Smk29sWzdwyG5R4yeo,14195
|
108
|
+
podflow-20250604.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
109
|
+
podflow-20250604.dist-info/entry_points.txt,sha256=mn7hD_c_dmpKe3XU0KNekheBvD01LhlJ9htY-Df0j2A,131
|
110
|
+
podflow-20250604.dist-info/top_level.txt,sha256=fUujhhz-RrMI8aGvi-3Ey5y7FQnpOOgoFw9OWM3yLCU,8
|
111
|
+
podflow-20250604.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|