test
This commit is contained in:
parent
9ee25967fb
commit
420a8824a1
@ -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 = []
|
||||||
|
|||||||
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user