Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

neuroid/tvnplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tvnplayer

Tiny helper for playing https://player.pl/ content on Linux.

Usage

Usage: tvnplayer [-o FILE | -p COMMAND] [URL]

  -h --help            Show this help
  -o --output FILE     Write stream to FILE; if - is used as FILE,
                       stream will be written to standard output
  -p --player COMMAND  Pass stream URL to player
  --debug              Show HTTP responses

The default action is to print the stream URL to standard output.

Examples

Resolve video stream URL over a proxy and pass it to mplayer:

HTTP_PROXY=127.0.0.1:8080 tvnplayer -p mplayer \
    https://player.pl/programy-online/kuchenne-rewolucje-odcinki,114/odcinek-14,S17E14,95168

Download video stream to a file:

HTTP_PROXY=127.0.0.1:8080 tvnplayer -o s17e14.mpeg \
    https://player.pl/programy-online/kuchenne-rewolucje-odcinki,114/odcinek-14,S17E14,95168

Installation

pip install git+https://github.com/neuroid/tvnplayer.git

About

Tiny helper for playing https://player.pl/ content on Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages