This commit is contained in:
deathbybandaid 2020-12-09 10:52:54 -05:00
parent 9ee25967fb
commit 420a8824a1
2 changed files with 5 additions and 3 deletions

View File

@ -16,6 +16,8 @@ class OriginChannels():
filtered_chan_list = self.filterlist(unfiltered_chan_json) filtered_chan_list = self.filterlist(unfiltered_chan_json)
self.fhdhr.logger.info("Found %s Channels Lists after applying filters." % len(filtered_chan_list)) self.fhdhr.logger.info("Found %s Channels Lists after applying filters." % len(filtered_chan_list))
print(filtered_chan_list[0])
return return
channel_list = [] channel_list = []

View File

@ -42,17 +42,17 @@
}, },
"iptvorg-us":{ "iptvorg-us":{
"filter_country":{ "filter_country":{
"value": "", "value": "United States",
"config_file": true, "config_file": true,
"config_web": true "config_web": true
}, },
"filter_language":{ "filter_language":{
"value": "spa", "value": "Spanish",
"config_file": true, "config_file": true,
"config_web": true "config_web": true
}, },
"filter_category":{ "filter_category":{
"value": "", "value": "none",
"config_file": true, "config_file": true,
"config_web": true "config_web": true
} }