4pr0n / rip

album ripper
GNU General Public License v2.0
45 stars 18 forks source link

Closes #40, full res images from Flickr #41

Closed chid closed 10 years ago

chid commented 10 years ago

It seems like it makes sense to cache cookies from the login.

4pr0n commented 10 years ago

I previously switched it from /o/ to /k/ because I was given many examples where /k/ returned the highest-res version.

https://github.com/4pr0n/rip/commit/a119b16eebaefd7f8a1be673f766b135611a01cb#diff-8bac5b56277deb10f17d1ce010082c98

The next step is for the thread to grab the text on the photo's page to know what the highest-res abbreviation is and grab that instead. It'll slow down the ripper but will resolve this issue permanently.

I've looked into flickr's API and couldn't find an answer there.

chid commented 10 years ago

That would make sense I suppose. Alternatively just get a size request from both /o/ and /k/ and just get the larger one.

4pr0n commented 10 years ago

I corrected this in the new iteration of the ripper.

Repo: rip3 File: SiteFlickr.py#L116