Metadata-Version: 2.4
Name: arcstreamsium
Version: 0.1.dev62+g934f57724
Summary: Video Archive Stream Tool
Author-email: sumit@penguindreasm.org
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.13
Requires-Dist: click>=8.1
Requires-Dist: psutil>=6.1.0
Requires-Dist: pyclip>=0.7.0
Requires-Dist: pyside6-addons>=6.9.3; sys_platform == 'win32'
Requires-Dist: pyside6>=6.9.1
Requires-Dist: pywin32>=311; sys_platform == 'win32'
Requires-Dist: pyxdg>=0.27
Requires-Dist: rich>=13.8.1
Requires-Dist: yt-dlp>=2025.8.27
Description-Content-Type: text/markdown

# Arcstreamsium

Arcstreamsium is a tool that monitors your clipboard for URLs from popular videos sites such as Rumble, YouTube and Odysee. It then brings up a dialog for either streaming the video using `mpv` or archiving the video using `yt-dlp`. 

Although it's very early alpha, it does work on Linux, macOS and Windows. Packages are coming soon, but if you want to try it out now, you just need `python` and `uv`.

```commandline
git clone https://gitlab.com/djsumdog/arcstreamsium
cd arcstreamsium
uv sync
uv run python -m arcstreamsium
```