Follow up to: Higher resolution avatars
-
Just a follow up to a previous thread here, “Feature request: higher resolution avatars“, which is unfortunately locked so I can’t reply.
The suggested fix won’t always work because Twitter sometimes uses PNG’s instead of JPG’s for avatar images. So instead of:
.replace('_normal.jpg','_200x200.jpg')
You should use…
.replace('_normal','_200x200')
Just thought I’d mention this because it took me forever to figure out why only some of my avatars were being replaced properly.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Follow up to: Higher resolution avatars’ is closed to new replies.