podflow 20250323__py3-none-any.whl → 20250323.2__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/httpfs/browser.py +1 -1
- Podflow/httpfs/html.py +1 -1
- {podflow-20250323.dist-info → podflow-20250323.2.dist-info}/METADATA +2 -1
- {podflow-20250323.dist-info → podflow-20250323.2.dist-info}/RECORD +7 -7
- {podflow-20250323.dist-info → podflow-20250323.2.dist-info}/WHEEL +0 -0
- {podflow-20250323.dist-info → podflow-20250323.2.dist-info}/entry_points.txt +0 -0
- {podflow-20250323.dist-info → podflow-20250323.2.dist-info}/top_level.txt +0 -0
Podflow/httpfs/browser.py
CHANGED
Podflow/httpfs/html.py
CHANGED
@@ -86,7 +86,7 @@ html_index = '''<!DOCTYPE html>
|
|
86
86
|
<div class="button-container">
|
87
87
|
<button type="button" onclick="pasteFromClipboard()">📋 粘贴</button>
|
88
88
|
<button type="submit">✅ 提交</button>
|
89
|
-
|
89
|
+
<button type="button" onclick="copyText()">📄 拷贝</button>
|
90
90
|
<button type="button" onclick="clearInput()">🗑️ 清空</button>
|
91
91
|
</div>
|
92
92
|
<p class="hint">📌 如果粘贴按钮无效,请长按输入框手动粘贴。</p>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: podflow
|
3
|
-
Version: 20250323
|
3
|
+
Version: 20250323.2
|
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
|
@@ -55,6 +55,7 @@ pip install Podflow
|
|
55
55
|
| `-d` | `--delay` | `int` | 1500 | 延迟(单位: 秒) |
|
56
56
|
| `-c` | `--config` | `string` | "config.json" | 配置文件的路径 |
|
57
57
|
| `--shortcuts` | | `string` | [] | 仅适用于捷径APP |
|
58
|
+
| `--index` | | `boolean` | 无 | 仅适用于捷径APP |
|
58
59
|
| `--httpfs` | | `boolean` | 无 | 仅启用服务器功能, 不更新频道 |
|
59
60
|
| `--upload` | | `boolean` | 无 | 仅上传服务器功能, 仅用于局域网备份(适用iOS) |
|
60
61
|
|
@@ -41,9 +41,9 @@ Podflow/download/wait_animation.py,sha256=E2V3cm-10e5Iif40oU722OfzDe7YiLMbDqsjZ6
|
|
41
41
|
Podflow/download/youtube_and_bilibili_download.py,sha256=0uuEO2ybyLlg9uOButjqFvmIkCfq6xiQ7QLV2_u4c_M,1294
|
42
42
|
Podflow/httpfs/__init__.py,sha256=agnAtd2Xe0qfOrElKgoBattAVqUBdj79wU2e2UOpcJM,45
|
43
43
|
Podflow/httpfs/app_bottle.py,sha256=CkpjSSpsw1l_TYG9tutVnD57VhxFq0KSlb0sHlNa2Kk,16188
|
44
|
-
Podflow/httpfs/browser.py,sha256=
|
44
|
+
Podflow/httpfs/browser.py,sha256=Omr8CHa6BB_pcMEfXeXEtWBgex_8KZ6mUUnDs0yMv6A,197
|
45
45
|
Podflow/httpfs/get_channelid.py,sha256=870GOQWw4YsWi0zbpF4L6uGpHpk4Tp3DvlXGk3uV-pE,2296
|
46
|
-
Podflow/httpfs/html.py,sha256=
|
46
|
+
Podflow/httpfs/html.py,sha256=2Jri7_jDlPVaBcuNfHPvQ9sgzMuiB0-WEQPLZT0Nu2o,4897
|
47
47
|
Podflow/httpfs/port_judge.py,sha256=RrBTxD6lXHbkfiDMu69-EUv0kbflfu1HpPfpB5Wz3MU,764
|
48
48
|
Podflow/makeup/__init__.py,sha256=HaBchKbUjRqqXSGCkMfEqLOyx3tlqB2htXvTDs59owI,45
|
49
49
|
Podflow/makeup/del_makeup_format_fail.py,sha256=rUSJD5lXMBM5pCde1amrtF6s93MMHp66-NHCXZy56AI,642
|
@@ -93,8 +93,8 @@ Podflow/youtube/__init__.py,sha256=-bdMyuw-wxoz2miVkp284amS4Qg0k7VN0JPuGF-cXlM,4
|
|
93
93
|
Podflow/youtube/build.py,sha256=o6gld4qMph7UKq9pdO2E4dmtOA8brCK4sa_-vKEtYMM,12006
|
94
94
|
Podflow/youtube/get.py,sha256=dFLyiHttygqdJltwC29jD_v8wwoLynE5NUdow_0wERI,16970
|
95
95
|
Podflow/youtube/login.py,sha256=DlS_ZG4g6CKWqS5ojE4UwFJSCSZDsXbeuDVgHtQAa4A,1380
|
96
|
-
podflow-20250323.dist-info/METADATA,sha256=
|
97
|
-
podflow-20250323.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
98
|
-
podflow-20250323.dist-info/entry_points.txt,sha256=44nj8jJB7bo1JLNrKQZmwMGEA1OalrALJ0tF_G0yXLY,131
|
99
|
-
podflow-20250323.dist-info/top_level.txt,sha256=KcvRCiz_DRWWc9i-PgpARvFB0J4CKmpZOZgPqOdG-Lk,8
|
100
|
-
podflow-20250323.dist-info/RECORD,,
|
96
|
+
podflow-20250323.2.dist-info/METADATA,sha256=2Uy7EmRqHBLzf1dxvxZQt4t2sx7RPdaw76wawoHTNQA,14165
|
97
|
+
podflow-20250323.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
98
|
+
podflow-20250323.2.dist-info/entry_points.txt,sha256=44nj8jJB7bo1JLNrKQZmwMGEA1OalrALJ0tF_G0yXLY,131
|
99
|
+
podflow-20250323.2.dist-info/top_level.txt,sha256=KcvRCiz_DRWWc9i-PgpARvFB0J4CKmpZOZgPqOdG-Lk,8
|
100
|
+
podflow-20250323.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|