mclenburg / plutoTV-tvheadend

Perl-Script to generate m3u and xmltv-epg from PlutoTV-API
GNU General Public License v3.0
31 stars 8 forks source link

Install in alpine #2

Closed Chris230291 closed 4 years ago

Chris230291 commented 4 years ago

Can you help me install in alpine please?

root@Server:/plutotv# yes | cpan install DateTime DateTime::Format::Strptime JSON JSON:Parse HTTP::Request URI::Escape LWP::UserAgent UUID::Tiny
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/config/.cpan/Metadata'
  Database was generated on Sat, 13 Jun 2020 15:55:53 GMT
CPAN: Module::CoreList loaded ok (v5.20200314)
DateTime is up to date (1.52).
DateTime::Format::Strptime is up to date (1.77).
JSON is up to date (4.02).
Running install for module 'JSON::Parse'
CPAN: Digest::SHA loaded ok (v6.02)
CPAN: Compress::Zlib loaded ok (v2.093)
Checksum for /config/.cpan/sources/authors/id/B/BK/BKB/JSON-Parse-0.56.tar.gz ok
'YAML' not installed, will not store persistent state
CPAN: CPAN::Meta::Requirements loaded ok (v2.140)
CPAN: Parse::CPAN::Meta loaded ok (v2.150010)
CPAN: CPAN::Meta loaded ok (v2.150010)
Configuring B/BK/BKB/JSON-Parse-0.56.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for JSON::Parse
Writing MYMETA.yml and MYMETA.json
  BKB/JSON-Parse-0.56.tar.gz
  /usr/bin/perl Makefile.PL -- OK
Running make for B/BK/BKB/JSON-Parse-0.56.tar.gz
cp lib/JSON/Tokenize.pm blib/lib/JSON/Tokenize.pm
cp lib/JSON/Parse.pod blib/lib/JSON/Parse.pod
cp lib/JSON/Parse.pm blib/lib/JSON/Parse.pm
cp lib/JSON/Tokenize.pod blib/lib/JSON/Tokenize.pod
Running Mkbootstrap for Parse ()
chmod 644 "Parse.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parse.bs blib/arch/auto/JSON/Parse/Parse.bs 644
"/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/config/.cpan/build/JSON-Parse-0.56-7/typemap'  Json3.xs > Json3.xsc
mv Json3.xsc Json3.c
cc -c   -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fomit-frame-pointer -DVERSION=\"0.56\" -DXS_VERSION=\"0.56\" -fPIC "-I/usr/lib/perl5/core_perl/CORE"   Json3.c
/bin/sh: cc: not found
make: *** [Makefile:351: Json3.o] Error 127
  BKB/JSON-Parse-0.56.tar.gz
  make -- NOT OK
HTTP::Request is up to date (6.24).
URI::Escape is up to date (3.31).
LWP::UserAgent is up to date (6.45).
UUID::Tiny is up to date (1.04).
root@Server:/plutotv# cd /plutotv && perl plutotv-generate.pl --createm3u
Can't locate JSON/Parse.pm in @INC (you may need to install the JSON::Parse module) (@INC contains: /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at plutotv-generate.pl line 9.
BEGIN failed--compilation aborted at plutotv-generate.pl line 9.
mclenburg commented 4 years ago

Sorry, I‘m a real noob on docker and Alpine. Your log seems, there‘s no compiler for C. Tried ’apk add build-base’?

Chris230291 commented 4 years ago

Ah OK. After installing I get new error

root@Server:/# cpan install DateTime DateTime::Format::Strptime JSON JSON:Parse HTTP::Request URI::Escape LWP::UserAgent UUID::Tiny
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/config/.cpan/Metadata'
  Database was generated on Sat, 13 Jun 2020 15:55:53 GMT
CPAN: Module::CoreList loaded ok (v5.20200314)
DateTime is up to date (1.52).
DateTime::Format::Strptime is up to date (1.77).
JSON is up to date (4.02).
Running install for module 'JSON::Parse'
CPAN: Digest::SHA loaded ok (v6.02)
CPAN: Compress::Zlib loaded ok (v2.093)
Checksum for /config/.cpan/sources/authors/id/B/BK/BKB/JSON-Parse-0.56.tar.gz ok
'YAML' not installed, will not store persistent state
CPAN: CPAN::Meta::Requirements loaded ok (v2.140)
CPAN: Parse::CPAN::Meta loaded ok (v2.150010)
CPAN: CPAN::Meta loaded ok (v2.150010)
Configuring B/BK/BKB/JSON-Parse-0.56.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for JSON::Parse
Writing MYMETA.yml and MYMETA.json
  BKB/JSON-Parse-0.56.tar.gz
  /usr/bin/perl Makefile.PL -- OK
Running make for B/BK/BKB/JSON-Parse-0.56.tar.gz
cp lib/JSON/Parse.pod blib/lib/JSON/Parse.pod
cp lib/JSON/Parse.pm blib/lib/JSON/Parse.pm
cp lib/JSON/Tokenize.pm blib/lib/JSON/Tokenize.pm
cp lib/JSON/Tokenize.pod blib/lib/JSON/Tokenize.pod
Running Mkbootstrap for Parse ()
chmod 644 "Parse.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parse.bs blib/arch/auto/JSON/Parse/Parse.bs 644
"/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp"  -typemap '/usr/share/perl5/core_perl/ExtUtils/typemap' -typemap '/config/.cpan/build/JSON-Parse-0.56-12/typemap'  Json3.xs > Json3.xsc
mv Json3.xsc Json3.c
cc -c   -D_REENTRANT -D_GNU_SOURCE -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fomit-frame-pointer -DVERSION=\"0.56\" -DXS_VERSION=\"0.56\" -fPIC "-I/usr/lib/perl5/core_perl/CORE"   Json3.c
Json3.xs:1:10: fatal error: EXTERN.h: No such file or directory
    1 | #include "EXTERN.h"
      |          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:351: Json3.o] Error 1
  BKB/JSON-Parse-0.56.tar.gz
  make -- NOT OK
HTTP::Request is up to date (6.24).
URI::Escape is up to date (3.31).
LWP::UserAgent is up to date (6.45).
UUID::Tiny is up to date (1.04).
Chris230291 commented 4 years ago

Fixed it. Needed perl-dev too.

How do you get the m3u readable by TVH? I always get...

2020-06-13 20:51:06.582 iptv: unknown playlist format for network 'PlutoTV'

mclenburg commented 4 years ago

Choose ‘Automatic Network‘ and set URL to m3u as ‘file:///plutotv.m3u

Chris230291 commented 4 years ago

Yes I understand how to add it but TVH says the format is bad This is the command I run...

root@Server:/# cd /plutotv && perl plutotv-generate.pl --createm3u
From 2020-06-13T20:14:29Z To 2020-06-23T20:14:29Z
Ready

In TVH IPTV auto network... URL=file:///plutotv/plutotv.m3u

mclenburg commented 4 years ago

Can u post ur m3u here? Try 'perl plutotv-generate.pl —createm3u —usebash', pls.

Chris230291 commented 4 years ago

perl plutotv-generate.pl --createm3u

#EXTM3U
#EXTINF:-1 tvg-chno="566" tvg-id="Pluto%20TV%20Explore" tvg-name="Pluto TV Explore" tvg-logo="http://images.pluto.tv/channels/5ad8d0cbfd87eb3a2717afc4/logo.png" group-title="PlutoTV",Pluto TV Explore
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d0cbfd87eb3a2717afc4/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="564" tvg-id="Voyager%20Documentaries" tvg-name="Voyager Documentaries" tvg-logo="http://images.pluto.tv/channels/5ad8d1e9e738977e2c310925/logo.png" group-title="PlutoTV",Voyager Documentaries
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d1e9e738977e2c310925/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="50" tvg-id="Pluto%20TV%20Movies" tvg-name="Pluto TV Movies" tvg-logo="http://images.pluto.tv/channels/5ad8d3a31b95267e225e4e09/logo.png" group-title="PlutoTV",Pluto TV Movies
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d3a31b95267e225e4e09/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="910" tvg-id="MST3K" tvg-name="MST3K" tvg-logo="http://images.pluto.tv/channels/5ad8d44cfd87eb3a2717afc5/logo.png" group-title="PlutoTV",MST3K
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d44cfd87eb3a2717afc5/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="908" tvg-id="RiffTrax" tvg-name="RiffTrax" tvg-logo="http://images.pluto.tv/channels/5ad8d4e7e738977e2c310937/logo.png" group-title="PlutoTV",RiffTrax
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d4e7e738977e2c310937/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="1017" tvg-id="Pluto%20TV%20Kids" tvg-name="Pluto TV Kids" tvg-logo="http://images.pluto.tv/channels/5ad8d54be738977e2c310940/logo.png" group-title="PlutoTV",Pluto TV Kids
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d54be738977e2c310940/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="610" tvg-id="Pluto%20TV%20Fight" tvg-name="Pluto TV Fight" tvg-logo="http://images.pluto.tv/channels/5ad8d659fd87eb3a2717afc9/logo.png" group-title="PlutoTV",Pluto TV Fight
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d659fd87eb3a2717afc9/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="601" tvg-id="Glory%20Kickboxing" tvg-name="Glory Kickboxing" tvg-logo="http://images.pluto.tv/channels/5ad8d6f5e738977e2c310949/logo.png" group-title="PlutoTV",Glory Kickboxing
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d6f5e738977e2c310949/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="600" tvg-id="World%20Poker%20Tour" tvg-name="World Poker Tour" tvg-logo="http://images.pluto.tv/channels/5ad8d796e738977e2c31094a/logo.png" group-title="PlutoTV",World Poker Tour
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d796e738977e2c31094a/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="920" tvg-id="The%20Pet%20Collective" tvg-name="The Pet Collective" tvg-logo="http://images.pluto.tv/channels/5ad8d819e738977e2c31096a/logo.png" group-title="PlutoTV",The Pet Collective
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d819e738977e2c31096a/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="915" tvg-id="FailArmy" tvg-name="FailArmy" tvg-logo="http://images.pluto.tv/channels/5ad8d883e738977e2c31096b/logo.png" group-title="PlutoTV",FailArmy
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d883e738977e2c31096b/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="805" tvg-id="MinecrafTV" tvg-name="MinecrafTV" tvg-logo="http://images.pluto.tv/channels/5ad8d907e738977e2c31099a/logo.png" group-title="PlutoTV",MinecrafTV
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d907e738977e2c31099a/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="800" tvg-id="IGN" tvg-name="IGN" tvg-logo="http://images.pluto.tv/channels/5ad8d982e738977e2c3109a6/logo.png" group-title="PlutoTV",IGN
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d982e738977e2c3109a6/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="2015" tvg-id="My5%20Crime%2B" tvg-name="My5 Crime+" tvg-logo="http://images.pluto.tv/channels/5ad8d9f6e738977e2c3109db/logo.png" group-title="PlutoTV",My5 Crime+
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad8d9f6e738977e2c3109db/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="200" tvg-id="Unsolved%20Mysteries" tvg-name="Unsolved Mysteries" tvg-logo="http://images.pluto.tv/channels/5bd05b4694d45d266bc951f2/logo.png" group-title="PlutoTV",Unsolved Mysteries
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bd05b4694d45d266bc951f2/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="304" tvg-id="Pluto%20TV%20Reality" tvg-name="Pluto TV Reality" tvg-logo="http://images.pluto.tv/channels/5bd8186d53ed2c6334ea0855/logo.png" group-title="PlutoTV",Pluto TV Reality
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bd8186d53ed2c6334ea0855/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="602" tvg-id="Strongman" tvg-name="Strongman" tvg-logo="http://images.pluto.tv/channels/5bd81b1053ed2c6334ea0856/logo.png" group-title="PlutoTV",Strongman
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bd81b1053ed2c6334ea0856/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="608" tvg-id="Action%20Sports" tvg-name="Action Sports" tvg-logo="http://images.pluto.tv/channels/5bd8322e59ee03633e74984a/logo.png" group-title="PlutoTV",Action Sports
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bd8322e59ee03633e74984a/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="307" tvg-id="Fear%20Factor" tvg-name="Fear Factor" tvg-logo="http://images.pluto.tv/channels/5c362ded581a86051df509b4/logo.png" group-title="PlutoTV",Fear Factor
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c362ded581a86051df509b4/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="302" tvg-id="Ice%20Pilots" tvg-name="Ice Pilots" tvg-logo="http://images.pluto.tv/channels/5c3639dd01112605397333a2/logo.png" group-title="PlutoTV",Ice Pilots
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c3639dd01112605397333a2/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="1015" tvg-id="Yu-Gi-Oh%21%205D%27s" tvg-name="Yu-Gi-Oh! 5D's" tvg-logo="http://images.pluto.tv/channels/5c363ac9e41be30cb6054c7c/logo.png" group-title="PlutoTV",Yu-Gi-Oh! 5D's
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c363ac9e41be30cb6054c7c/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="900" tvg-id="Pluto%20TV%20Comedy" tvg-name="Pluto TV Comedy" tvg-logo="http://images.pluto.tv/channels/5c363c2411c5ca053f198f97/logo.png" group-title="PlutoTV",Pluto TV Comedy
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c363c2411c5ca053f198f97/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="58" tvg-id="The%20Asylum%20Channel" tvg-name="The Asylum Channel" tvg-logo="http://images.pluto.tv/channels/5c45f0427b2c0c065e91aab5/logo.png" group-title="PlutoTV",The Asylum Channel
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c45f0427b2c0c065e91aab5/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="214" tvg-id="Ghost%20Dimension" tvg-name="Ghost Dimension" tvg-logo="http://images.pluto.tv/channels/5c45f5a9d40d58066869fa60/logo.png" group-title="PlutoTV",Ghost Dimension
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c45f5a9d40d58066869fa60/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="61" tvg-id="Pluto%20TV%20Indies" tvg-name="Pluto TV Indies" tvg-logo="http://images.pluto.tv/channels/5c542e03044f5604b11cf808/logo.png" group-title="PlutoTV",Pluto TV Indies
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c542e03044f5604b11cf808/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="1000" tvg-id="Pluto%20TV%20Retro%20Toons" tvg-name="Pluto TV Retro Toons" tvg-logo="http://images.pluto.tv/channels/5c5c2b9d8002db3c3e0b1c6d/logo.png" group-title="PlutoTV",Pluto TV Retro Toons
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c2b9d8002db3c3e0b1c6d/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="515" tvg-id="Pluto%20TV%20Health" tvg-name="Pluto TV Health" tvg-logo="http://images.pluto.tv/channels/5c5c2d7ae59bf23c192c411c/logo.png" group-title="PlutoTV",Pluto TV Health
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c2d7ae59bf23c192c411c/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="1016" tvg-id="Pluto%20TV%20Kids%20Learn" tvg-name="Pluto TV Kids Learn" tvg-logo="http://images.pluto.tv/channels/5c5c2e228002db3c3e0b1c6f/logo.png" group-title="PlutoTV",Pluto TV Kids Learn
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c2e228002db3c3e0b1c6f/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="502" tvg-id="Homes%20Under%20Hammer" tvg-name="Homes Under Hammer" tvg-logo="http://images.pluto.tv/channels/5c5c2e9d8002db3c3e0b1c72/logo.png" group-title="PlutoTV",Homes Under Hammer
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c2e9d8002db3c3e0b1c72/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="51" tvg-id="Pluto%20TV%20Retro%20Movies" tvg-name="Pluto TV Retro Movies" tvg-logo="http://images.pluto.tv/channels/5c5c31f2f21b553c1f673fb0/logo.png" group-title="PlutoTV",Pluto TV Retro Movies
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c31f2f21b553c1f673fb0/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="505" tvg-id="Gusto%20TV" tvg-name="Gusto TV" tvg-logo="http://images.pluto.tv/channels/5c5c47f3662f6b3c476fc03e/logo.png" group-title="PlutoTV",Gusto TV
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c47f3662f6b3c476fc03e/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="405" tvg-id="Hunter" tvg-name="Hunter" tvg-logo="http://images.pluto.tv/channels/5c99f5810c95814ff92512f9/logo.png" group-title="PlutoTV",Hunter
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c99f5810c95814ff92512f9/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="504" tvg-id="Worst%20Cooks%20in%20America" tvg-name="Worst Cooks in America" tvg-logo="http://images.pluto.tv/channels/5ca1ddd108ee5378be82db3a/logo.png" group-title="PlutoTV",Worst Cooks in America
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca1ddd108ee5378be82db3a/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="578" tvg-id="Fifth%20Gear" tvg-name="Fifth Gear" tvg-logo="http://images.pluto.tv/channels/5ca1de9208ee5378be82db3b/logo.png" group-title="PlutoTV",Fifth Gear
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca1de9208ee5378be82db3b/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="208" tvg-id="FBI%20Files" tvg-name="FBI Files" tvg-logo="http://images.pluto.tv/channels/5cb6f6f9a461406ffe4022cf/logo.png" group-title="PlutoTV",FBI Files
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb6f6f9a461406ffe4022cf/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="999" tvg-id="Pluto%20TV%20Movies%20TV%2B%28UK%29" tvg-name="Pluto TV Movies TV+(UK)" tvg-logo="http://images.pluto.tv/channels/5d0a1cf57746b25fb55fdd0e/logo.png" group-title="PlutoTV",Pluto TV Movies TV+(UK)
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d0a1cf57746b25fb55fdd0e/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="606" tvg-id="Pluto%20TV%20Surf" tvg-name="Pluto TV Surf" tvg-logo="http://images.pluto.tv/channels/5d134942252d35decbc3ed7f/logo.png" group-title="PlutoTV",Pluto TV Surf
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d134942252d35decbc3ed7f/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="903" tvg-id="Pluto%20TV%20Classic%20TV" tvg-name="Pluto TV Classic TV" tvg-logo="http://images.pluto.tv/channels/5d134a74ca91eedee1630faa/logo.png" group-title="PlutoTV",Pluto TV Classic TV
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d134a74ca91eedee1630faa/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="905" tvg-id="Pluto%20TV%20Stand%20Up" tvg-name="Pluto TV Stand Up" tvg-logo="http://images.pluto.tv/channels/5d135e29a52c94dfe543c5d3/logo.png" group-title="PlutoTV",Pluto TV Stand Up
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d135e29a52c94dfe543c5d3/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="470" tvg-id="My5%20Crime" tvg-name="My5 Crime" tvg-logo="http://images.pluto.tv/channels/5d2c571faeb3e2738ae27933/logo.png" group-title="PlutoTV",My5 Crime
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d2c571faeb3e2738ae27933/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="480" tvg-id="My5%20GP%27s" tvg-name="My5 GP's" tvg-logo="http://images.pluto.tv/channels/5d2c57ee4f9ddf73da8a0ba5/logo.png" group-title="PlutoTV",My5 GP's
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d2c57ee4f9ddf73da8a0ba5/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="520" tvg-id="Pluto%20TV%20Weddings" tvg-name="Pluto TV Weddings" tvg-logo="http://images.pluto.tv/channels/5d49455dfd09fd7d4c0daf26/logo.png" group-title="PlutoTV",Pluto TV Weddings
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d49455dfd09fd7d4c0daf26/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="202" tvg-id="Pluto%20TV%20Conspiracy" tvg-name="Pluto TV Conspiracy" tvg-logo="http://images.pluto.tv/channels/5d4ae94ef1a1bbb350ca41bb/logo.png" group-title="PlutoTV",Pluto TV Conspiracy
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4ae94ef1a1bbb350ca41bb/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="420" tvg-id="21%20Jump%20Street" tvg-name="21 Jump Street" tvg-logo="http://images.pluto.tv/channels/5d4af00df345adb154b7a1f4/logo.png" group-title="PlutoTV",21 Jump Street
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4af00df345adb154b7a1f4/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="555" tvg-id="Pluto%20TV%20History" tvg-name="Pluto TV History" tvg-logo="http://images.pluto.tv/channels/5d4af1803e7983b391d73b13/logo.png" group-title="PlutoTV",Pluto TV History
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4af1803e7983b391d73b13/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="568" tvg-id="Pluto%20TV%20Biography" tvg-name="Pluto TV Biography" tvg-logo="http://images.pluto.tv/channels/5d4af2a24f1c5ab2d298776b/logo.png" group-title="PlutoTV",Pluto TV Biography
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4af2a24f1c5ab2d298776b/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="216" tvg-id="Pluto%20TV%20Paranormal" tvg-name="Pluto TV Paranormal" tvg-logo="http://images.pluto.tv/channels/5d4af2ffa9506ab29cf38c38/logo.png" group-title="PlutoTV",Pluto TV Paranormal
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4af2ffa9506ab29cf38c38/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="604" tvg-id="Pluto%20TV%20Fishing" tvg-name="Pluto TV Fishing" tvg-logo="http://images.pluto.tv/channels/5d4af39510fd17b31a528eda/logo.png" group-title="PlutoTV",Pluto TV Fishing
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4af39510fd17b31a528eda/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="59" tvg-id="Pluto%20TV%20Westerns" tvg-name="Pluto TV Westerns" tvg-logo="http://images.pluto.tv/channels/5d4bdb635ce813b38639e6a3/logo.png" group-title="PlutoTV",Pluto TV Westerns
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4bdb635ce813b38639e6a3/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="320" tvg-id="Awesomeness%20TV" tvg-name="Awesomeness TV" tvg-logo="http://images.pluto.tv/channels/5d7656a8d0438aceb41cfdef/logo.png" group-title="PlutoTV",Awesomeness TV
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7656a8d0438aceb41cfdef/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="1010" tvg-id="Inspector%20Gadget" tvg-name="Inspector Gadget" tvg-logo="http://images.pluto.tv/channels/5d765786aad587cf4d0e2bf6/logo.png" group-title="PlutoTV",Inspector Gadget
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d765786aad587cf4d0e2bf6/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="425" tvg-id="Degrassi%20Next%20Gen" tvg-name="Degrassi Next Gen" tvg-logo="http://images.pluto.tv/channels/5d765984438d93d01eaf107f/logo.png" group-title="PlutoTV",Degrassi Next Gen
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d765984438d93d01eaf107f/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="204" tvg-id="Pluto%20TV%20Crime" tvg-name="Pluto TV Crime" tvg-logo="http://images.pluto.tv/channels/5d767790d0438aceb41d03ae/logo.png" group-title="PlutoTV",Pluto TV Crime
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767790d0438aceb41d03ae/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="57" tvg-id="Pluto%20TV%20Romance" tvg-name="Pluto TV Romance" tvg-logo="http://images.pluto.tv/channels/5d7677c0edace7cff8180b16/logo.png" group-title="PlutoTV",Pluto TV Romance
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7677c0edace7cff8180b16/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="607" tvg-id="Pluto%20TV%20Sports" tvg-name="Pluto TV Sports" tvg-logo="http://images.pluto.tv/channels/5d7677fa2ec536ce1d587eeb/logo.png" group-title="PlutoTV",Pluto TV Sports
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7677fa2ec536ce1d587eeb/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="572" tvg-id="Pluto%20TV%20Inside" tvg-name="Pluto TV Inside" tvg-logo="http://images.pluto.tv/channels/5d767857f65029ce2385b217/logo.png" group-title="PlutoTV",Pluto TV Inside
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767857f65029ce2385b217/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="921" tvg-id="Pluto%20TV%20Dogs" tvg-name="Pluto TV Dogs" tvg-logo="http://images.pluto.tv/channels/5d8dc0740e843c7812dcb8db/logo.png" group-title="PlutoTV",Pluto TV Dogs
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8dc0740e843c7812dcb8db/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="562" tvg-id="Pluto%20TV%20Science" tvg-name="Pluto TV Science" tvg-logo="http://images.pluto.tv/channels/5d9492c77ea6f99188738ff1/logo.png" group-title="PlutoTV",Pluto TV Science
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d9492c77ea6f99188738ff1/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="1011" tvg-id="Sabrina%20Teenage%20Witch" tvg-name="Sabrina Teenage Witch" tvg-logo="http://images.pluto.tv/channels/5d94a5451754e6a4298d1059/logo.png" group-title="PlutoTV",Sabrina Teenage Witch
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d94a5451754e6a4298d1059/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="56" tvg-id="Pluto%20TV%20Documentaries" tvg-name="Pluto TV Documentaries" tvg-logo="http://images.pluto.tv/channels/5db04252241007000975faac/logo.png" group-title="PlutoTV",Pluto TV Documentaries
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db04252241007000975faac/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="922" tvg-id="Pluto%20TV%20Cats%2024%2F7" tvg-name="Pluto TV Cats 24/7" tvg-logo="http://images.pluto.tv/channels/5db044d7846b170009215ef0/logo.png" group-title="PlutoTV",Pluto TV Cats 24/7
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db044d7846b170009215ef0/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="516" tvg-id="Pluto%20TV%20Home" tvg-name="Pluto TV Home" tvg-logo="http://images.pluto.tv/channels/5db04c9eedc89300090d2884/logo.png" group-title="PlutoTV",Pluto TV Home
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db04c9eedc89300090d2884/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="560" tvg-id="Pluto%20TV%20Nature" tvg-name="Pluto TV Nature" tvg-logo="http://images.pluto.tv/channels/5db050444f3c52000984c72a/logo.png" group-title="PlutoTV",Pluto TV Nature
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db050444f3c52000984c72a/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="576" tvg-id="Pluto%20TV%20Motor" tvg-name="Pluto TV Motor" tvg-logo="http://images.pluto.tv/channels/5db0510962948d000961d3c6/logo.png" group-title="PlutoTV",Pluto TV Motor
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0510962948d000961d3c6/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="901" tvg-id="Beverly%20Hillbillies" tvg-name="Beverly Hillbillies" tvg-logo="http://images.pluto.tv/channels/5db81695a95186000941ee8b/logo.png" group-title="PlutoTV",Beverly Hillbillies
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db81695a95186000941ee8b/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="1012" tvg-id="Mario%20vs.%20Sonic" tvg-name="Mario vs. Sonic" tvg-logo="http://images.pluto.tv/channels/5dbc264e0451770009ed742f/logo.png" group-title="PlutoTV",Mario vs. Sonic
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbc264e0451770009ed742f/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="503" tvg-id="Pluto%20TV%20Cookalong" tvg-name="Pluto TV Cookalong" tvg-logo="http://images.pluto.tv/channels/5dbc297672961b0009f12e5b/logo.png" group-title="PlutoTV",Pluto TV Cookalong
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbc297672961b0009f12e5b/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="557" tvg-id="Pluto%20TV%20Space" tvg-name="Pluto TV Space" tvg-logo="http://images.pluto.tv/channels/5dbc2f98777f2e0009934ae7/logo.png" group-title="PlutoTV",Pluto TV Space
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbc2f98777f2e0009934ae7/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="570" tvg-id="Pluto%20TV%20The%20Grapevine" tvg-name="Pluto TV The Grapevine" tvg-logo="http://images.pluto.tv/channels/5dbc371c61a18a0009806fcc/logo.png" group-title="PlutoTV",Pluto TV The Grapevine
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbc371c61a18a0009806fcc/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="55" tvg-id="Pluto%20TV%20Action" tvg-name="Pluto TV Action" tvg-logo="http://images.pluto.tv/channels/5dbfeb961b411c00090b52b3/logo.png" group-title="PlutoTV",Pluto TV Action
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbfeb961b411c00090b52b3/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="53" tvg-id="Pluto%20TV%20Thrillers" tvg-name="Pluto TV Thrillers" tvg-logo="http://images.pluto.tv/channels/5dbfedccc563080009b60f4a/logo.png" group-title="PlutoTV",Pluto TV Thrillers
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbfedccc563080009b60f4a/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="52" tvg-id="Pluto%20TV%20Sci-Fi" tvg-name="Pluto TV Sci-Fi" tvg-logo="http://images.pluto.tv/channels/5dc02a44a9518600094273ac/logo.png" group-title="PlutoTV",Pluto TV Sci-Fi
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc02a44a9518600094273ac/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="574" tvg-id="Get.factual" tvg-name="Get.factual" tvg-logo="http://images.pluto.tv/channels/5dc2a69bc928a600093a7976/logo.png" group-title="PlutoTV",Get.factual
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc2a69bc928a600093a7976/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="807" tvg-id="Unbeaten%20Esports" tvg-name="Unbeaten Esports" tvg-logo="http://images.pluto.tv/channels/5dc2aa729c91420009db4840/logo.png" group-title="PlutoTV",Unbeaten Esports
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc2aa729c91420009db4840/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="20" tvg-id="Nosey" tvg-name="Nosey" tvg-logo="http://images.pluto.tv/channels/5dc2ba1a9c91420009db4858/logo.png" group-title="PlutoTV",Nosey
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc2ba1a9c91420009db4858/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="34" tvg-id="Pluto%20TV%20Sherlock" tvg-name="Pluto TV Sherlock" tvg-logo="http://images.pluto.tv/channels/5dc2c00abfed110009d97243/logo.png" group-title="PlutoTV",Pluto TV Sherlock
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc2c00abfed110009d97243/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="558" tvg-id="Pluto%20TV%20Travel" tvg-name="Pluto TV Travel" tvg-logo="http://images.pluto.tv/channels/5dc2c444bac1f70009ca756e/logo.png" group-title="PlutoTV",Pluto TV Travel
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc2c444bac1f70009ca756e/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="1006" tvg-id="Pluto%20TV%20Family" tvg-name="Pluto TV Family" tvg-logo="http://images.pluto.tv/channels/5dc3fc6b9133f500099c7d98/logo.png" group-title="PlutoTV",Pluto TV Family
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc3fc6b9133f500099c7d98/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="550" tvg-id="Pluto%20TV%20Animals" tvg-name="Pluto TV Animals" tvg-logo="http://images.pluto.tv/channels/5ddf8ea0d000120009bcad83/logo.png" group-title="PlutoTV",Pluto TV Animals
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf8ea0d000120009bcad83/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="475" tvg-id="My5%20Documentaries" tvg-name="My5 Documentaries" tvg-logo="http://images.pluto.tv/channels/5ddf901280e3550009139c86/logo.png" group-title="PlutoTV",My5 Documentaries
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf901280e3550009139c86/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="400" tvg-id="Pluto%20TV%20Drama" tvg-name="Pluto TV Drama" tvg-logo="http://images.pluto.tv/channels/5ddf91149880d60009d35d27/logo.png" group-title="PlutoTV",Pluto TV Drama
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf91149880d60009d35d27/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="415" tvg-id="Pluto%20TV%20Retro%20Drama" tvg-name="Pluto TV Retro Drama" tvg-logo="http://images.pluto.tv/channels/5ddf91f19c2c3300098ce961/logo.png" group-title="PlutoTV",Pluto TV Retro Drama
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf91f19c2c3300098ce961/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="500" tvg-id="Pluto%20TV%20Food" tvg-name="Pluto TV Food" tvg-logo="http://images.pluto.tv/channels/5ddf930548ff9b00090d5686/logo.png" group-title="PlutoTV",Pluto TV Food
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf930548ff9b00090d5686/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="315" tvg-id="Made%20In%20Britain" tvg-name="Made In Britain" tvg-logo="http://images.pluto.tv/channels/5e14486590ba3e0009d912ff/logo.png" group-title="PlutoTV",Made In Britain
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e14486590ba3e0009d912ff/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="519" tvg-id="Wedding%20SOS" tvg-name="Wedding SOS" tvg-logo="http://images.pluto.tv/channels/5e174c744f4ca800093d7ad7/logo.png" group-title="PlutoTV",Wedding SOS
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e174c744f4ca800093d7ad7/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="60" tvg-id="Pluto%20TV%20World" tvg-name="Pluto TV World" tvg-logo="http://images.pluto.tv/channels/5e1c5d29a3a4140009df929e/logo.png" group-title="PlutoTV",Pluto TV World
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1c5d29a3a4140009df929e/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="410" tvg-id="Pluto%20TV%20Britpocalypse" tvg-name="Pluto TV Britpocalypse" tvg-logo="http://images.pluto.tv/channels/5e1edac394e0e80009b2416a/logo.png" group-title="PlutoTV",Pluto TV Britpocalypse
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1edac394e0e80009b2416a/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="206" tvg-id="The%20New%20Detectives" tvg-name="The New Detectives" tvg-logo="http://images.pluto.tv/channels/5e393d5c696b3b0009775c8b/logo.png" group-title="PlutoTV",The New Detectives
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e393d5c696b3b0009775c8b/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="300" tvg-id="Auction%20Kings" tvg-name="Auction Kings" tvg-logo="http://images.pluto.tv/channels/5e4bba36e4644300098cd0bb/logo.png" group-title="PlutoTV",Auction Kings
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e4bba36e4644300098cd0bb/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="308" tvg-id="Pluto%20TV%20HER" tvg-name="Pluto TV HER" tvg-logo="http://images.pluto.tv/channels/5e4bf0db50560a000948ce52/logo.png" group-title="PlutoTV",Pluto TV HER
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e4bf0db50560a000948ce52/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="501" tvg-id="Hell%27s%20Kitchen" tvg-name="Hell's Kitchen" tvg-logo="http://images.pluto.tv/channels/5e6f38792075160007d85823/logo.png" group-title="PlutoTV",Hell's Kitchen
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e6f38792075160007d85823/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="580" tvg-id="Slow%20TV" tvg-name="Slow TV" tvg-logo="http://images.pluto.tv/channels/5e735c6834d7d10007059790/logo.png" group-title="PlutoTV",Slow TV
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e735c6834d7d10007059790/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="210" tvg-id="Police%20Women" tvg-name="Police Women" tvg-logo="http://images.pluto.tv/channels/5e79c2f280389000077242a8/logo.png" group-title="PlutoTV",Police Women
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e79c2f280389000077242a8/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="32" tvg-id="Andromeda" tvg-name="Andromeda" tvg-logo="http://images.pluto.tv/channels/5e8db96bccae160007c71eec/logo.png" group-title="PlutoTV",Andromeda
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8db96bccae160007c71eec/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="33" tvg-id="Mutant%20X" tvg-name="Mutant X" tvg-logo="http://images.pluto.tv/channels/5e8dc008d4422e00072d2405/logo.png" group-title="PlutoTV",Mutant X
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8dc008d4422e00072d2405/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="31" tvg-id="Secret%20Dealers" tvg-name="Secret Dealers" tvg-logo="http://images.pluto.tv/channels/5e8dc0af6784d10007d8ad42/logo.png" group-title="PlutoTV",Secret Dealers
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e8dc0af6784d10007d8ad42/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="201" tvg-id="Sensing%20Murder" tvg-name="Sensing Murder" tvg-logo="http://images.pluto.tv/channels/5e9ed47c26ebb000074af566/logo.png" group-title="PlutoTV",Sensing Murder
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e9ed47c26ebb000074af566/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="303" tvg-id="Beauty%20and%20the%20Geek" tvg-name="Beauty and the Geek" tvg-logo="http://images.pluto.tv/channels/5ea18c138c32460007cc6b46/logo.png" group-title="PlutoTV",Beauty and the Geek
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea18c138c32460007cc6b46/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="30" tvg-id="Crime%20Investigation" tvg-name="Crime Investigation" tvg-logo="http://images.pluto.tv/channels/5ea18cd42ee5410007e349dc/logo.png" group-title="PlutoTV",Crime Investigation
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea18cd42ee5410007e349dc/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="430" tvg-id="McLeod%27s%20Daughters" tvg-name="McLeod's Daughters" tvg-logo="http://images.pluto.tv/channels/5ea18e5df6dd1d0007cf7bad/logo.png" group-title="PlutoTV",McLeod's Daughters
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea18e5df6dd1d0007cf7bad/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="301" tvg-id="The%20Simple%20Life" tvg-name="The Simple Life" tvg-logo="http://images.pluto.tv/channels/5ea18f35ae8f730007465915/logo.png" group-title="PlutoTV",The Simple Life
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea18f35ae8f730007465915/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="305" tvg-id="Wipeout" tvg-name="Wipeout" tvg-logo="http://images.pluto.tv/channels/5ea190ae85a26900075a80e9/logo.png" group-title="PlutoTV",Wipeout
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea190ae85a26900075a80e9/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="1009" tvg-id="Pluto%20TV%20Kids%20Animation" tvg-name="Pluto TV Kids Animation" tvg-logo="http://images.pluto.tv/channels/5eb958a7a2809f0007bbb46b/logo.png" group-title="PlutoTV",Pluto TV Kids Animation
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5eb958a7a2809f0007bbb46b/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=
#EXTINF:-1 tvg-chno="916" tvg-id="People%20are%20Awesome" tvg-name="People are Awesome" tvg-logo="http://images.pluto.tv/channels/5eb95d63b270fc0007c465e6/logo.png" group-title="PlutoTV",People are Awesome
http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5eb95d63b270fc0007c465e6/master.m3u8?advertisingId=&appName=&appVersion=unknown&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=unknown&deviceLat=52.6152&deviceLon=-1.6655&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&marketingRegion=GB&sid={uuid}&userId=

perl plutotv-generate.pl --createm3u --usebash

#EXTM3U
#EXTINF:-1 tvg-chno="566" tvg-id="Pluto%20TV%20Explore" tvg-name="Pluto TV Explore" tvg-logo="http://images.pluto.tv/channels/5ad8d0cbfd87eb3a2717afc4/logo.png" group-title="PlutoTV",Pluto TV Explore
#EXTINF:-1 tvg-chno="564" tvg-id="Voyager%20Documentaries" tvg-name="Voyager Documentaries" tvg-logo="http://images.pluto.tv/channels/5ad8d1e9e738977e2c310925/logo.png" group-title="PlutoTV",Voyager Documentaries
#EXTINF:-1 tvg-chno="50" tvg-id="Pluto%20TV%20Movies" tvg-name="Pluto TV Movies" tvg-logo="http://images.pluto.tv/channels/5ad8d3a31b95267e225e4e09/logo.png" group-title="PlutoTV",Pluto TV Movies
#EXTINF:-1 tvg-chno="910" tvg-id="MST3K" tvg-name="MST3K" tvg-logo="http://images.pluto.tv/channels/5ad8d44cfd87eb3a2717afc5/logo.png" group-title="PlutoTV",MST3K
#EXTINF:-1 tvg-chno="908" tvg-id="RiffTrax" tvg-name="RiffTrax" tvg-logo="http://images.pluto.tv/channels/5ad8d4e7e738977e2c310937/logo.png" group-title="PlutoTV",RiffTrax
#EXTINF:-1 tvg-chno="1017" tvg-id="Pluto%20TV%20Kids" tvg-name="Pluto TV Kids" tvg-logo="http://images.pluto.tv/channels/5ad8d54be738977e2c310940/logo.png" group-title="PlutoTV",Pluto TV Kids
#EXTINF:-1 tvg-chno="610" tvg-id="Pluto%20TV%20Fight" tvg-name="Pluto TV Fight" tvg-logo="http://images.pluto.tv/channels/5ad8d659fd87eb3a2717afc9/logo.png" group-title="PlutoTV",Pluto TV Fight
#EXTINF:-1 tvg-chno="601" tvg-id="Glory%20Kickboxing" tvg-name="Glory Kickboxing" tvg-logo="http://images.pluto.tv/channels/5ad8d6f5e738977e2c310949/logo.png" group-title="PlutoTV",Glory Kickboxing
#EXTINF:-1 tvg-chno="600" tvg-id="World%20Poker%20Tour" tvg-name="World Poker Tour" tvg-logo="http://images.pluto.tv/channels/5ad8d796e738977e2c31094a/logo.png" group-title="PlutoTV",World Poker Tour
#EXTINF:-1 tvg-chno="920" tvg-id="The%20Pet%20Collective" tvg-name="The Pet Collective" tvg-logo="http://images.pluto.tv/channels/5ad8d819e738977e2c31096a/logo.png" group-title="PlutoTV",The Pet Collective
#EXTINF:-1 tvg-chno="915" tvg-id="FailArmy" tvg-name="FailArmy" tvg-logo="http://images.pluto.tv/channels/5ad8d883e738977e2c31096b/logo.png" group-title="PlutoTV",FailArmy
#EXTINF:-1 tvg-chno="805" tvg-id="MinecrafTV" tvg-name="MinecrafTV" tvg-logo="http://images.pluto.tv/channels/5ad8d907e738977e2c31099a/logo.png" group-title="PlutoTV",MinecrafTV
#EXTINF:-1 tvg-chno="800" tvg-id="IGN" tvg-name="IGN" tvg-logo="http://images.pluto.tv/channels/5ad8d982e738977e2c3109a6/logo.png" group-title="PlutoTV",IGN
#EXTINF:-1 tvg-chno="2015" tvg-id="My5%20Crime%2B" tvg-name="My5 Crime+" tvg-logo="http://images.pluto.tv/channels/5ad8d9f6e738977e2c3109db/logo.png" group-title="PlutoTV",My5 Crime+
#EXTINF:-1 tvg-chno="200" tvg-id="Unsolved%20Mysteries" tvg-name="Unsolved Mysteries" tvg-logo="http://images.pluto.tv/channels/5bd05b4694d45d266bc951f2/logo.png" group-title="PlutoTV",Unsolved Mysteries
#EXTINF:-1 tvg-chno="304" tvg-id="Pluto%20TV%20Reality" tvg-name="Pluto TV Reality" tvg-logo="http://images.pluto.tv/channels/5bd8186d53ed2c6334ea0855/logo.png" group-title="PlutoTV",Pluto TV Reality
#EXTINF:-1 tvg-chno="602" tvg-id="Strongman" tvg-name="Strongman" tvg-logo="http://images.pluto.tv/channels/5bd81b1053ed2c6334ea0856/logo.png" group-title="PlutoTV",Strongman
#EXTINF:-1 tvg-chno="608" tvg-id="Action%20Sports" tvg-name="Action Sports" tvg-logo="http://images.pluto.tv/channels/5bd8322e59ee03633e74984a/logo.png" group-title="PlutoTV",Action Sports
#EXTINF:-1 tvg-chno="307" tvg-id="Fear%20Factor" tvg-name="Fear Factor" tvg-logo="http://images.pluto.tv/channels/5c362ded581a86051df509b4/logo.png" group-title="PlutoTV",Fear Factor
#EXTINF:-1 tvg-chno="302" tvg-id="Ice%20Pilots" tvg-name="Ice Pilots" tvg-logo="http://images.pluto.tv/channels/5c3639dd01112605397333a2/logo.png" group-title="PlutoTV",Ice Pilots
#EXTINF:-1 tvg-chno="1015" tvg-id="Yu-Gi-Oh%21%205D%27s" tvg-name="Yu-Gi-Oh! 5D's" tvg-logo="http://images.pluto.tv/channels/5c363ac9e41be30cb6054c7c/logo.png" group-title="PlutoTV",Yu-Gi-Oh! 5D's
#EXTINF:-1 tvg-chno="900" tvg-id="Pluto%20TV%20Comedy" tvg-name="Pluto TV Comedy" tvg-logo="http://images.pluto.tv/channels/5c363c2411c5ca053f198f97/logo.png" group-title="PlutoTV",Pluto TV Comedy
#EXTINF:-1 tvg-chno="58" tvg-id="The%20Asylum%20Channel" tvg-name="The Asylum Channel" tvg-logo="http://images.pluto.tv/channels/5c45f0427b2c0c065e91aab5/logo.png" group-title="PlutoTV",The Asylum Channel
#EXTINF:-1 tvg-chno="214" tvg-id="Ghost%20Dimension" tvg-name="Ghost Dimension" tvg-logo="http://images.pluto.tv/channels/5c45f5a9d40d58066869fa60/logo.png" group-title="PlutoTV",Ghost Dimension
#EXTINF:-1 tvg-chno="61" tvg-id="Pluto%20TV%20Indies" tvg-name="Pluto TV Indies" tvg-logo="http://images.pluto.tv/channels/5c542e03044f5604b11cf808/logo.png" group-title="PlutoTV",Pluto TV Indies
#EXTINF:-1 tvg-chno="1000" tvg-id="Pluto%20TV%20Retro%20Toons" tvg-name="Pluto TV Retro Toons" tvg-logo="http://images.pluto.tv/channels/5c5c2b9d8002db3c3e0b1c6d/logo.png" group-title="PlutoTV",Pluto TV Retro Toons
#EXTINF:-1 tvg-chno="515" tvg-id="Pluto%20TV%20Health" tvg-name="Pluto TV Health" tvg-logo="http://images.pluto.tv/channels/5c5c2d7ae59bf23c192c411c/logo.png" group-title="PlutoTV",Pluto TV Health
#EXTINF:-1 tvg-chno="1016" tvg-id="Pluto%20TV%20Kids%20Learn" tvg-name="Pluto TV Kids Learn" tvg-logo="http://images.pluto.tv/channels/5c5c2e228002db3c3e0b1c6f/logo.png" group-title="PlutoTV",Pluto TV Kids Learn
#EXTINF:-1 tvg-chno="502" tvg-id="Homes%20Under%20Hammer" tvg-name="Homes Under Hammer" tvg-logo="http://images.pluto.tv/channels/5c5c2e9d8002db3c3e0b1c72/logo.png" group-title="PlutoTV",Homes Under Hammer
#EXTINF:-1 tvg-chno="51" tvg-id="Pluto%20TV%20Retro%20Movies" tvg-name="Pluto TV Retro Movies" tvg-logo="http://images.pluto.tv/channels/5c5c31f2f21b553c1f673fb0/logo.png" group-title="PlutoTV",Pluto TV Retro Movies
#EXTINF:-1 tvg-chno="505" tvg-id="Gusto%20TV" tvg-name="Gusto TV" tvg-logo="http://images.pluto.tv/channels/5c5c47f3662f6b3c476fc03e/logo.png" group-title="PlutoTV",Gusto TV
#EXTINF:-1 tvg-chno="405" tvg-id="Hunter" tvg-name="Hunter" tvg-logo="http://images.pluto.tv/channels/5c99f5810c95814ff92512f9/logo.png" group-title="PlutoTV",Hunter
#EXTINF:-1 tvg-chno="504" tvg-id="Worst%20Cooks%20in%20America" tvg-name="Worst Cooks in America" tvg-logo="http://images.pluto.tv/channels/5ca1ddd108ee5378be82db3a/logo.png" group-title="PlutoTV",Worst Cooks in America
#EXTINF:-1 tvg-chno="578" tvg-id="Fifth%20Gear" tvg-name="Fifth Gear" tvg-logo="http://images.pluto.tv/channels/5ca1de9208ee5378be82db3b/logo.png" group-title="PlutoTV",Fifth Gear
#EXTINF:-1 tvg-chno="208" tvg-id="FBI%20Files" tvg-name="FBI Files" tvg-logo="http://images.pluto.tv/channels/5cb6f6f9a461406ffe4022cf/logo.png" group-title="PlutoTV",FBI Files
#EXTINF:-1 tvg-chno="999" tvg-id="Pluto%20TV%20Movies%20TV%2B%28UK%29" tvg-name="Pluto TV Movies TV+(UK)" tvg-logo="http://images.pluto.tv/channels/5d0a1cf57746b25fb55fdd0e/logo.png" group-title="PlutoTV",Pluto TV Movies TV+(UK)
#EXTINF:-1 tvg-chno="606" tvg-id="Pluto%20TV%20Surf" tvg-name="Pluto TV Surf" tvg-logo="http://images.pluto.tv/channels/5d134942252d35decbc3ed7f/logo.png" group-title="PlutoTV",Pluto TV Surf
#EXTINF:-1 tvg-chno="903" tvg-id="Pluto%20TV%20Classic%20TV" tvg-name="Pluto TV Classic TV" tvg-logo="http://images.pluto.tv/channels/5d134a74ca91eedee1630faa/logo.png" group-title="PlutoTV",Pluto TV Classic TV
#EXTINF:-1 tvg-chno="905" tvg-id="Pluto%20TV%20Stand%20Up" tvg-name="Pluto TV Stand Up" tvg-logo="http://images.pluto.tv/channels/5d135e29a52c94dfe543c5d3/logo.png" group-title="PlutoTV",Pluto TV Stand Up
#EXTINF:-1 tvg-chno="470" tvg-id="My5%20Crime" tvg-name="My5 Crime" tvg-logo="http://images.pluto.tv/channels/5d2c571faeb3e2738ae27933/logo.png" group-title="PlutoTV",My5 Crime
#EXTINF:-1 tvg-chno="480" tvg-id="My5%20GP%27s" tvg-name="My5 GP's" tvg-logo="http://images.pluto.tv/channels/5d2c57ee4f9ddf73da8a0ba5/logo.png" group-title="PlutoTV",My5 GP's
#EXTINF:-1 tvg-chno="520" tvg-id="Pluto%20TV%20Weddings" tvg-name="Pluto TV Weddings" tvg-logo="http://images.pluto.tv/channels/5d49455dfd09fd7d4c0daf26/logo.png" group-title="PlutoTV",Pluto TV Weddings
#EXTINF:-1 tvg-chno="202" tvg-id="Pluto%20TV%20Conspiracy" tvg-name="Pluto TV Conspiracy" tvg-logo="http://images.pluto.tv/channels/5d4ae94ef1a1bbb350ca41bb/logo.png" group-title="PlutoTV",Pluto TV Conspiracy
#EXTINF:-1 tvg-chno="420" tvg-id="21%20Jump%20Street" tvg-name="21 Jump Street" tvg-logo="http://images.pluto.tv/channels/5d4af00df345adb154b7a1f4/logo.png" group-title="PlutoTV",21 Jump Street
#EXTINF:-1 tvg-chno="555" tvg-id="Pluto%20TV%20History" tvg-name="Pluto TV History" tvg-logo="http://images.pluto.tv/channels/5d4af1803e7983b391d73b13/logo.png" group-title="PlutoTV",Pluto TV History
#EXTINF:-1 tvg-chno="568" tvg-id="Pluto%20TV%20Biography" tvg-name="Pluto TV Biography" tvg-logo="http://images.pluto.tv/channels/5d4af2a24f1c5ab2d298776b/logo.png" group-title="PlutoTV",Pluto TV Biography
#EXTINF:-1 tvg-chno="216" tvg-id="Pluto%20TV%20Paranormal" tvg-name="Pluto TV Paranormal" tvg-logo="http://images.pluto.tv/channels/5d4af2ffa9506ab29cf38c38/logo.png" group-title="PlutoTV",Pluto TV Paranormal
#EXTINF:-1 tvg-chno="604" tvg-id="Pluto%20TV%20Fishing" tvg-name="Pluto TV Fishing" tvg-logo="http://images.pluto.tv/channels/5d4af39510fd17b31a528eda/logo.png" group-title="PlutoTV",Pluto TV Fishing
#EXTINF:-1 tvg-chno="59" tvg-id="Pluto%20TV%20Westerns" tvg-name="Pluto TV Westerns" tvg-logo="http://images.pluto.tv/channels/5d4bdb635ce813b38639e6a3/logo.png" group-title="PlutoTV",Pluto TV Westerns
#EXTINF:-1 tvg-chno="320" tvg-id="Awesomeness%20TV" tvg-name="Awesomeness TV" tvg-logo="http://images.pluto.tv/channels/5d7656a8d0438aceb41cfdef/logo.png" group-title="PlutoTV",Awesomeness TV
#EXTINF:-1 tvg-chno="1010" tvg-id="Inspector%20Gadget" tvg-name="Inspector Gadget" tvg-logo="http://images.pluto.tv/channels/5d765786aad587cf4d0e2bf6/logo.png" group-title="PlutoTV",Inspector Gadget
#EXTINF:-1 tvg-chno="425" tvg-id="Degrassi%20Next%20Gen" tvg-name="Degrassi Next Gen" tvg-logo="http://images.pluto.tv/channels/5d765984438d93d01eaf107f/logo.png" group-title="PlutoTV",Degrassi Next Gen
#EXTINF:-1 tvg-chno="204" tvg-id="Pluto%20TV%20Crime" tvg-name="Pluto TV Crime" tvg-logo="http://images.pluto.tv/channels/5d767790d0438aceb41d03ae/logo.png" group-title="PlutoTV",Pluto TV Crime
#EXTINF:-1 tvg-chno="57" tvg-id="Pluto%20TV%20Romance" tvg-name="Pluto TV Romance" tvg-logo="http://images.pluto.tv/channels/5d7677c0edace7cff8180b16/logo.png" group-title="PlutoTV",Pluto TV Romance
#EXTINF:-1 tvg-chno="607" tvg-id="Pluto%20TV%20Sports" tvg-name="Pluto TV Sports" tvg-logo="http://images.pluto.tv/channels/5d7677fa2ec536ce1d587eeb/logo.png" group-title="PlutoTV",Pluto TV Sports
#EXTINF:-1 tvg-chno="572" tvg-id="Pluto%20TV%20Inside" tvg-name="Pluto TV Inside" tvg-logo="http://images.pluto.tv/channels/5d767857f65029ce2385b217/logo.png" group-title="PlutoTV",Pluto TV Inside
#EXTINF:-1 tvg-chno="921" tvg-id="Pluto%20TV%20Dogs" tvg-name="Pluto TV Dogs" tvg-logo="http://images.pluto.tv/channels/5d8dc0740e843c7812dcb8db/logo.png" group-title="PlutoTV",Pluto TV Dogs
#EXTINF:-1 tvg-chno="562" tvg-id="Pluto%20TV%20Science" tvg-name="Pluto TV Science" tvg-logo="http://images.pluto.tv/channels/5d9492c77ea6f99188738ff1/logo.png" group-title="PlutoTV",Pluto TV Science
#EXTINF:-1 tvg-chno="1011" tvg-id="Sabrina%20Teenage%20Witch" tvg-name="Sabrina Teenage Witch" tvg-logo="http://images.pluto.tv/channels/5d94a5451754e6a4298d1059/logo.png" group-title="PlutoTV",Sabrina Teenage Witch
#EXTINF:-1 tvg-chno="56" tvg-id="Pluto%20TV%20Documentaries" tvg-name="Pluto TV Documentaries" tvg-logo="http://images.pluto.tv/channels/5db04252241007000975faac/logo.png" group-title="PlutoTV",Pluto TV Documentaries
#EXTINF:-1 tvg-chno="922" tvg-id="Pluto%20TV%20Cats%2024%2F7" tvg-name="Pluto TV Cats 24/7" tvg-logo="http://images.pluto.tv/channels/5db044d7846b170009215ef0/logo.png" group-title="PlutoTV",Pluto TV Cats 24/7
#EXTINF:-1 tvg-chno="516" tvg-id="Pluto%20TV%20Home" tvg-name="Pluto TV Home" tvg-logo="http://images.pluto.tv/channels/5db04c9eedc89300090d2884/logo.png" group-title="PlutoTV",Pluto TV Home
#EXTINF:-1 tvg-chno="560" tvg-id="Pluto%20TV%20Nature" tvg-name="Pluto TV Nature" tvg-logo="http://images.pluto.tv/channels/5db050444f3c52000984c72a/logo.png" group-title="PlutoTV",Pluto TV Nature
#EXTINF:-1 tvg-chno="576" tvg-id="Pluto%20TV%20Motor" tvg-name="Pluto TV Motor" tvg-logo="http://images.pluto.tv/channels/5db0510962948d000961d3c6/logo.png" group-title="PlutoTV",Pluto TV Motor
#EXTINF:-1 tvg-chno="901" tvg-id="Beverly%20Hillbillies" tvg-name="Beverly Hillbillies" tvg-logo="http://images.pluto.tv/channels/5db81695a95186000941ee8b/logo.png" group-title="PlutoTV",Beverly Hillbillies
#EXTINF:-1 tvg-chno="1012" tvg-id="Mario%20vs.%20Sonic" tvg-name="Mario vs. Sonic" tvg-logo="http://images.pluto.tv/channels/5dbc264e0451770009ed742f/logo.png" group-title="PlutoTV",Mario vs. Sonic
#EXTINF:-1 tvg-chno="503" tvg-id="Pluto%20TV%20Cookalong" tvg-name="Pluto TV Cookalong" tvg-logo="http://images.pluto.tv/channels/5dbc297672961b0009f12e5b/logo.png" group-title="PlutoTV",Pluto TV Cookalong
#EXTINF:-1 tvg-chno="557" tvg-id="Pluto%20TV%20Space" tvg-name="Pluto TV Space" tvg-logo="http://images.pluto.tv/channels/5dbc2f98777f2e0009934ae7/logo.png" group-title="PlutoTV",Pluto TV Space
#EXTINF:-1 tvg-chno="570" tvg-id="Pluto%20TV%20The%20Grapevine" tvg-name="Pluto TV The Grapevine" tvg-logo="http://images.pluto.tv/channels/5dbc371c61a18a0009806fcc/logo.png" group-title="PlutoTV",Pluto TV The Grapevine
#EXTINF:-1 tvg-chno="55" tvg-id="Pluto%20TV%20Action" tvg-name="Pluto TV Action" tvg-logo="http://images.pluto.tv/channels/5dbfeb961b411c00090b52b3/logo.png" group-title="PlutoTV",Pluto TV Action
#EXTINF:-1 tvg-chno="53" tvg-id="Pluto%20TV%20Thrillers" tvg-name="Pluto TV Thrillers" tvg-logo="http://images.pluto.tv/channels/5dbfedccc563080009b60f4a/logo.png" group-title="PlutoTV",Pluto TV Thrillers
#EXTINF:-1 tvg-chno="52" tvg-id="Pluto%20TV%20Sci-Fi" tvg-name="Pluto TV Sci-Fi" tvg-logo="http://images.pluto.tv/channels/5dc02a44a9518600094273ac/logo.png" group-title="PlutoTV",Pluto TV Sci-Fi
#EXTINF:-1 tvg-chno="574" tvg-id="Get.factual" tvg-name="Get.factual" tvg-logo="http://images.pluto.tv/channels/5dc2a69bc928a600093a7976/logo.png" group-title="PlutoTV",Get.factual
#EXTINF:-1 tvg-chno="807" tvg-id="Unbeaten%20Esports" tvg-name="Unbeaten Esports" tvg-logo="http://images.pluto.tv/channels/5dc2aa729c91420009db4840/logo.png" group-title="PlutoTV",Unbeaten Esports
#EXTINF:-1 tvg-chno="20" tvg-id="Nosey" tvg-name="Nosey" tvg-logo="http://images.pluto.tv/channels/5dc2ba1a9c91420009db4858/logo.png" group-title="PlutoTV",Nosey
#EXTINF:-1 tvg-chno="34" tvg-id="Pluto%20TV%20Sherlock" tvg-name="Pluto TV Sherlock" tvg-logo="http://images.pluto.tv/channels/5dc2c00abfed110009d97243/logo.png" group-title="PlutoTV",Pluto TV Sherlock
#EXTINF:-1 tvg-chno="558" tvg-id="Pluto%20TV%20Travel" tvg-name="Pluto TV Travel" tvg-logo="http://images.pluto.tv/channels/5dc2c444bac1f70009ca756e/logo.png" group-title="PlutoTV",Pluto TV Travel
#EXTINF:-1 tvg-chno="1006" tvg-id="Pluto%20TV%20Family" tvg-name="Pluto TV Family" tvg-logo="http://images.pluto.tv/channels/5dc3fc6b9133f500099c7d98/logo.png" group-title="PlutoTV",Pluto TV Family
#EXTINF:-1 tvg-chno="550" tvg-id="Pluto%20TV%20Animals" tvg-name="Pluto TV Animals" tvg-logo="http://images.pluto.tv/channels/5ddf8ea0d000120009bcad83/logo.png" group-title="PlutoTV",Pluto TV Animals
#EXTINF:-1 tvg-chno="475" tvg-id="My5%20Documentaries" tvg-name="My5 Documentaries" tvg-logo="http://images.pluto.tv/channels/5ddf901280e3550009139c86/logo.png" group-title="PlutoTV",My5 Documentaries
#EXTINF:-1 tvg-chno="400" tvg-id="Pluto%20TV%20Drama" tvg-name="Pluto TV Drama" tvg-logo="http://images.pluto.tv/channels/5ddf91149880d60009d35d27/logo.png" group-title="PlutoTV",Pluto TV Drama
#EXTINF:-1 tvg-chno="415" tvg-id="Pluto%20TV%20Retro%20Drama" tvg-name="Pluto TV Retro Drama" tvg-logo="http://images.pluto.tv/channels/5ddf91f19c2c3300098ce961/logo.png" group-title="PlutoTV",Pluto TV Retro Drama
#EXTINF:-1 tvg-chno="500" tvg-id="Pluto%20TV%20Food" tvg-name="Pluto TV Food" tvg-logo="http://images.pluto.tv/channels/5ddf930548ff9b00090d5686/logo.png" group-title="PlutoTV",Pluto TV Food
#EXTINF:-1 tvg-chno="315" tvg-id="Made%20In%20Britain" tvg-name="Made In Britain" tvg-logo="http://images.pluto.tv/channels/5e14486590ba3e0009d912ff/logo.png" group-title="PlutoTV",Made In Britain
#EXTINF:-1 tvg-chno="519" tvg-id="Wedding%20SOS" tvg-name="Wedding SOS" tvg-logo="http://images.pluto.tv/channels/5e174c744f4ca800093d7ad7/logo.png" group-title="PlutoTV",Wedding SOS
#EXTINF:-1 tvg-chno="60" tvg-id="Pluto%20TV%20World" tvg-name="Pluto TV World" tvg-logo="http://images.pluto.tv/channels/5e1c5d29a3a4140009df929e/logo.png" group-title="PlutoTV",Pluto TV World
#EXTINF:-1 tvg-chno="410" tvg-id="Pluto%20TV%20Britpocalypse" tvg-name="Pluto TV Britpocalypse" tvg-logo="http://images.pluto.tv/channels/5e1edac394e0e80009b2416a/logo.png" group-title="PlutoTV",Pluto TV Britpocalypse
#EXTINF:-1 tvg-chno="206" tvg-id="The%20New%20Detectives" tvg-name="The New Detectives" tvg-logo="http://images.pluto.tv/channels/5e393d5c696b3b0009775c8b/logo.png" group-title="PlutoTV",The New Detectives
#EXTINF:-1 tvg-chno="300" tvg-id="Auction%20Kings" tvg-name="Auction Kings" tvg-logo="http://images.pluto.tv/channels/5e4bba36e4644300098cd0bb/logo.png" group-title="PlutoTV",Auction Kings
#EXTINF:-1 tvg-chno="308" tvg-id="Pluto%20TV%20HER" tvg-name="Pluto TV HER" tvg-logo="http://images.pluto.tv/channels/5e4bf0db50560a000948ce52/logo.png" group-title="PlutoTV",Pluto TV HER
#EXTINF:-1 tvg-chno="501" tvg-id="Hell%27s%20Kitchen" tvg-name="Hell's Kitchen" tvg-logo="http://images.pluto.tv/channels/5e6f38792075160007d85823/logo.png" group-title="PlutoTV",Hell's Kitchen
#EXTINF:-1 tvg-chno="580" tvg-id="Slow%20TV" tvg-name="Slow TV" tvg-logo="http://images.pluto.tv/channels/5e735c6834d7d10007059790/logo.png" group-title="PlutoTV",Slow TV
#EXTINF:-1 tvg-chno="210" tvg-id="Police%20Women" tvg-name="Police Women" tvg-logo="http://images.pluto.tv/channels/5e79c2f280389000077242a8/logo.png" group-title="PlutoTV",Police Women
#EXTINF:-1 tvg-chno="32" tvg-id="Andromeda" tvg-name="Andromeda" tvg-logo="http://images.pluto.tv/channels/5e8db96bccae160007c71eec/logo.png" group-title="PlutoTV",Andromeda
#EXTINF:-1 tvg-chno="33" tvg-id="Mutant%20X" tvg-name="Mutant X" tvg-logo="http://images.pluto.tv/channels/5e8dc008d4422e00072d2405/logo.png" group-title="PlutoTV",Mutant X
#EXTINF:-1 tvg-chno="31" tvg-id="Secret%20Dealers" tvg-name="Secret Dealers" tvg-logo="http://images.pluto.tv/channels/5e8dc0af6784d10007d8ad42/logo.png" group-title="PlutoTV",Secret Dealers
#EXTINF:-1 tvg-chno="201" tvg-id="Sensing%20Murder" tvg-name="Sensing Murder" tvg-logo="http://images.pluto.tv/channels/5e9ed47c26ebb000074af566/logo.png" group-title="PlutoTV",Sensing Murder
#EXTINF:-1 tvg-chno="303" tvg-id="Beauty%20and%20the%20Geek" tvg-name="Beauty and the Geek" tvg-logo="http://images.pluto.tv/channels/5ea18c138c32460007cc6b46/logo.png" group-title="PlutoTV",Beauty and the Geek
#EXTINF:-1 tvg-chno="30" tvg-id="Crime%20Investigation" tvg-name="Crime Investigation" tvg-logo="http://images.pluto.tv/channels/5ea18cd42ee5410007e349dc/logo.png" group-title="PlutoTV",Crime Investigation
#EXTINF:-1 tvg-chno="430" tvg-id="McLeod%27s%20Daughters" tvg-name="McLeod's Daughters" tvg-logo="http://images.pluto.tv/channels/5ea18e5df6dd1d0007cf7bad/logo.png" group-title="PlutoTV",McLeod's Daughters
#EXTINF:-1 tvg-chno="301" tvg-id="The%20Simple%20Life" tvg-name="The Simple Life" tvg-logo="http://images.pluto.tv/channels/5ea18f35ae8f730007465915/logo.png" group-title="PlutoTV",The Simple Life
#EXTINF:-1 tvg-chno="305" tvg-id="Wipeout" tvg-name="Wipeout" tvg-logo="http://images.pluto.tv/channels/5ea190ae85a26900075a80e9/logo.png" group-title="PlutoTV",Wipeout
#EXTINF:-1 tvg-chno="1009" tvg-id="Pluto%20TV%20Kids%20Animation" tvg-name="Pluto TV Kids Animation" tvg-logo="http://images.pluto.tv/channels/5eb958a7a2809f0007bbb46b/logo.png" group-title="PlutoTV",Pluto TV Kids Animation
#EXTINF:-1 tvg-chno="916" tvg-id="People%20are%20Awesome" tvg-name="People are Awesome" tvg-logo="http://images.pluto.tv/channels/5eb95d63b270fc0007c465e6/logo.png" group-title="PlutoTV",People are Awesome
mclenburg commented 4 years ago

Hmmm, really seems to be a bug. —usebash should have created one .sh-file for each channel, but it‘s missing in m3u.

In first m3u (without —usebash) needs to replace {uuid}-placeholder with real uuid. I‘ll try tomorrow.

Chris230291 commented 4 years ago

I see many .sh files in the directory.

root@Server:/plutotv# ls
5ad8d0cbfd87eb3a2717afc4.sh  5c362ded581a86051df509b4.sh  5d134942252d35decbc3ed7f.sh  5d7677fa2ec536ce1d587eeb.sh  5dc2a69bc928a600093a7976.sh  5e6f38792075160007d85823.sh
5ad8d1e9e738977e2c310925.sh  5c3639dd01112605397333a2.sh  5d134a74ca91eedee1630faa.sh  5d767857f65029ce2385b217.sh  5dc2aa729c91420009db4840.sh  5e735c6834d7d10007059790.sh
5ad8d3a31b95267e225e4e09.sh  5c363ac9e41be30cb6054c7c.sh  5d135e29a52c94dfe543c5d3.sh  5d8dc0740e843c7812dcb8db.sh  5dc2ba1a9c91420009db4858.sh  5e79c2f280389000077242a8.sh
5ad8d44cfd87eb3a2717afc5.sh  5c363c2411c5ca053f198f97.sh  5d2c571faeb3e2738ae27933.sh  5d9492c77ea6f99188738ff1.sh  5dc2c00abfed110009d97243.sh  5e8db96bccae160007c71eec.sh
5ad8d4e7e738977e2c310937.sh  5c45f0427b2c0c065e91aab5.sh  5d2c57ee4f9ddf73da8a0ba5.sh  5d94a5451754e6a4298d1059.sh  5dc2c444bac1f70009ca756e.sh  5e8dc008d4422e00072d2405.sh
5ad8d54be738977e2c310940.sh  5c45f5a9d40d58066869fa60.sh  5d49455dfd09fd7d4c0daf26.sh  5db04252241007000975faac.sh  5dc3fc6b9133f500099c7d98.sh  5e8dc0af6784d10007d8ad42.sh
5ad8d659fd87eb3a2717afc9.sh  5c542e03044f5604b11cf808.sh  5d4ae94ef1a1bbb350ca41bb.sh  5db044d7846b170009215ef0.sh  5ddf8ea0d000120009bcad83.sh  5e9ed47c26ebb000074af566.sh
5ad8d6f5e738977e2c310949.sh  5c5c2b9d8002db3c3e0b1c6d.sh  5d4af00df345adb154b7a1f4.sh  5db04c9eedc89300090d2884.sh  5ddf901280e3550009139c86.sh  5ea18c138c32460007cc6b46.sh
5ad8d796e738977e2c31094a.sh  5c5c2d7ae59bf23c192c411c.sh  5d4af1803e7983b391d73b13.sh  5db050444f3c52000984c72a.sh  5ddf91149880d60009d35d27.sh  5ea18cd42ee5410007e349dc.sh
5ad8d819e738977e2c31096a.sh  5c5c2e228002db3c3e0b1c6f.sh  5d4af2a24f1c5ab2d298776b.sh  5db0510962948d000961d3c6.sh  5ddf91f19c2c3300098ce961.sh  5ea18e5df6dd1d0007cf7bad.sh
5ad8d883e738977e2c31096b.sh  5c5c2e9d8002db3c3e0b1c72.sh  5d4af2ffa9506ab29cf38c38.sh  5db81695a95186000941ee8b.sh  5ddf930548ff9b00090d5686.sh  5ea18f35ae8f730007465915.sh
5ad8d907e738977e2c31099a.sh  5c5c31f2f21b553c1f673fb0.sh  5d4af39510fd17b31a528eda.sh  5dbc264e0451770009ed742f.sh  5e14486590ba3e0009d912ff.sh  5ea190ae85a26900075a80e9.sh
5ad8d982e738977e2c3109a6.sh  5c5c47f3662f6b3c476fc03e.sh  5d4bdb635ce813b38639e6a3.sh  5dbc297672961b0009f12e5b.sh  5e174c744f4ca800093d7ad7.sh  5eb958a7a2809f0007bbb46b.sh
5ad8d9f6e738977e2c3109db.sh  5c99f5810c95814ff92512f9.sh  5d7656a8d0438aceb41cfdef.sh  5dbc2f98777f2e0009934ae7.sh  5e1c5d29a3a4140009df929e.sh  5eb95d63b270fc0007c465e6.sh
5bd05b4694d45d266bc951f2.sh  5ca1ddd108ee5378be82db3a.sh  5d765786aad587cf4d0e2bf6.sh  5dbc371c61a18a0009806fcc.sh  5e1edac394e0e80009b2416a.sh  LICENSE
5bd8186d53ed2c6334ea0855.sh  5ca1de9208ee5378be82db3b.sh  5d765984438d93d01eaf107f.sh  5dbfeb961b411c00090b52b3.sh  5e393d5c696b3b0009775c8b.sh  README.md
5bd81b1053ed2c6334ea0856.sh  5cb6f6f9a461406ffe4022cf.sh  5d767790d0438aceb41d03ae.sh  5dbfedccc563080009b60f4a.sh  5e4bba36e4644300098cd0bb.sh  plutotv-epg.xml
5bd8322e59ee03633e74984a.sh  5d0a1cf57746b25fb55fdd0e.sh  5d7677c0edace7cff8180b16.sh  5dc02a44a9518600094273ac.sh  5e4bf0db50560a000948ce52.sh  plutotv-generate.pl

Ok thanks. I assume yours is working?

mclenburg commented 4 years ago

Ur right, my list is working well in tvh 4.3. For using with bash, u need ffmpeg installed. No plan so far, why no call to sh-files appears in m3u in ur Alpine.

One question: i‘m missing the m3u in ur ls-listing. Is it moved somewhere?

Chris230291 commented 4 years ago

I use the linuxserver.io tvheadend docker. It uses alpine as base image and has ffmpeg installed

https://github.com/linuxserver/docker-tvheadend

Chris230291 commented 4 years ago

ah yes i moved so i can copy it here

Chris230291 commented 4 years ago

I also tried in ubuntu (for windows 10) and it behaves the same way as in my docker. Not sure its alpine/docker issue.

chris@DESKTOP-7EQVSPA:~/plutoTV-tvheadend$ perl plutotv-generate.pl --createm3u --usebash
From 2020-06-13T20:49:46Z To 2020-06-23T20:49:46Z
Ready
chris@DESKTOP-7EQVSPA:~/plutoTV-tvheadend$ ls
5ad8d0cbfd87eb3a2717afc4.sh  5bd05b4694d45d266bc951f2.sh  5c5c2e9d8002db3c3e0b1c72.sh  5d4ae94ef1a1bbb350ca41bb.sh  5d8dc0740e843c7812dcb8db.sh  5dbfedccc563080009b60f4a.sh  5e174c744f4ca800093d7ad7.sh  5ea18cd42ee5410007e349dc.sh
5ad8d1e9e738977e2c310925.sh  5bd8186d53ed2c6334ea0855.sh  5c5c31f2f21b553c1f673fb0.sh  5d4af00df345adb154b7a1f4.sh  5d9492c77ea6f99188738ff1.sh  5dc02a44a9518600094273ac.sh  5e1c5d29a3a4140009df929e.sh  5ea18e5df6dd1d0007cf7bad.sh
5ad8d3a31b95267e225e4e09.sh  5bd81b1053ed2c6334ea0856.sh  5c5c47f3662f6b3c476fc03e.sh  5d4af1803e7983b391d73b13.sh  5d94a5451754e6a4298d1059.sh  5dc2a69bc928a600093a7976.sh  5e1edac394e0e80009b2416a.sh  5ea18f35ae8f730007465915.sh
5ad8d44cfd87eb3a2717afc5.sh  5bd8322e59ee03633e74984a.sh  5c99f5810c95814ff92512f9.sh  5d4af2a24f1c5ab2d298776b.sh  5db04252241007000975faac.sh  5dc2aa729c91420009db4840.sh  5e393d5c696b3b0009775c8b.sh  5ea190ae85a26900075a80e9.sh
5ad8d4e7e738977e2c310937.sh  5c362ded581a86051df509b4.sh  5ca1ddd108ee5378be82db3a.sh  5d4af2ffa9506ab29cf38c38.sh  5db044d7846b170009215ef0.sh  5dc2ba1a9c91420009db4858.sh  5e4bba36e4644300098cd0bb.sh  5eb958a7a2809f0007bbb46b.sh
5ad8d54be738977e2c310940.sh  5c3639dd01112605397333a2.sh  5ca1de9208ee5378be82db3b.sh  5d4af39510fd17b31a528eda.sh  5db04c9eedc89300090d2884.sh  5dc2c00abfed110009d97243.sh  5e4bf0db50560a000948ce52.sh  5eb95d63b270fc0007c465e6.sh
5ad8d659fd87eb3a2717afc9.sh  5c363ac9e41be30cb6054c7c.sh  5cb6f6f9a461406ffe4022cf.sh  5d4bdb635ce813b38639e6a3.sh  5db050444f3c52000984c72a.sh  5dc2c444bac1f70009ca756e.sh  5e6f38792075160007d85823.sh  LICENSE
5ad8d6f5e738977e2c310949.sh  5c363c2411c5ca053f198f97.sh  5d0a1cf57746b25fb55fdd0e.sh  5d7656a8d0438aceb41cfdef.sh  5db0510962948d000961d3c6.sh  5dc3fc6b9133f500099c7d98.sh  5e735c6834d7d10007059790.sh  README.md
5ad8d796e738977e2c31094a.sh  5c45f0427b2c0c065e91aab5.sh  5d134942252d35decbc3ed7f.sh  5d765786aad587cf4d0e2bf6.sh  5db81695a95186000941ee8b.sh  5ddf8ea0d000120009bcad83.sh  5e79c2f280389000077242a8.sh  plutotv-epg.xml
5ad8d819e738977e2c31096a.sh  5c45f5a9d40d58066869fa60.sh  5d134a74ca91eedee1630faa.sh  5d765984438d93d01eaf107f.sh  5dbc264e0451770009ed742f.sh  5ddf901280e3550009139c86.sh  5e8db96bccae160007c71eec.sh  plutotv-generate.pl
5ad8d883e738977e2c31096b.sh  5c542e03044f5604b11cf808.sh  5d135e29a52c94dfe543c5d3.sh  5d767790d0438aceb41d03ae.sh  5dbc297672961b0009f12e5b.sh  5ddf91149880d60009d35d27.sh  5e8dc008d4422e00072d2405.sh  plutotv.m3u
5ad8d907e738977e2c31099a.sh  5c5c2b9d8002db3c3e0b1c6d.sh  5d2c571faeb3e2738ae27933.sh  5d7677c0edace7cff8180b16.sh  5dbc2f98777f2e0009934ae7.sh  5ddf91f19c2c3300098ce961.sh  5e8dc0af6784d10007d8ad42.sh
5ad8d982e738977e2c3109a6.sh  5c5c2d7ae59bf23c192c411c.sh  5d2c57ee4f9ddf73da8a0ba5.sh  5d7677fa2ec536ce1d587eeb.sh  5dbc371c61a18a0009806fcc.sh  5ddf930548ff9b00090d5686.sh  5e9ed47c26ebb000074af566.sh
5ad8d9f6e738977e2c3109db.sh  5c5c2e228002db3c3e0b1c6f.sh  5d49455dfd09fd7d4c0daf26.sh  5d767857f65029ce2385b217.sh  5dbfeb961b411c00090b52b3.sh  5e14486590ba3e0009d912ff.sh  5ea18c138c32460007cc6b46.sh
mclenburg commented 4 years ago

I've fixed the missing line in m3u when using --usebash-parameter. U need to install perl-module File::Which to run with --usebash. Pls try again.

Chris230291 commented 4 years ago

Perfect it is working now thanks. Do you know how to fix the freezing? I think its whenever the ads play. In kodi front end, it stay froze until I switch channel.

mclenburg commented 4 years ago

Thx for reply. I‘m on investigation for the reason of freezing. No idea till now... But work is going on.

mclenburg commented 4 years ago

For resume playing after freeze, i‘ve set „Restart on error“ in Stream-profiles at tvh. Perhaps this helps as an ugly workaround.

Chris230291 commented 4 years ago

Ah OK. I have been playing around. If I use the standard m3u and enable "use av library" in TVH. The error when it freezes is ...

libav: AVFormatContext: Application provided invalid, non monotonically increasing dts to muxer in stream 0: 8590507592 >= 8590060592

Maybe if we can find way in ffmpeg to ignore this it will solve problem?

It seems +igndts should fix it. I am testing this

Chris230291 commented 4 years ago

-fflags +genpts +ignidx +igndts Seems to fix issues in VLC but not in kodi front end. I also have restart on error enabled

mclenburg commented 4 years ago

Thx for trying. I've added these flags to script.