test
This commit is contained in:
parent
b0d4f4f0e7
commit
30bcd8e940
@ -29,7 +29,8 @@ class OriginChannels():
|
||||
|
||||
state_url_req = self.fhdhr.web.session.get(state_url)
|
||||
state_url_json = state_url_req.json()
|
||||
print(state_url_json["rss"]["channel"]["pagecomponent"]["component"][0].keys())
|
||||
for item in state_url_json["rss"]["channel"]["pagecomponent"]["component"]:
|
||||
print(item["item"].keys())
|
||||
|
||||
return []
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user