podflow 20250413__tar.gz → 20250413.1__tar.gz
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-20250413 → podflow-20250413.1}/PKG-INFO +1 -1
- {podflow-20250413 → podflow-20250413.1}/podflow/templates/index.html +13 -1
- {podflow-20250413 → podflow-20250413.1}/podflow.egg-info/PKG-INFO +1 -1
- {podflow-20250413 → podflow-20250413.1}/setup.py +1 -1
- {podflow-20250413 → podflow-20250413.1}/MANIFEST.in +0 -0
- {podflow-20250413 → podflow-20250413.1}/README.md +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/__init__.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/__init__.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/file_save.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/folder_build.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/get_duration.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/get_file_list.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/get_html_dict.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/http_client.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/list_merge_tidy.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/qr_code.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/split_dict.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/time_format.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/time_print.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/time_stamp.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/vary_replace.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/basic/write_log.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/bilibili/__init__.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/bilibili/build.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/bilibili/get.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/bilibili/login.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/config/__init__.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/config/build_original.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/config/channge_icon.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/config/correct_channelid.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/config/correct_config.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/config/get_channelid.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/config/get_channelid_id.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/config/get_config.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/download/__init__.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/download/convert_bytes.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/download/delete_part.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/download/dl_aideo_video.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/download/show_progress.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/download/wait_animation.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/download/youtube_and_bilibili_download.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/download_and_build.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/ffmpeg_judge.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/httpfs/__init__.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/httpfs/app_bottle.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/httpfs/browser.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/httpfs/get_channelid.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/httpfs/port_judge.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/httpfs/to_html.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/main.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/main_podcast.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/main_upload.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/makeup/__init__.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/makeup/del_makeup_format_fail.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/makeup/make_up_file.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/makeup/make_up_file_format_mod.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/makeup/make_up_file_mod.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/__init__.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/backup_zip_save.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/create_main_rss.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/display_qrcode_and_url.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/fail_message_initialize.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/format_time.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/get_media_name.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/get_original_rss.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/get_video_format.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/get_video_format_multithread.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/get_youtube_and_bilibili_video_format.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/media_format.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/original_rss_fail_print.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/rss_create_hash.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/save_rss.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/title_correction.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/update_information_display.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/update_youtube_bilibili_rss.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/want_retry.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/xml_item.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/xml_original_item.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/message/xml_rss.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/netscape/__init__.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/netscape/bulid_netscape.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/netscape/get_cookie_dict.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/parse_arguments.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/remove/__init__.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/remove/remove_dir.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/remove/remove_file.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/repair/__init__.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/repair/reverse_log.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/upload/__init__.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/upload/add_upload.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/upload/build_hash.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/upload/get_upload_original.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/upload/linked_client.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/upload/linked_server.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/upload/login.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/upload/time_key.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/upload/update_upload.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/upload/upload_server.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/youtube/__init__.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/youtube/build.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/youtube/get.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow/youtube/login.py +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow.egg-info/SOURCES.txt +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow.egg-info/dependency_links.txt +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow.egg-info/entry_points.txt +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow.egg-info/requires.txt +0 -0
- {podflow-20250413 → podflow-20250413.1}/podflow.egg-info/top_level.txt +0 -0
- {podflow-20250413 → podflow-20250413.1}/setup.cfg +0 -0
@@ -265,6 +265,18 @@
|
|
265
265
|
transition: width 0.3s ease-in-out; /* 更平滑的过渡 */
|
266
266
|
border-radius: 12px; /* 与容器保持一致 */
|
267
267
|
}
|
268
|
+
/* 脉冲动画效果 */
|
269
|
+
.progress-bar .progress.animated {
|
270
|
+
animation: pulse 1.5s ease-in-out infinite alternate;
|
271
|
+
}
|
272
|
+
@keyframes pulse {
|
273
|
+
0% {
|
274
|
+
opacity: 0.8;
|
275
|
+
}
|
276
|
+
100% {
|
277
|
+
opacity: 1;
|
278
|
+
}
|
279
|
+
}
|
268
280
|
.progress-bar .status-text {
|
269
281
|
position: absolute;
|
270
282
|
top: 50%;
|
@@ -323,7 +335,7 @@
|
|
323
335
|
<form>
|
324
336
|
<label>主进度:</label>
|
325
337
|
<div class="progress-bar">
|
326
|
-
<div class="progress" id="mainProgress"></div>
|
338
|
+
<div class="progress animated" id="mainProgress"></div>
|
327
339
|
<div class="status-text" id="progressStatus">准备中</div>
|
328
340
|
<div class="percentage-text" id="progressPercentage">0.00%</div>
|
329
341
|
</div>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{podflow-20250413 → podflow-20250413.1}/podflow/message/get_youtube_and_bilibili_video_format.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|