https://github.com/viktor02/wasd2play
📺 Open wasd.tv stream in your favorite player!
https://github.com/viktor02/wasd2play
mpv player python python3 stream streaming vlc wasd wasdtv
Last synced: 9 months ago
JSON representation
📺 Open wasd.tv stream in your favorite player!
- Host: GitHub
- URL: https://github.com/viktor02/wasd2play
- Owner: viktor02
- License: mit
- Created: 2020-08-27T19:34:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T09:00:28.000Z (about 5 years ago)
- Last Synced: 2025-09-07T14:58:02.418Z (9 months ago)
- Topics: mpv, player, python, python3, stream, streaming, vlc, wasd, wasdtv
- Language: Python
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Wasd2Play

Open any stream in your favorite player!
### Install
#### From pip
`pip install wasd2play`
#### Manually
`python setup.py install`
### Requirements
`pip install -r requirements.txt`
### Features
* Open live wasd.tv streams
Ex: `wasd.tv/thedrzj -p vlc`
Desc: Open live stream THEDRZJ in vlc player
* Open archived streams
Ex: `wasd2play wasd.tv/thedrzj --list`
Ex: `wasd2play wasd.tv/thedrzj --select 2`
or just `wasd2play wasd.tv/thedrzj --last`
* Download stream
Ex: `wasd2play thedrzj -d`
Download stream
### Help
```
usage: wasd2play [options] url
Open any stream in your favorite player!
positional arguments:
url stream url
optional arguments:
-h, --help show this help message and exit
-p YOUR_PLAYER, --player YOUR_PLAYER
Point your player
-l, --last Open last stream
-s SELECTED, --select SELECTED
Select stream
-ls [PAGE], --list [PAGE]
Show recent streams page by page
-d, --download Download stream with ffmpeg
Have a good time!
```