This commit is contained in:
deathbybandaid 2020-12-09 08:45:58 -05:00
parent c37f94add6
commit 4e2b3c992f
2 changed files with 8 additions and 1 deletions

View File

@ -16,6 +16,11 @@ class OriginChannels():
print(unfiltered_chan_json[0]) print(unfiltered_chan_json[0])
print(len(unfiltered_chan_json)) print(len(unfiltered_chan_json))
for filter in ["country"]:
filterconf = self.fhdhr.config.dict["origin"]["filter_%s" % filter]
print(filterconf)
return return
channel_list = [] channel_list = []

View File

@ -40,5 +40,7 @@
"config_web": true "config_web": true
} }
}, },
"iptvorg-us":{} "iptvorg-us":{
"filter_country": "none"
}
} }