podflow 20250129__py3-none-any.whl → 20250130.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/youtube/get.py +1 -1
- {podflow-20250129.dist-info → podflow-20250130.1.dist-info}/METADATA +2 -2
- {podflow-20250129.dist-info → podflow-20250130.1.dist-info}/RECORD +6 -6
- {podflow-20250129.dist-info → podflow-20250130.1.dist-info}/WHEEL +0 -0
- {podflow-20250129.dist-info → podflow-20250130.1.dist-info}/entry_points.txt +0 -0
- {podflow-20250129.dist-info → podflow-20250130.1.dist-info}/top_level.txt +0 -0
Podflow/youtube/get.py
CHANGED
@@ -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 播放列表页面,获取数据
|
@@ -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
|
@@ -46,7 +46,7 @@ pip install Podflow
|
|
46
46
|
```
|
47
47
|
|
48
48
|
在iOS上可以使用[Shortcuts](<https://apps.apple.com/us/app/shortcuts/id915249334/>)运行Podflow, 需要用到[a-shell](<https://apps.apple.com/us/app/a-shell/id1473805438/>)
|
49
|
-
和[捷径脚本](<https://www.icloud.com/shortcuts/
|
49
|
+
和[捷径脚本](<https://www.icloud.com/shortcuts/a6d27c888d604cefa1dac1a58ddfb6d3/>)
|
50
50
|
|
51
51
|
### 命令行参数说明
|
52
52
|
|
@@ -71,10 +71,10 @@ Podflow/remove/remove_dir.py,sha256=tah3LCD0bCcf5dDg3NrHuseaje3-31C5NLNupMg15TU,
|
|
71
71
|
Podflow/remove/remove_file.py,sha256=R8Gr0d6bIAYKQ7YEfFl5_QJ_CcumTu_8XejP7xuRm2k,981
|
72
72
|
Podflow/youtube/__init__.py,sha256=-bdMyuw-wxoz2miVkp284amS4Qg0k7VN0JPuGF-cXlM,46
|
73
73
|
Podflow/youtube/build.py,sha256=y1R5KI_R8ydYjjxZKvMtNaHUiyMm4iBa-MIEMbA92FY,11210
|
74
|
-
Podflow/youtube/get.py,sha256=
|
74
|
+
Podflow/youtube/get.py,sha256=dFLyiHttygqdJltwC29jD_v8wwoLynE5NUdow_0wERI,16970
|
75
75
|
Podflow/youtube/login.py,sha256=DlS_ZG4g6CKWqS5ojE4UwFJSCSZDsXbeuDVgHtQAa4A,1380
|
76
|
-
podflow-
|
77
|
-
podflow-
|
78
|
-
podflow-
|
79
|
-
podflow-
|
80
|
-
podflow-
|
76
|
+
podflow-20250130.1.dist-info/METADATA,sha256=jqmvTPm5s-w29WnIIVFX3fXnoL67fqnu2_oExCRCXts,13803
|
77
|
+
podflow-20250130.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
78
|
+
podflow-20250130.1.dist-info/entry_points.txt,sha256=44nj8jJB7bo1JLNrKQZmwMGEA1OalrALJ0tF_G0yXLY,131
|
79
|
+
podflow-20250130.1.dist-info/top_level.txt,sha256=KcvRCiz_DRWWc9i-PgpARvFB0J4CKmpZOZgPqOdG-Lk,8
|
80
|
+
podflow-20250130.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|