txa-m 2.0.4__py3-none-any.whl → 2.0.5__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: txa-m
3
- Version: 2.0.4
3
+ Version: 2.0.5
4
4
  Summary: A modern, high-speed downloader for MediaFire files and folders
5
5
  Author: TXA
6
6
  Classifier: Programming Language :: Python :: 3
@@ -0,0 +1,8 @@
1
+ txa_mediafire/__init__.py,sha256=vJfxJh8-WpzNM9GvoKORSBDfF1UdJb6sHUmP2KjAQ98,28
2
+ txa_mediafire/cli.py,sha256=SLiASF82FFI47eWVbM1HcLHeRbxjzJYCPX1qIHt2Gfw,29150
3
+ txa_mediafire/translations.json,sha256=rz2ghMGu3Ge40Oz6Kbq01F0NJzzslg_LrmYHU0BixJ0,4514
4
+ txa_m-2.0.5.dist-info/METADATA,sha256=ZBbOnwcGKR98XUr1db1Dxhji-k_XxG39jEbMrk_1ZCw,3741
5
+ txa_m-2.0.5.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
+ txa_m-2.0.5.dist-info/entry_points.txt,sha256=cDQgfUn0g87jECRW-pi0P4nAhZ5iWf7OUrkt3oklnyw,49
7
+ txa_m-2.0.5.dist-info/top_level.txt,sha256=-xUoP0BsB9fBFX_zBvgJ6vjkqMkoFCyG498DgBJCm6M,14
8
+ txa_m-2.0.5.dist-info/RECORD,,
txa_mediafire/cli.py CHANGED
@@ -41,7 +41,7 @@ from rich.theme import Theme
41
41
  from rich import box
42
42
 
43
43
  # --- Configuration ---
44
- APP_VERSION = "2.0.4"
44
+ APP_VERSION = "2.0.5"
45
45
 
46
46
  # Default ignore lists
47
47
  IGNORE_EXTENSIONS = {".pyc", ".pyo", ".pyd", ".DS_Store", "Thumbs.db"}
@@ -260,13 +260,13 @@ def perform_update():
260
260
 
261
261
  # Filter output for cleaner log
262
262
  if "Requirement already satisfied" in line:
263
- # Show as transient status (overwrites previous status)
264
263
  status.update(f"[dim]{line}[/dim]")
264
+ elif "Failed to remove contents" in line or "You can safely remove it manually" in line:
265
+ # Hide harmless Windows folder locking warnings
266
+ continue
265
267
  elif "txa-m" in line.lower() or "successfully" in line.lower():
266
- # Important info: Print strictly
267
268
  console.print(f" [green]>> {line}[/green]")
268
269
  else:
269
- # Other intermediate steps
270
270
  status.update(f"[dim]{line}[/dim]")
271
271
 
272
272
  if process.returncode == 0:
@@ -1,8 +0,0 @@
1
- txa_mediafire/__init__.py,sha256=vJfxJh8-WpzNM9GvoKORSBDfF1UdJb6sHUmP2KjAQ98,28
2
- txa_mediafire/cli.py,sha256=RV79jrCl_oMEKFjoz8IBNmWjNUd5acKmnDYK3EJh9eA,29125
3
- txa_mediafire/translations.json,sha256=rz2ghMGu3Ge40Oz6Kbq01F0NJzzslg_LrmYHU0BixJ0,4514
4
- txa_m-2.0.4.dist-info/METADATA,sha256=4X_TZdAmereiEqx-pqZIul1J9NA6Me5ahGetxoqxJe0,3741
5
- txa_m-2.0.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
6
- txa_m-2.0.4.dist-info/entry_points.txt,sha256=cDQgfUn0g87jECRW-pi0P4nAhZ5iWf7OUrkt3oklnyw,49
7
- txa_m-2.0.4.dist-info/top_level.txt,sha256=-xUoP0BsB9fBFX_zBvgJ6vjkqMkoFCyG498DgBJCm6M,14
8
- txa_m-2.0.4.dist-info/RECORD,,
File without changes