Auto-DLP 2025.6.33__py3-none-any.whl → 2025.6.35__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
@@ -1,4 +1,5 @@
1
1
  import os
2
+ import shutil
2
3
  import sys
3
4
  from pathlib import Path
4
5
 
@@ -114,5 +115,5 @@ def delete_cached_version(song_id: str):
114
115
  song_file: Path = _try_get_song_file(song_id)
115
116
  if song_file is not None:
116
117
  # path.unlink(missing_ok=True) # Stuff is no longer just deleted
117
- fs.download_cache_trash().touch()
118
- shutil.move(song_file, fs.download_cache_trash / song_file.name)
118
+ fs.touch_folder(fs.download_cache_trash())
119
+ shutil.move(song_file, fs.download_cache_trash() / song_file.name)
auto_dlp/version.py CHANGED
@@ -1 +1 @@
1
- program_version = "2025.6.33"
1
+ program_version = "2025.6.35"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Auto-DLP
3
- Version: 2025.6.33
3
+ Version: 2025.6.35
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=ZWLeF1pz27HV6QR9LKymOkRyFB86U6-VGxXTdkHd9Bk,3595
12
+ auto_dlp/downloader.py,sha256=aPtwSwlBQ_EBK8of2pA_2V1N_Ttv8UprCSJ5FyhjDas,3620
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=P04FRjZvyPLzuyGHWOaE-140S8wkkle8qKeugSSOOJ0,29
28
- auto_dlp-2025.6.33.dist-info/METADATA,sha256=zjITZPKp0AFOvsav8fdCjW0I2i-hCtHA5AMsLvVUaEg,5585
29
- auto_dlp-2025.6.33.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
- auto_dlp-2025.6.33.dist-info/entry_points.txt,sha256=tXzdP_Yx88UaxQj1K3eeMF6LjKDMlN_OOcgq0Io4bUs,58
31
- auto_dlp-2025.6.33.dist-info/licenses/LICENSE.txt,sha256=kjGr1EnB89PoRKf-Bzx0I7DB-aNHtQk6kPYAEA--rZk,1069
32
- auto_dlp-2025.6.33.dist-info/RECORD,,
27
+ auto_dlp/version.py,sha256=RarYM48Q6cAtMpqHgJEr5L0jkfGtZGuCgzEziUE0QWY,29
28
+ auto_dlp-2025.6.35.dist-info/METADATA,sha256=MHsj-jxKU8t6UUPdAvJRyZBiH1aPojVO6DZdcHdYWjM,5585
29
+ auto_dlp-2025.6.35.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
+ auto_dlp-2025.6.35.dist-info/entry_points.txt,sha256=tXzdP_Yx88UaxQj1K3eeMF6LjKDMlN_OOcgq0Io4bUs,58
31
+ auto_dlp-2025.6.35.dist-info/licenses/LICENSE.txt,sha256=kjGr1EnB89PoRKf-Bzx0I7DB-aNHtQk6kPYAEA--rZk,1069
32
+ auto_dlp-2025.6.35.dist-info/RECORD,,