ytdl-sub 2026.1.27__py3-none-any.whl → 2026.1.27.post1__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.
- ytdl_sub/__init__.py +1 -1
- ytdl_sub/utils/script.py +2 -3
- {ytdl_sub-2026.1.27.dist-info → ytdl_sub-2026.1.27.post1.dist-info}/METADATA +1 -1
- {ytdl_sub-2026.1.27.dist-info → ytdl_sub-2026.1.27.post1.dist-info}/RECORD +8 -8
- {ytdl_sub-2026.1.27.dist-info → ytdl_sub-2026.1.27.post1.dist-info}/WHEEL +0 -0
- {ytdl_sub-2026.1.27.dist-info → ytdl_sub-2026.1.27.post1.dist-info}/entry_points.txt +0 -0
- {ytdl_sub-2026.1.27.dist-info → ytdl_sub-2026.1.27.post1.dist-info}/licenses/LICENSE +0 -0
- {ytdl_sub-2026.1.27.dist-info → ytdl_sub-2026.1.27.post1.dist-info}/top_level.txt +0 -0
ytdl_sub/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__pypi_version__ = "2026.01.27";__local_version__ = "2026.01.27+
|
|
1
|
+
__pypi_version__ = "2026.01.27.post1";__local_version__ = "2026.01.27+d6eda27"
|
ytdl_sub/utils/script.py
CHANGED
|
@@ -87,9 +87,8 @@ class ScriptUtils:
|
|
|
87
87
|
ast = parse(text=value).ast
|
|
88
88
|
if len(ast) == 1:
|
|
89
89
|
return ast[0]
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
)
|
|
90
|
+
|
|
91
|
+
return BuiltInFunction(name="concat", args=ast)
|
|
93
92
|
if isinstance(value, bool):
|
|
94
93
|
return Boolean(value)
|
|
95
94
|
if isinstance(value, int):
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ytdl_sub/__init__.py,sha256=
|
|
1
|
+
ytdl_sub/__init__.py,sha256=ebvRc0usukkW5E6dJtD_XVxJ2ji_AGCQe2mpRtDsimE,79
|
|
2
2
|
ytdl_sub/main.py,sha256=4Rf9wXxSKW7IPnWqG5YtTZ814PjP1n9WtoFDivaainE,1004
|
|
3
3
|
ytdl_sub/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
ytdl_sub/cli/entrypoint.py,sha256=XXjUH4HiOP_BB2ZA_bNcyt5-o6YLAdZmj0EP3xtOtD8,9496
|
|
@@ -138,7 +138,7 @@ ytdl_sub/utils/file_lock.py,sha256=VlDl8QjBEUAHDBHsfp7Q0tR1Me0fFYELqzMtlyZ0MO4,2
|
|
|
138
138
|
ytdl_sub/utils/file_path.py,sha256=7RWc4fGj7HH6srzGJ5ph1l5euJfWpIX-2cyC-03YXEs,2539
|
|
139
139
|
ytdl_sub/utils/logger.py,sha256=g_23ddk1WpQ3-_MOHz-Rlz7xCydK66BbtqkualX1zAQ,8593
|
|
140
140
|
ytdl_sub/utils/retry.py,sha256=eyhtrfmzwph4uGf4Bwk0UThEIGk4cobwLLuWowGHyK4,1313
|
|
141
|
-
ytdl_sub/utils/script.py,sha256=
|
|
141
|
+
ytdl_sub/utils/script.py,sha256=H_TkO2MDv45Wjh0LoLqZcu_EmKDg0gT9-Q_WGQkAsg4,7354
|
|
142
142
|
ytdl_sub/utils/scriptable.py,sha256=mSMLVOnBzTAQLZXyBozx2spLwNi6llaT_c2zdS2l1rk,3365
|
|
143
143
|
ytdl_sub/utils/subtitles.py,sha256=0ICFw7C9H9BIZvsZf0YhD9ygwR68XCdOQWerspR2g3I,85
|
|
144
144
|
ytdl_sub/utils/system.py,sha256=I9dH46ZhRRpaO0pEPfeOKp968Ub3SAdyZASVavRHrvc,58
|
|
@@ -158,9 +158,9 @@ ytdl_sub/validators/string_select_validator.py,sha256=KFXNKWX2J80WGt08m5gVYphPMH
|
|
|
158
158
|
ytdl_sub/validators/validators.py,sha256=JC3-c9fSrozFADUY5jqZEhXpM2q3sfserlooQxT2DK8,9133
|
|
159
159
|
ytdl_sub/ytdl_additions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
160
160
|
ytdl_sub/ytdl_additions/enhanced_download_archive.py,sha256=Lsc0wjHdx9d8dYJCskZYAUGDAQ_QzQ-_xbQlyrBSzfk,24884
|
|
161
|
-
ytdl_sub-2026.1.27.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
162
|
-
ytdl_sub-2026.1.27.dist-info/METADATA,sha256=
|
|
163
|
-
ytdl_sub-2026.1.27.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
164
|
-
ytdl_sub-2026.1.27.dist-info/entry_points.txt,sha256=K3T5235NlAI-WLmHCg5tzLZHqc33OLN5IY5fOGc9t10,48
|
|
165
|
-
ytdl_sub-2026.1.27.dist-info/top_level.txt,sha256=6z-JWazl6jXspC2DNyxOnGnEqYyGzVbgcBDoXfbkUhI,9
|
|
166
|
-
ytdl_sub-2026.1.27.dist-info/RECORD,,
|
|
161
|
+
ytdl_sub-2026.1.27.post1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
162
|
+
ytdl_sub-2026.1.27.post1.dist-info/METADATA,sha256=Js-5QjiqELzd_bcqhdepjnzrAYzfvnzWq4saFp9N78s,51426
|
|
163
|
+
ytdl_sub-2026.1.27.post1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
164
|
+
ytdl_sub-2026.1.27.post1.dist-info/entry_points.txt,sha256=K3T5235NlAI-WLmHCg5tzLZHqc33OLN5IY5fOGc9t10,48
|
|
165
|
+
ytdl_sub-2026.1.27.post1.dist-info/top_level.txt,sha256=6z-JWazl6jXspC2DNyxOnGnEqYyGzVbgcBDoXfbkUhI,9
|
|
166
|
+
ytdl_sub-2026.1.27.post1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|