test
This commit is contained in:
parent
9ee25967fb
commit
420a8824a1
@ -16,6 +16,8 @@ class OriginChannels():
|
||||
filtered_chan_list = self.filterlist(unfiltered_chan_json)
|
||||
self.fhdhr.logger.info("Found %s Channels Lists after applying filters." % len(filtered_chan_list))
|
||||
|
||||
print(filtered_chan_list[0])
|
||||
|
||||
return
|
||||
|
||||
channel_list = []
|
||||
|
||||
@ -42,17 +42,17 @@
|
||||
},
|
||||
"iptvorg-us":{
|
||||
"filter_country":{
|
||||
"value": "",
|
||||
"value": "United States",
|
||||
"config_file": true,
|
||||
"config_web": true
|
||||
},
|
||||
"filter_language":{
|
||||
"value": "spa",
|
||||
"value": "Spanish",
|
||||
"config_file": true,
|
||||
"config_web": true
|
||||
},
|
||||
"filter_category":{
|
||||
"value": "",
|
||||
"value": "none",
|
||||
"config_file": true,
|
||||
"config_web": true
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user