Auto-DLP 2025.6.35__py3-none-any.whl → 2025.6.36__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.
- auto_dlp/redownloading.py +4 -4
- auto_dlp/version.py +1 -1
- {auto_dlp-2025.6.35.dist-info → auto_dlp-2025.6.36.dist-info}/METADATA +1 -1
- {auto_dlp-2025.6.35.dist-info → auto_dlp-2025.6.36.dist-info}/RECORD +7 -7
- {auto_dlp-2025.6.35.dist-info → auto_dlp-2025.6.36.dist-info}/WHEEL +0 -0
- {auto_dlp-2025.6.35.dist-info → auto_dlp-2025.6.36.dist-info}/entry_points.txt +0 -0
- {auto_dlp-2025.6.35.dist-info → auto_dlp-2025.6.36.dist-info}/licenses/LICENSE.txt +0 -0
auto_dlp/redownloading.py
CHANGED
@@ -84,15 +84,15 @@ def _iter_playlists(config, artist=None):
|
|
84
84
|
|
85
85
|
def _get_obj_locations(config, obj_id):
|
86
86
|
obj_re = re.compile(obj_id, flags=re.IGNORECASE)
|
87
|
+
|
88
|
+
for playlist in _iter_playlists(config):
|
89
|
+
if playlist.oid == obj_id or obj_re.fullmatch(playlist.name) is not None:
|
90
|
+
yield playlist
|
87
91
|
|
88
92
|
for song in _iter_songs(config):
|
89
93
|
if song.oid == obj_id or obj_re.fullmatch(song.name) is not None:
|
90
94
|
yield song
|
91
95
|
|
92
|
-
for playlist in _iter_playlists(config):
|
93
|
-
if playlist.oid == obj_id or obj_re.fullmatch(playlist.name) is not None:
|
94
|
-
yield playlist
|
95
|
-
|
96
96
|
|
97
97
|
def redownload(config, obj_id):
|
98
98
|
matches = list(_get_obj_locations(config, obj_id))
|
auto_dlp/version.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
program_version = "2025.6.
|
1
|
+
program_version = "2025.6.36"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: Auto-DLP
|
3
|
-
Version: 2025.6.
|
3
|
+
Version: 2025.6.36
|
4
4
|
Summary: A simple and lightweight system for downloading and managing youtube playlists and songs (based on yt-dlp)
|
5
5
|
Author-email: Vorak <5m9mnf37q@mozmail.com>
|
6
6
|
License-File: LICENSE.txt
|
@@ -18,15 +18,15 @@ auto_dlp/fs_sync.py,sha256=Pab9IbhI-MCL_-v4i3PT6ESRvgSrqo7mpC94je-ONHQ,80
|
|
18
18
|
auto_dlp/metadata.py,sha256=GZ7mjnyET1_YUksN1KGG_NvwPxvQLDAJr6wfRY7zJZQ,2506
|
19
19
|
auto_dlp/name_cleaning.py,sha256=Ryx7FmBHqDIF_XeYqHHTJTaRcozJ0frzpfYbzYkNg9c,1530
|
20
20
|
auto_dlp/playlist_items.py,sha256=13BEryw_n4mo7R_gt9ewWfcGra2397P7cPN6FhFCZVk,1789
|
21
|
-
auto_dlp/redownloading.py,sha256=
|
21
|
+
auto_dlp/redownloading.py,sha256=jY3itiJcy24ceD5FlPeOOjTasD3pAsJLi3GtDeYdLXI,3392
|
22
22
|
auto_dlp/terminal_formatting.py,sha256=bFEOXB0EwfK95L1xrBGwsBmT6fkNXRDGE82JW1GAnhY,77
|
23
23
|
auto_dlp/thumbnails.py,sha256=PEDQgd-kbl9ZSAIUgrW5Oc_-G1-4J4H-Mi4736gt6sI,1467
|
24
24
|
auto_dlp/unavailable_items.py,sha256=7tLKIJ8aa1jqF5JZ_UOlqmTn9ieFFpDK6EbozL6-Qy0,666
|
25
25
|
auto_dlp/utils.py,sha256=Qsfy1pzQMCQwDJuSmE5v71eGhRRt0hSpak_S2AEQRJw,937
|
26
26
|
auto_dlp/variables.py,sha256=m5Ymc17pfjfjQwmQlWJp9Qt-Fi6uN5_hbpWO98oLC-0,18
|
27
|
-
auto_dlp/version.py,sha256=
|
28
|
-
auto_dlp-2025.6.
|
29
|
-
auto_dlp-2025.6.
|
30
|
-
auto_dlp-2025.6.
|
31
|
-
auto_dlp-2025.6.
|
32
|
-
auto_dlp-2025.6.
|
27
|
+
auto_dlp/version.py,sha256=EEYeCFdBoBbxyFUgebipN1KVl5D8k_SxQHXRiZ0M-AU,29
|
28
|
+
auto_dlp-2025.6.36.dist-info/METADATA,sha256=HO4JvN-PFIn3w4bydh3dGXX2DUPGnk1lSe3C1q3ZD5o,5585
|
29
|
+
auto_dlp-2025.6.36.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
30
|
+
auto_dlp-2025.6.36.dist-info/entry_points.txt,sha256=tXzdP_Yx88UaxQj1K3eeMF6LjKDMlN_OOcgq0Io4bUs,58
|
31
|
+
auto_dlp-2025.6.36.dist-info/licenses/LICENSE.txt,sha256=kjGr1EnB89PoRKf-Bzx0I7DB-aNHtQk6kPYAEA--rZk,1069
|
32
|
+
auto_dlp-2025.6.36.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|