Revert attempted fix

No idea what's happening, https://redd.it/img9pu
master
blank X 3 years ago
parent d5ea663590
commit 59506a4d48

@ -208,7 +208,7 @@ async def main():
preview = getattr(random_post, 'preview', None)
if domain.endswith('imgur.com'):
parsed[1] = 'i.imgur.com'
if parsed[2].startswith('/a/') or not splitted[1]:
if parsed[2].startswith('/a/'):
albumid = os.path.split(parsed[2])[1]
async with session.get(f'https://imgur.com/ajaxalbums/getimages/{albumid}/hit.json?all=true') as resp:
apidata = (await resp.json())['data']

Loading…
Cancel
Save