Skip to content

ajavierfc/mitele

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

Discontinued as moved to https://github.com/ajavierfc/plugin.video.simpleaddon/tree/master/lib

This script is coded to play live broadcast content from mitele.es

Require requests

Usage

Choose channel and play (check the player path in the source)

python get.py

Get channel stream link (must be used within the script session, see example below)

python get.py <telecinco|cuatro|boing|divinity|fdf|energy|bemad|futbol-mitele>

Player

Default player command is mpv, under windows you may want to use vlc, so set the player command as "C:\\Program Files\\VideoLAN\\VLC\\vlc.exe"

Examples

Linux: mpv `python get.py boing`

Windows (Powershell): & 'C:\Program Files\VideoLAN\VLC\vlc.exe' (python get.py boing)

Notes

  • telecinco and cuatro may not work as they need authentication
  • outside from spain probably wont work as is, due to geo-lock

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages