Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UK DVB-C]Remove Sky Sports News HD from blacklist #73

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion AutoBouquetsMaker/providers/cable_uk_virgin.xml
Expand Up @@ -181,7 +181,7 @@ except:

# Remove some services unless in netID whitelist
# Channel names have quotes, channel numbers do not. Example: ['ITV HD', 250, 500]
selective_blacklist = [501, 502, 503, 504, 505, "Sky Sports F1 HD", "Sky Sports Action HD", "Sky Sports Arena HD", "Sky Sports News HD",
selective_blacklist = [501, 502, 503, 504, 505, "Sky Sports F1 HD", "Sky Sports Action HD", "Sky Sports Arena HD",
]

if (service["service_name"] in selective_blacklist or service["number"] in selective_blacklist) and netID not in netID_whitelist:
Expand Down