Skip to content

Commit

Permalink
[movistar] update
Browse files Browse the repository at this point in the history
As requested by @miberian
  • Loading branch information
AbuBaniaz committed Sep 21, 2023
1 parent 5c0a58a commit 5816222
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions AutoBouquetsMaker/providers/sat_192_movistar_plus_esp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@
<![CDATA[
# Remove invalid channels
blacklist = (
blacklist_name = (
".",
"TEST TÉCNICO"
)
if service["number"] > 500 or service["service_name"] in blacklist:
blacklist_sid = [30516]
if service["number"] > 500 or service["service_name"] in blacklist_name or service["service_id"] in blacklist_sid:
skip.skip = True
]]>
Expand Down

0 comments on commit 5816222

Please sign in to comment.