podflow 20250129__tar.gz → 20250130.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-20250129 → podflow-20250130.1}/PKG-INFO +2 -2
- {podflow-20250129 → podflow-20250130.1}/Podflow/youtube/get.py +1 -1
- {podflow-20250129 → podflow-20250130.1}/README.md +1 -1
- {podflow-20250129 → podflow-20250130.1}/podflow.egg-info/PKG-INFO +2 -2
- {podflow-20250129 → podflow-20250130.1}/setup.py +1 -1
- {podflow-20250129 → podflow-20250130.1}/Podflow/__init__.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/__init__.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/file_save.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/folder_build.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/get_duration.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/get_file_list.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/get_html_dict.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/http_client.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/list_merge_tidy.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/qr_code.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/split_dict.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/time_format.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/time_stamp.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/vary_replace.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/basic/write_log.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/bilibili/__init__.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/bilibili/build.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/bilibili/get.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/bilibili/login.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/config/__init__.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/config/build_original.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/config/channge_icon.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/config/correct_channelid.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/config/correct_config.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/config/get_channelid.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/config/get_channelid_id.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/config/get_config.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/download/__init__.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/download/convert_bytes.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/download/delete_part.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/download/dl_aideo_video.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/download/show_progress.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/download/wait_animation.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/download/youtube_and_bilibili_download.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/ffmpeg_judge.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/httpfs/__init__.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/httpfs/app_bottle.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/httpfs/port_judge.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/main.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/makeup/__init__.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/makeup/del_makeup_yt_format_fail.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/makeup/make_up_file.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/makeup/make_up_file_format_mod.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/makeup/make_up_file_mod.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/__init__.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/backup_zip_save.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/create_main_rss.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/display_qrcode_and_url.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/fail_message_initialize.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/format_time.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/get_original_rss.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/get_video_format.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/get_video_format_multithread.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/get_youtube_and_bilibili_video_format.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/media_format.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/original_rss_fail_print.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/rss_create_hash.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/title_correction.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/update_information_display.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/update_youtube_bilibili_rss.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/want_retry.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/xml_item.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/xml_original_item.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/message/xml_rss.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/netscape/__init__.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/netscape/bulid_netscape.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/netscape/get_cookie_dict.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/parse_arguments.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/remove/__init__.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/remove/remove_dir.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/remove/remove_file.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/youtube/__init__.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/youtube/build.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/Podflow/youtube/login.py +0 -0
- {podflow-20250129 → podflow-20250130.1}/podflow.egg-info/SOURCES.txt +0 -0
- {podflow-20250129 → podflow-20250130.1}/podflow.egg-info/dependency_links.txt +0 -0
- {podflow-20250129 → podflow-20250130.1}/podflow.egg-info/entry_points.txt +0 -0
- {podflow-20250129 → podflow-20250130.1}/podflow.egg-info/requires.txt +0 -0
- {podflow-20250129 → podflow-20250130.1}/podflow.egg-info/top_level.txt +0 -0
- {podflow-20250129 → podflow-20250130.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: podflow
|
3
|
-
Version:
|
3
|
+
Version: 20250130.1
|
4
4
|
Summary: A podcast server that includes YouTube and BiliBili
|
5
5
|
Home-page: https://github.com/gruel-zxz/podflow
|
6
6
|
Author: gruel_zxz
|
@@ -29,7 +29,7 @@ Description: # Podflow
|
|
29
29
|
```
|
30
30
|
|
31
31
|
在iOS上可以使用[Shortcuts](<https://apps.apple.com/us/app/shortcuts/id915249334/>)运行Podflow, 需要用到[a-shell](<https://apps.apple.com/us/app/a-shell/id1473805438/>)
|
32
|
-
和[捷径脚本](<https://www.icloud.com/shortcuts/
|
32
|
+
和[捷径脚本](<https://www.icloud.com/shortcuts/a6d27c888d604cefa1dac1a58ddfb6d3/>)
|
33
33
|
|
34
34
|
### 命令行参数说明
|
35
35
|
|
@@ -75,7 +75,7 @@ def get_youtube_html_playlists(
|
|
75
75
|
|
76
76
|
# 获取播放列表数据
|
77
77
|
yt_initial_data = get_html_dict(
|
78
|
-
f"https://www.youtube.com/watch?v={videoid_start}&list=
|
78
|
+
f"https://www.youtube.com/watch?v={videoid_start}&list=UU{youtube_key[-22:]}",
|
79
79
|
f"{youtube_value} HTML",
|
80
80
|
"ytInitialData",
|
81
81
|
) # 解析 YouTube 播放列表页面,获取数据
|
@@ -21,7 +21,7 @@ pip install Podflow
|
|
21
21
|
```
|
22
22
|
|
23
23
|
在iOS上可以使用[Shortcuts](<https://apps.apple.com/us/app/shortcuts/id915249334/>)运行Podflow, 需要用到[a-shell](<https://apps.apple.com/us/app/a-shell/id1473805438/>)
|
24
|
-
和[捷径脚本](<https://www.icloud.com/shortcuts/
|
24
|
+
和[捷径脚本](<https://www.icloud.com/shortcuts/a6d27c888d604cefa1dac1a58ddfb6d3/>)
|
25
25
|
|
26
26
|
### 命令行参数说明
|
27
27
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: podflow
|
3
|
-
Version:
|
3
|
+
Version: 20250130.1
|
4
4
|
Summary: A podcast server that includes YouTube and BiliBili
|
5
5
|
Home-page: https://github.com/gruel-zxz/podflow
|
6
6
|
Author: gruel_zxz
|
@@ -29,7 +29,7 @@ Description: # Podflow
|
|
29
29
|
```
|
30
30
|
|
31
31
|
在iOS上可以使用[Shortcuts](<https://apps.apple.com/us/app/shortcuts/id915249334/>)运行Podflow, 需要用到[a-shell](<https://apps.apple.com/us/app/a-shell/id1473805438/>)
|
32
|
-
和[捷径脚本](<https://www.icloud.com/shortcuts/
|
32
|
+
和[捷径脚本](<https://www.icloud.com/shortcuts/a6d27c888d604cefa1dac1a58ddfb6d3/>)
|
33
33
|
|
34
34
|
### 命令行参数说明
|
35
35
|
|
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-20250129 → podflow-20250130.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
|