Metadata-Version: 2.4
Name: https_player
Version: 1.4.6
Summary: A powerful scratch-built media downloader and clipper simulating Firefox API Engine.
Home-page: https://github.com/RootDeck/https_player
Author: RootDeck(MD.Nirob)
Author-email: rootdeckdev01@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Sound/Audio
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# https_player

A high-performance, enterprise-grade Python library to download, clip, and play media streams from scratch without relying on heavy third-party dependencies like `yt_dlp` or `requests`. Built entirely using Python's native modules, making it ultra-lightweight and perfect for older systems.

---

## 🚀 Key Features

* **Firefox Engine Emulation:** Simulates full Firefox network handshakes, headers, and cookies to bypass script blocks securely.
* **Multi-threaded Speed Booster:** Downloads files using concurrent parallel streams for 4x-5x faster downloads without leaking memory.
* **Resume Capability:** Supports standard HTTP `Range` requests to auto-resume incomplete or interrupted downloads.
* **Native Windows Player:** Built-in background audio/video playback using the Windows Multimedia Core API (MCI) without spawning heavy external windows.
* **Smart Clipper:** Extracts and separates audio streams using pure binary stream parsing (64KB safe buffering).

---

## 📦 Installation

Install the package directly from PyPI:

pip install https_player

