tajnymag / tinder-deblur

Simple script using the official Tinder API to get clean photos of the users who liked you
MIT License
292 stars 28 forks source link

[Bug] Not Deblurring when photos are in images-ssl.gotinder.com #11

Closed aamezua closed 1 year ago

aamezua commented 1 year ago

The script only works with photos in preview.gotinder.com Solved

tajnymag commented 1 year ago

@aamezua How did you solve the issue?

aamezua commented 1 year ago

When blurred photos server is images-ssl.gotinder.com, the 24 chars following the server name are the user id. Fetch the user's data from api.gotinder.com/user/{user_id}. The original unblurred photos are in user.photos[n].url

tajnymag commented 1 year ago

Don't close the issue, until it is resolved for others too.

aamezua commented 1 year ago

Oops!