test
This commit is contained in:
parent
c37f94add6
commit
4e2b3c992f
@ -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 = []
|
||||||
|
|||||||
@ -40,5 +40,7 @@
|
|||||||
"config_web": true
|
"config_web": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"iptvorg-us":{}
|
"iptvorg-us":{
|
||||||
|
"filter_country": "none"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user