Sign inSign up

mrrobotstuff/m3ufilter

By mrrobotstuff

Updated almost 8 years ago

Given a m3u playlist and two regex strings, it makes a nicer, stripped playlist.

Image
2

100K+

mrrobotstuff/m3ufilter repository overview

Include and Exclude must both be populated, both are regex strings

The sample URL to retrieve this config would be myip.com:6967/?TOKEN=mytokenhere

A sample config is:

docker create --name=myapi
-e M3U_URL='http://provider.php?username=user&password=pass&type=m3u_plus&output=ts'
-e MUST_INCLUDE='/HD/'
-e MUST_EXCLUDE='(UK MOVIES|USA MOVIES|SPORTS|NHL|NBA|ASIAN|LATINO)'
-e WEB_TOKEN='mytokenhere'
--restart=always
-p 6967:80
mrrobotstuff/m3ufilter:latest~~~

Tag summary

Content type

Image

Digest

Size

162.1 MB

Last updated

almost 8 years ago

docker pull mrrobotstuff/m3ufilter