This commit is contained in:
deathbybandaid 2022-01-28 07:41:54 -05:00
parent 14fcd6488d
commit 0741dd84f9

View File

@ -39,6 +39,7 @@ class Plugin_OBJ():
channel_list = [] channel_list = []
response = requests.request("GET", channels_url, headers=url_headers, data=payload).content response = requests.request("GET", channels_url, headers=url_headers, data=payload).content
data = json.loads(response) data = json.loads(response)
print(data)
topics = data['topics'] topics = data['topics']
for t in topics: for t in topics:
title = t['title'] title = t['title']