This commit is contained in:
deathbybandaid 2020-12-15 10:42:04 -05:00
parent 6bda9c94e1
commit db88b918c0

View File

@ -27,7 +27,7 @@ class OriginChannels():
chan_item_urlopn = self.fhdhr.web.session.get(chan_item_url) chan_item_urlopn = self.fhdhr.web.session.get(chan_item_url)
stirr_chan_item = chan_item_urlopn.json() stirr_chan_item = chan_item_urlopn.json()
print(stirr_chan_item['rss'].keys()) print(stirr_chan_item['rss']['channel'].keys())
return [] return []
try: try: