Results 1 to 6 of 6

Thread: ATKPetites Kharlie Stone Coeds (Oct 01, 2016)   

  1. #1
    Elite Prospect
    Joined
    6 Aug 2017
    Posts
    421,691
    Likes
    2,423,432
    Images
    20,679,751

    ATKPetites Kharlie Stone Coeds (Oct 01, 2016)

    ATKPetites.com - Kharlie Stone Coeds (Oct 01, 2016)

    167 images totaling 121M
    Download set with the Viper Ripper



    • sexisfaction.pw - adult video blog





  2. #2
    Member
    Joined
    10 May 2013
    Posts
    75
    Likes
    21
    Images
    0

    ATKPetites Re: Kharlie Stone Coeds (Oct 01, 2016)

    Why are none of the img.yt sets not being able to download with ImageHost Grabber today?

  3. #3
    Administrator V's Avatar
    Joined
    31 May 2010
    Posts
    23,613
    Likes
    282,457
    Images
    1,762,641
    Location
    🖕😊🖕 

    ATKPetites Re: Kharlie Stone Coeds (Oct 01, 2016)

    Quote Originally Posted by lsfm1tex View Post
    Why are none of the img.yt sets not being able to download with ImageHost Grabber today?
    IMG.YT moved to HTTPS today it seems.

    Inform the programmer to add support for HTTPS links.

  4. #4
    Elite Prospect
    Joined
    3 Oct 2016
    Posts
    162
    Likes
    2,028
    Images
    2,858

    ATKPetites Re: Kharlie Stone Coeds (Oct 01, 2016)

    how difficult can it be. open IG's host file editor, locate img.yt and find the following

    var iUrl = (req.responseText).match(/href=('|")(http:\/\/[^/]+\/upload\/big\/.+?)(\.jpe?g)\1 title=('|")(.+?)\4/i);
    if (iUrl[5]) return {imgUrl: iUrl[2]+iUrl[3], fileName: iUrl[5]+iUrl[3].replace(/\.jpe?g/i,".jpg"), status: "OK"}
    iUrl = (req.responseText).match(/href=('|")(http:\/\/[^/]+\/upload\/big\/.+?)(\.jpe?g)\1/i);
    return iUrl ? {imgUrl: iUrl[2]+iUrl[3].replace(/\.jpe?g/i,".jpg"), status: "OK"} : {imgUrl: null, status: "ABORT"}

    where it says http change it to https

    var iUrl = (req.responseText).match(/href=('|")(https:\/\/[^/]+\/upload\/big\/.+?)(\.jpe?g)\1 title=('|")(.+?)\4/i);
    if (iUrl[5]) return {imgUrl: iUrl[2]+iUrl[3], fileName: iUrl[5]+iUrl[3].replace(/\.jpe?g/i,".jpg"), status: "OK"}
    iUrl = (req.responseText).match(/href=('|")(https:\/\/[^/]+\/upload\/big\/.+?)(\.jpe?g)\1/i);
    return iUrl ? {imgUrl: iUrl[2]+iUrl[3].replace(/\.jpe?g/i,".jpg"), status: "OK"} : {imgUrl: null, status: "ABORT"}

  5. #5
    Administrator V's Avatar
    Joined
    31 May 2010
    Posts
    23,613
    Likes
    282,457
    Images
    1,762,641
    Location
    🖕😊🖕 

    ATKPetites Re: Kharlie Stone Coeds (Oct 01, 2016)

    Quote Originally Posted by k00lDJ View Post
    how difficult can it be. open IG's host file editor, locate img.yt and find the following

    var iUrl = (req.responseText).match(/href=('|")(http:\/\/[^/]+\/upload\/big\/.+?)(\.jpe?g)\1 title=('|")(.+?)\4/i);
    if (iUrl[5]) return {imgUrl: iUrl[2]+iUrl[3], fileName: iUrl[5]+iUrl[3].replace(/\.jpe?g/i,".jpg"), status: "OK"}
    iUrl = (req.responseText).match(/href=('|")(http:\/\/[^/]+\/upload\/big\/.+?)(\.jpe?g)\1/i);
    return iUrl ? {imgUrl: iUrl[2]+iUrl[3].replace(/\.jpe?g/i,".jpg"), status: "OK"} : {imgUrl: null, status: "ABORT"}

    where it says http change it to https

    var iUrl = (req.responseText).match(/href=('|")(https:\/\/[^/]+\/upload\/big\/.+?)(\.jpe?g)\1 title=('|")(.+?)\4/i);
    if (iUrl[5]) return {imgUrl: iUrl[2]+iUrl[3], fileName: iUrl[5]+iUrl[3].replace(/\.jpe?g/i,".jpg"), status: "OK"}
    iUrl = (req.responseText).match(/href=('|")(https:\/\/[^/]+\/upload\/big\/.+?)(\.jpe?g)\1/i);
    return iUrl ? {imgUrl: iUrl[2]+iUrl[3].replace(/\.jpe?g/i,".jpg"), status: "OK"} : {imgUrl: null, status: "ABORT"}

    I would advice changing http to https? (with the question mark). That's a permanent solution and should've been used like that from the get go for all sites. The question mark makes the preceding character optional so it matches both http and https. Whoever made that script did so for jpe?g though.

  6. Liked by 2 users: k00lDJ, Zlekovsky

  7. #6
    Elite Prospect
    Joined
    3 Oct 2016
    Posts
    162
    Likes
    2,028
    Images
    2,858

    ATKPetites Re: Kharlie Stone Coeds (Oct 01, 2016)

    that's cool, haven't a clue how IG scripting works or how to construct one i just looked and saw a workaround that fixed the download issue. your ? suggestion makes a heap of sense though

Posting Permissions