podflow 20250331.2__py3-none-any.whl → 20250331.3__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.
@@ -41,39 +41,39 @@
41
41
  }
42
42
 
43
43
  .ansi-30m { color: #000000; }
44
- .ansi-31m { color: #ff0000; }
45
- .ansi-32m { color: #00ff00; }
46
- .ansi-33m { color: #ffff00; }
47
- .ansi-34m { color: #0000ff; }
48
- .ansi-35m { color: #ff00ff; }
49
- .ansi-36m { color: #00ffff; }
50
- .ansi-37m { color: #ffffff; }
51
- .ansi-90m { color: #808080; }
52
- .ansi-91m { color: #ff8080; }
53
- .ansi-92m { color: #80ff80; }
54
- .ansi-93m { color: #ffff80; }
55
- .ansi-94m { color: #8080ff; }
56
- .ansi-95m { color: #ff80ff; }
57
- .ansi-96m { color: #80ffff; }
58
- .ansi-97m { color: #ffffff; }.
44
+ .ansi-31m { color: #bb271b; }
45
+ .ansi-32m { color: #61992e; }
46
+ .ansi-33m { color: #bea235; }
47
+ .ansi-34m { color: #4064a0; }
48
+ .ansi-35m { color: #705278; }
49
+ .ansi-36m { color: #449598; }
50
+ .ansi-37m { color: #d4d7d0; }
51
+ .ansi-90m { color: #565752; }
52
+ .ansi-91m { color: #dc3f36; }
53
+ .ansi-92m { color: #53b739; }
54
+ .ansi-93m { color: #f9ea6b; }
55
+ .ansi-94m { color: #7c9ecb; }
56
+ .ansi-95m { color: #de30c5; }
57
+ .ansi-96m { color: #51b2bb; }
58
+ .ansi-97m { color: #eeeeec; }.
59
59
 
60
60
  @media (prefers-color-scheme: dark) {
61
61
  .ansi-30m { color: #ffffff; }
62
- .ansi-31m { color: #ff0000; }
63
- .ansi-32m { color: #00ff00; }
64
- .ansi-33m { color: #ffff00; }
65
- .ansi-34m { color: #0000ff; }
66
- .ansi-35m { color: #ff00ff; }
67
- .ansi-36m { color: #00ffff; }
68
- .ansi-37m { color: #000000; }
69
- .ansi-90m { color: #e0e0e0; }
70
- .ansi-91m { color: #ff8080; }
71
- .ansi-92m { color: #80ff80; }
72
- .ansi-93m { color: #ffff80; }
73
- .ansi-94m { color: #8080ff; }
74
- .ansi-95m { color: #ff80ff; }
75
- .ansi-96m { color: #80ffff; }
76
- .ansi-97m { color: #000000; }
62
+ .ansi-31m { color: #bb271b; }
63
+ .ansi-32m { color: #61992e; }
64
+ .ansi-33m { color: #bea235; }
65
+ .ansi-34m { color: #4064a0; }
66
+ .ansi-35m { color: #705278; }
67
+ .ansi-36m { color: #449598; }
68
+ .ansi-37m { color: #d4d7d0; }
69
+ .ansi-90m { color: #565752; }
70
+ .ansi-91m { color: #dc3f36; }
71
+ .ansi-92m { color: #53b739; }
72
+ .ansi-93m { color: #f9ea6b; }
73
+ .ansi-94m { color: #7c9ecb; }
74
+ .ansi-95m { color: #de30c5; }
75
+ .ansi-96m { color: #51b2bb; }
76
+ .ansi-97m { color: #eeeeec; }
77
77
  }
78
78
 
79
79
  /* 基本样式 */
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: podflow
3
- Version: 20250331.2
3
+ Version: 20250331.3
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
@@ -80,7 +80,7 @@ podflow/remove/remove_dir.py,sha256=xQIhrnqnYjMzXjoSWaTvm7JwPYOFTN1muuTPdaLDXpQ,
80
80
  podflow/remove/remove_file.py,sha256=8wAJQehs-XBqvu0vPlEme2_tt0FZxc5ELwGMxXA_558,982
81
81
  podflow/repair/__init__.py,sha256=Gpc1i6xiSLodKjjmzH66c_Y1z0HQ9E9CS3p95FRnVFM,45
82
82
  podflow/repair/reverse_log.py,sha256=Wc_vAH0WB-z1fNdWx7FYaVH4caRPtot7tDwDwFhmpz4,1106
83
- podflow/templates/index.html,sha256=ujoYTcRcybbJQEVQYOEdYZUxHUdT8bPnKadWXdY8AIQ,14867
83
+ podflow/templates/index.html,sha256=BcZ5KU1ccdCPGapjXPHRyg73g4sQUn3YN8j7u7NBlBo,14867
84
84
  podflow/upload/__init__.py,sha256=AtOSXDrE5EjUe3z-iBd1NTDaH8n_X9qA5WXdBLkONjA,45
85
85
  podflow/upload/add_upload.py,sha256=_2-V0z75Lwu-PUCfMD9HOSxZTB102yZlZW5hSdlHcsc,1432
86
86
  podflow/upload/build_hash.py,sha256=9opa3xLd7nJbGGX5xa3uuKPS6dxlbkAb87ZdEiUxmxI,473
@@ -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=KYl--ya6Z1u0uIcOp9l8i3DIIj9hsYUDH4dtJjI0MLM,1295
98
- podflow-20250331.2.dist-info/METADATA,sha256=QhkIsJCACzqWzqoqvaRHNzdEvbyFu9k-vxXiknDQ8W0,14165
99
- podflow-20250331.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
100
- podflow-20250331.2.dist-info/entry_points.txt,sha256=mn7hD_c_dmpKe3XU0KNekheBvD01LhlJ9htY-Df0j2A,131
101
- podflow-20250331.2.dist-info/top_level.txt,sha256=fUujhhz-RrMI8aGvi-3Ey5y7FQnpOOgoFw9OWM3yLCU,8
102
- podflow-20250331.2.dist-info/RECORD,,
98
+ podflow-20250331.3.dist-info/METADATA,sha256=c18KfApUfgrJbFkelxi2Cz3kDmllPbOVx1bzsgQsTF4,14165
99
+ podflow-20250331.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
100
+ podflow-20250331.3.dist-info/entry_points.txt,sha256=mn7hD_c_dmpKe3XU0KNekheBvD01LhlJ9htY-Df0j2A,131
101
+ podflow-20250331.3.dist-info/top_level.txt,sha256=fUujhhz-RrMI8aGvi-3Ey5y7FQnpOOgoFw9OWM3yLCU,8
102
+ podflow-20250331.3.dist-info/RECORD,,