play football match highlights

Introduction

Play football match highlights without ads.

User Guide

Requirements

Optionally this toll uses Chrome browser and the Chrome Extension [Native HLS Playback](https://chromewebstore.google.com/detail/native-hls-playback/emnphkkblegpebimobpbekeedfgemhof?pli=1) for playing the extracted m3u8 play list. If you want to use this feature, please install Chrome browser and its extension [Native HLS Playback](https://chromewebstore.google.com/detail/native-hls-playback/emnphkkblegpebimobpbekeedfgemhof?pli=1) firstly.

How to Install

Stable release

To install play football match highlights, run this command in your terminal:

$ pip install play_football_match_highlights

or

$ poetry self add play_football_match_highlights

This is the preferred method to install play football match highlights, as it will always install the most recent stable release.

From sources

The sources for play football match highlights can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone https://github.com/zhiwei2017/play-football-match-highlights.git

Once you have a copy of the source, you can install it with:

$ pip install .

or

$ poetry install

How to Use

To use play football match highlights in Chrome:

$ play_match_highlights --with-chrome

To use it just for getting the url for the football match highlight, please use:

$ play_match_highlights

Maintainers