DDownloader 0.2.6__tar.gz → 0.2.7__tar.gz

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.
Files changed (20) hide show
  1. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader/main.py +1 -1
  2. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader/modules/banners.py +1 -1
  3. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader.egg-info/PKG-INFO +1 -1
  4. {ddownloader-0.2.6 → ddownloader-0.2.7}/PKG-INFO +1 -1
  5. {ddownloader-0.2.6 → ddownloader-0.2.7}/pyproject.toml +1 -1
  6. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader/__init__.py +0 -0
  7. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader/modules/__init__.py +0 -0
  8. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader/modules/args_parser.py +0 -0
  9. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader/modules/dash_downloader.py +0 -0
  10. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader/modules/helper.py +0 -0
  11. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader/modules/hls_downloader.py +0 -0
  12. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader/modules/streamlink.py +0 -0
  13. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader.egg-info/SOURCES.txt +0 -0
  14. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader.egg-info/dependency_links.txt +0 -0
  15. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader.egg-info/entry_points.txt +0 -0
  16. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader.egg-info/requires.txt +0 -0
  17. {ddownloader-0.2.6 → ddownloader-0.2.7}/DDownloader.egg-info/top_level.txt +0 -0
  18. {ddownloader-0.2.6 → ddownloader-0.2.7}/LICENSE +0 -0
  19. {ddownloader-0.2.6 → ddownloader-0.2.7}/README.md +0 -0
  20. {ddownloader-0.2.6 → ddownloader-0.2.7}/setup.cfg +0 -0
@@ -47,7 +47,7 @@ def main():
47
47
 
48
48
  logger.info(f"Downloading binaries... Please wait!\n")
49
49
  bin_dir = Path(__file__).resolve().parent / "bin"
50
- download_binaries(bin_dir)
50
+ download_binaries(bin_dir, platform_name)
51
51
 
52
52
  time.sleep(1)
53
53
  logger.info(f"{Fore.GREEN}Downloading completed! Bye!{Fore.RESET}")
@@ -19,7 +19,7 @@ def banners():
19
19
  stdout.write(""+Fore.YELLOW +"╔════════════════════════════════════════════════════════════════════════════╝\n")
20
20
  stdout.write(""+Fore.YELLOW +"║ \x1b[38;2;255;20;147m• "+Fore.GREEN+"GITHUB "+Fore.RED+" |"+Fore.LIGHTWHITE_EX+" GITHUB.COM/THATNOTEASY "+Fore.YELLOW+"║\n")
21
21
  stdout.write(""+Fore.YELLOW +"╚════════════════════════════════════════════════════════════════════════════╝\n")
22
- print(f"{Fore.YELLOW}[DDownloader] - {Fore.GREEN}Download DASH or HLS streams with decryption keys. - {Fore.RED}[V0.2.6] \n{Fore.RESET}")
22
+ print(f"{Fore.YELLOW}[DDownloader] - {Fore.GREEN}Download DASH or HLS streams with decryption keys. - {Fore.RED}[V0.2.7] \n{Fore.RESET}")
23
23
 
24
24
  def clear_and_print():
25
25
  time.sleep(1)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: DDownloader
3
- Version: 0.2.6
3
+ Version: 0.2.7
4
4
  Summary: A downloader for DRM-protected content.
5
5
  Author-email: ThatNotEasy <apidotmy@proton.me>
6
6
  License: MIT License
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: DDownloader
3
- Version: 0.2.6
3
+ Version: 0.2.7
4
4
  Summary: A downloader for DRM-protected content.
5
5
  Author-email: ThatNotEasy <apidotmy@proton.me>
6
6
  License: MIT License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "DDownloader"
7
- version = "0.2.6"
7
+ version = "0.2.7"
8
8
  description = "A downloader for DRM-protected content."
9
9
  readme = { file = "README.md", content-type = "text/markdown" }
10
10
  authors = [
File without changes
File without changes
File without changes