|
|
|
@ -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'] |
|
|
|
|