Is this a typo? Those two URLs the same.
Yes, the first one where they are not available was supposed to be the us.m3u8 link.
Fixed.
Thanks for the heads up!
both wof and jeopardy are in https://i.mjh.nz/PlutoTV/us.m3u8
however, need to update the scraper as pluto is enforcing jwt with WOF and maybe more.
would be very cool to be able to authorize with our own pluto logins...
then jwt / device id could actually be legitimately unique to the user.
fHDHR had done this to an extent, but unfortunately i think that project has fallen off.
https://github.com/fHDHR/fHDHR_plugin_origin_plutotv/blob/main/origin/init.py
Ah, that explains this:

It's not you; Pluto is doing something on their end that seems to be blocking us:
If you try plugging in a different random station, it'll work:

WOF is working for me. Jeopardy is not.
I can confirm that WOF is working now.
Thanks, Matt!
i didnt add jeopardy. added now. should work in the next hour
not switching everything to v2 yet as its more resource intensive to generate.
just any channels that people let me know aren't working
Thank you. jeopardy is working now!
Yikes that is a long JWT! I can see the annoyance in getting that encoded. Thanks for getting it working again!
its more that a single token can only be used to stream 1 channel at once.
So, every channel needs its own token generated.
token only lasts 24 hours
Aside from the new location, do we set this up using the old instructions (pulling deviceID and unique SID and plugging into the downloaded info)? I find my deviceID in that, but not an SID. It's been quite a while since I initially set this up, so I'm sure I'm doing something wrong.
It won't work for Wheel of Fortune and Jeopardy anymore because of what @matthuisman outlined (JWT enforcement), but it works for every other station. I haven't taken the time to figure out a way to do this at home yet, so you can just pull their feed that does it for you:
#EXTM3U x-tvg-url="https://i.mjh.nz/PlutoTV/us.xml"
#EXTINF:-1 channel-id="pluto-625f04253e5f6c000708f3b7" tvg-id="625f04253e5f6c000708f3b7" tvg-logo="https://images.pluto.tv/channels/625f04253e5f6c000708f3b7/colorLogoPNG.png" tvg-chno="2000" group-title="Game Shows" , Jeopardy! hosted by Alex Trebek
https://r.mjh.nz/PlutoTV/625f04253e5f6c000708f3b7-alt.m3u8
#EXTINF:-1 channel-id="pluto-625f054c5dfea70007244612" tvg-id="625f054c5dfea70007244612" tvg-logo="https://images.pluto.tv/channels/625f054c5dfea70007244612/colorLogoPNG.png" tvg-chno="2010" group-title="Game Shows" , Wheel of Fortune
https://r.mjh.nz/PlutoTV/625f054c5dfea70007244612-alt.m3u8
Think I may have gotten an updated docker based on @matthuisman which includes the JWT
if you wanna give it a try
docker run -d --network=host -e PLUTO_PORT=<port_number> --name pluto-for-channels jgomez177/pluto-for-channels
Can you make one for Samsung TV +? Please!!
What is the setup for the source??
when you install the docker based on port you go to the ip of the host and port
so if PLUTO_PORT=7777
will be http://x.x.x.x:7777 from where the links will be available
Thank You

