Auto-DLP 2025.6.37__py3-none-any.whl → 2025.6.38__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/downloader.py CHANGED
@@ -114,6 +114,6 @@ def get_song_file(song_id, config):
114
114
  def delete_cached_version(artist: str, song_id: str):
115
115
  song_file: Path = _try_get_song_file(song_id)
116
116
  if song_file is not None:
117
- directory = fs.download_cache_trash() / artist
118
- fs.touch_folder(directory)
117
+ folder = fs.download_cache_trash() / artist
118
+ fs.touch_folder(folder)
119
119
  shutil.move(song_file, folder / song_file.name)
auto_dlp/version.py CHANGED
@@ -1 +1 @@
1
- program_version = "2025.6.37"
1
+ program_version = "2025.6.38"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Auto-DLP
3
- Version: 2025.6.37
3
+ Version: 2025.6.38
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
@@ -9,7 +9,7 @@ auto_dlp/channels.py,sha256=wX7SekCbxZqEKUXJJqDjZUmWTmGJyw2rv4XvjaUzdtg,595
9
9
  auto_dlp/codecs.py,sha256=7MY_u_X9IRieBjfbGmJH0As4qUAKd6IbvRiJgunAU4o,99
10
10
  auto_dlp/config_intepreter.py,sha256=yOMYN3LyS5HV4cI9k5vxttBaoYequPC94x3YNUSfmz4,9789
11
11
  auto_dlp/download_manager.py,sha256=sJXfvEgwGeVcKDqeWMcZzqiEOQLmURFE-UiAYY9gplI,2251
12
- auto_dlp/downloader.py,sha256=bnNUUSYYuvyw5QRNjriUrOlpI9EF3EZkLoqxy0YxOl4,3580
12
+ auto_dlp/downloader.py,sha256=IdvbwlSpPmXXF3cFC7VjODSOIoeFM-Dmoi2q-AZlWwM,3574
13
13
  auto_dlp/example_file.py,sha256=Ouk2MNGENR9DUAyz5fsy5pvPDrxK2BVWyut1KM7JGpI,1583
14
14
  auto_dlp/ffmpeg.py,sha256=dj6rEjVuk9QMw_Tg7YS6KGSRq9hTOARXQAHXxltAc0o,1473
15
15
  auto_dlp/file_cleaning.py,sha256=OmQNIC7QSH6gFHnxngZWO_3WUgzivG8OVJMrr3VSieo,1017
@@ -24,9 +24,9 @@ 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=vJN8TOmmi-RbpAc2bJx7mUsDZ_-nMLe18HPOgucbHmE,29
28
- auto_dlp-2025.6.37.dist-info/METADATA,sha256=5_ofHQUOhseUUyJc5MtPKY4SQRUaBBCcz1u_kiUz4Yo,5585
29
- auto_dlp-2025.6.37.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
- auto_dlp-2025.6.37.dist-info/entry_points.txt,sha256=tXzdP_Yx88UaxQj1K3eeMF6LjKDMlN_OOcgq0Io4bUs,58
31
- auto_dlp-2025.6.37.dist-info/licenses/LICENSE.txt,sha256=kjGr1EnB89PoRKf-Bzx0I7DB-aNHtQk6kPYAEA--rZk,1069
32
- auto_dlp-2025.6.37.dist-info/RECORD,,
27
+ auto_dlp/version.py,sha256=11OyTEI3_K1ZBR-cnMfmjLTgwnYfQBIIXUqIoXfDEWc,29
28
+ auto_dlp-2025.6.38.dist-info/METADATA,sha256=AzeeKaNlyq0J3ng5isXoSnP9uK8VYPWxRW5y2SXDcx8,5585
29
+ auto_dlp-2025.6.38.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
+ auto_dlp-2025.6.38.dist-info/entry_points.txt,sha256=tXzdP_Yx88UaxQj1K3eeMF6LjKDMlN_OOcgq0Io4bUs,58
31
+ auto_dlp-2025.6.38.dist-info/licenses/LICENSE.txt,sha256=kjGr1EnB89PoRKf-Bzx0I7DB-aNHtQk6kPYAEA--rZk,1069
32
+ auto_dlp-2025.6.38.dist-info/RECORD,,