Skip to content

Commit

Permalink
Update curated.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dp247 authored Jul 2, 2024
1 parent e49bdc7 commit 6587df1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions curated.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
stv_us.filter_by("name", samsung_us_channels, retrieve=True)
stv_us.to_file("ss_us_curated", "m3u")

roku = M3uParser(timeout=5, useragent=user_agent)
roku.parse_m3u(roku_url)
print(f"Roku: Loaded {len(roku.get_list())} channels")
roku.filter_by("name", roku_channels, retrieve=True)
roku.to_file("roku_curated", "m3u")
#roku = M3uParser(timeout=5, useragent=user_agent)
#roku.parse_m3u(roku_url)
#print(f"Roku: Loaded {len(roku.get_list())} channels")
#roku.filter_by("name", roku_channels, retrieve=True)
#roku.to_file("roku_curated", "m3u")

pluto_us = M3uParser(timeout=5, useragent=user_agent)
pluto_us.parse_m3u(pluto_us_url)
Expand Down

0 comments on commit 6587df1

Please sign in to comment.