This commit is contained in:
deathbybandaid 2020-12-15 10:28:46 -05:00
parent 05fe02edec
commit aec053a421

View File

@ -27,7 +27,7 @@ class OriginChannels():
chan_item_urlopn = self.fhdhr.web.session.get(chan_item_url)
stirr_chan_item = chan_item_urlopn.json()
print(stirr_chan_item["channel"])
print(stirr_chan_item)
try:
thumbnail = channel_dict["icon"]["src"].split("?")[0]