podflow 20250330__py3-none-any.whl → 20250330.1__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/main_podcast.py +4 -0
- {podflow-20250330.dist-info → podflow-20250330.1.dist-info}/METADATA +1 -1
- {podflow-20250330.dist-info → podflow-20250330.1.dist-info}/RECORD +6 -6
- {podflow-20250330.dist-info → podflow-20250330.1.dist-info}/WHEEL +0 -0
- {podflow-20250330.dist-info → podflow-20250330.1.dist-info}/entry_points.txt +0 -0
- {podflow-20250330.dist-info → podflow-20250330.1.dist-info}/top_level.txt +0 -0
podflow/main_podcast.py
CHANGED
@@ -120,8 +120,12 @@ def main_podcast():
|
|
120
120
|
gVar.xmls_original, gVar.hash_rss_original, gVar.xmls_original_fail = (
|
121
121
|
get_original_rss()
|
122
122
|
)
|
123
|
+
# 暂停进程打印
|
124
|
+
gVar.server_process_print_flag[0] = "pause"
|
123
125
|
# 连接上传服务器
|
124
126
|
upload_url = connect_upload_server()
|
127
|
+
# 恢复进程打印
|
128
|
+
bottle_app_instance.cherry_print()
|
125
129
|
# 登陆上传服务器
|
126
130
|
if upload_url:
|
127
131
|
upload_json = login_upload(upload_url)
|
@@ -2,7 +2,7 @@ podflow/__init__.py,sha256=N8hpfDHmVdVyDQs50yt_EMscS2v6CTD5a8oBWUkUOf0,7222
|
|
2
2
|
podflow/download_and_build.py,sha256=GKQ1uX8Nuwdhr4wgnGr3jP1Mu0llRUPFcboQ3S05WkU,671
|
3
3
|
podflow/ffmpeg_judge.py,sha256=3EtNlHhinsFPtRp74JwCK2TFM6VOjsvpn7rW0OhEMi8,1275
|
4
4
|
podflow/main.py,sha256=Cz2E33-Kcc_1_oxNs4Z1OoqJYhonmClsrtoCW1oQmZA,739
|
5
|
-
podflow/main_podcast.py,sha256=
|
5
|
+
podflow/main_podcast.py,sha256=ytBL4LsGLttOFrJ9MXjMR1EBeTtoGjA78KQleA7rKwQ,9027
|
6
6
|
podflow/main_upload.py,sha256=H_T5KQMYzToqzQbjGQ6DWDGziy8iMnpmf7A1qOStJuo,2296
|
7
7
|
podflow/parse_arguments.py,sha256=h3a7EaRZS04kNMFYbxTW9Ch29KgZ7dyS-yqEEt_etQI,2592
|
8
8
|
podflow/basic/__init__.py,sha256=CAfI6mVQtz7KKbAiTIZ9_IbvaTXeAqxR1U7ov9GDoDo,44
|
@@ -95,8 +95,8 @@ podflow/youtube/__init__.py,sha256=pgXod8gq0IijZxIkPSwgAOcb9JI5rd1mqMomoR7bcJ4,4
|
|
95
95
|
podflow/youtube/build.py,sha256=3LYk_ICVXj9XkE9jZ8jEVI8596xxS_QZkcoIwcBE3Ys,12006
|
96
96
|
podflow/youtube/get.py,sha256=Of7PRgUknhpyW70nvyVAUYVb5KyFViKiBTfH3Y6Mke8,16970
|
97
97
|
podflow/youtube/login.py,sha256=3nLj0KLdsc-kQmXxG5FyZfR-kiDzbQy2J0KhPXMxJGc,1380
|
98
|
-
podflow-20250330.dist-info/METADATA,sha256=
|
99
|
-
podflow-20250330.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
100
|
-
podflow-20250330.dist-info/entry_points.txt,sha256=mn7hD_c_dmpKe3XU0KNekheBvD01LhlJ9htY-Df0j2A,131
|
101
|
-
podflow-20250330.dist-info/top_level.txt,sha256=fUujhhz-RrMI8aGvi-3Ey5y7FQnpOOgoFw9OWM3yLCU,8
|
102
|
-
podflow-20250330.dist-info/RECORD,,
|
98
|
+
podflow-20250330.1.dist-info/METADATA,sha256=zWGWzIQYTCyQ287SptXAXAmA8dmulHZiLdZBphRC9Ns,14165
|
99
|
+
podflow-20250330.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
100
|
+
podflow-20250330.1.dist-info/entry_points.txt,sha256=mn7hD_c_dmpKe3XU0KNekheBvD01LhlJ9htY-Df0j2A,131
|
101
|
+
podflow-20250330.1.dist-info/top_level.txt,sha256=fUujhhz-RrMI8aGvi-3Ey5y7FQnpOOgoFw9OWM3yLCU,8
|
102
|
+
podflow-20250330.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|