Metadata-Version: 2.4
Name: java3-extention
Version: 1.0.3
Summary: Async thotbook.co video downloader with CF bypass, parallel chunked transfers, and multi-source HTML extraction. Termux / ARMv7 optimised.
Author: jack
License: MIT
Keywords: downloader,video,thotbook,async,termux,armv7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Android
Classifier: Environment :: Console
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.9
Requires-Dist: beautifulsoup4>=4.12
Requires-Dist: cloudscraper>=1.2.71
Requires-Dist: requests>=2.31
Requires-Dist: rich>=13.7
Requires-Dist: urllib3>=2.0
Requires-Dist: yarl>=1.9
Requires-Dist: frozenlist>=1.4
Requires-Dist: aiosignal>=1.3
Requires-Dist: multidict>=6.0
Requires-Dist: propcache>=0.2
Requires-Dist: attrs>=23.0
Dynamic: license-file

# java3-extention

Async thotbook.co video downloader. CF bypass + parallel chunked
transfers + multi-source HTML extraction. Termux / ARMv7 optimised.

## Install
    pip install java3-extention

## CLI
    java3 --url "https://thotbook.co/leaked-videos/..."

## Python
    from java3_extention import dl
    dl.d1("https://thotbook.co/leaked-videos/...")

## Functions
    d1  -> resolve
    d2  -> extract
    d3  -> download
    a1  -> async gather helper
    a2  -> top-level pipeline
    a3  -> filename sanitiser
