Skip to content

Commit

Permalink
Add more Roku channels
Browse files Browse the repository at this point in the history
  • Loading branch information
dp247 committed Oct 11, 2023
1 parent 1ea646c commit 8424da6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@

roku_to_keep = ["Women's Sports Network", "FITE 24/7", "For The Fans", "Origin Sports", "Torque", "Redbox Romance",
"REDBOX FREE MOVIES", "AsianCrush", "Bon Appetit", "Hello Inspo", "This Old House Makers Channel",
"Modern Marvels", "Great American Adventures", "Kriminal"]
"Modern Marvels", "Great American Adventures", "Kriminal", "NewsmaxTV Live", "Crunchyroll", "WMX Pop",
"WMX Hip Hop", "WMX Rock", "Rakuten Viki"]
roku = M3uParser(timeout=5, useragent=user_agent)
roku.parse_m3u(roku_url)
print(f"Roku: Loaded {len(roku.get_list())} channels")
Expand Down

0 comments on commit 8424da6

Please sign in to comment.