mkbloke · GitHub

Live UK IP:

$ streamlink --title '{id} ! {author} ! {title} ! {category}' blaze.tv/live worst
[cli][info] Found matching plugin blazetv for URL blaze.tv/live
[cli][info] Available streams: 360p (worst), 432p, 504p, 720p (best)
[cli][info] Opening stream: 360p (hls)
[cli][info] Starting player: mpv
[cli][info] Player closed
[cli][info] Stream ended
[cli][info] Closing currently open stream...

Live non UK IP:

$ streamlink --title '{id} ! {author} ! {title} ! {category}' blaze.tv/live worst
[cli][info] Found matching plugin blazetv for URL blaze.tv/live
error: Unable to open URL: https://blaze.tv/live (403 Client Error: Forbidden for url: https://watch.blaze.tv/live/)

VOD UK IP:

$ streamlink --title '{id} ! {author} ! {title} ! {category}' https://watch.blaze.tv/watch/replay/242014 worst
[cli][info] Found matching plugin blazetv for URL https://watch.blaze.tv/watch/replay/242014
[cli][info] Available streams: 288p (worst), 970k, 360p, 2000k, 720p (best)
[cli][info] Opening stream: 288p (hls)
[cli][info] Starting player: mpv
[cli][info] Player closed
[cli][info] Stream ended
[cli][info] Closing currently open stream...

VOD non UK IP:

$ streamlink --title '{id} ! {author} ! {title} ! {category}' https://watch.blaze.tv/watch/replay/242014 worst
[cli][info] Found matching plugin blazetv for URL https://watch.blaze.tv/watch/replay/242014
error: Unable to open URL: https://watch.blaze.tv/watch/replay/242014 (403 Client Error: Forbidden for url: https://watch.blaze.tv/watch/replay/242014)

closes #4545

Read the original on github.com ↗