Quote:
Originally Posted by pspzockerscene
Did you ever do a rightclick on the linkgrabber bottom right activity -> Abort all Linkgrabber?
|
I don't think I did. I could do it once or twice by accident, but just recently I watched the progress popup disappear without my actions, as well as just did it too many times to accidentally click abort each try.
Quote:
Originally Posted by pspzockerscene
you possibly misonderstood the "API lock"
|
Sure did! That's good.
Quote:
Originally Posted by pspzockerscene
Don't give up yet, we're still looking into it.
|
I am not, but...
I got my archive, it looks like this:
Code:
window.YTD.like.part0 = [
{
"like" : {
"tweetId" : "1621148179885625345",
"fullText" : "Folarin Balogun has already scored more league goals this season than any Arsenal player has managed in either of the last two seasons.",
"expandedUrl" : "**External links are only visible to Support Staff**
}
},
{
"like" : {
"tweetId" : "1621128315439403008",
"fullText" : "Microsoft wydający i wspierający w tym samym Game Passie ruskiego Atomic Hearta i ukraińskiego Stalkera 2 to jest chyba gierkowy odpowiednik \"nie obchodzi mnie kto zaczął - podajcie sobie ręce\" :P",
"expandedUrl" : "**External links are only visible to Support Staff**
}
},
(...)
]
the twitter.com/i/web/status/<ID>is not what I want, so I made a little script to get twitter.com/<Username>/status/<ID> using selenium to load the page and find the url I need in the source, after covering some exceptions it's at 9600 urls done in about half a day meaning it should be done tomorrow. Seems like 5-20% of my likes are from deleted/suspended accounts and some plain fail(I should get the list of failed urls at the end, so I can just retry them as well as look at those myself). I wonder if that's related.
So with that list I should be set, able to paste smaller amounts into JD. I will try using JD itself again too, but after I'm done with what I'm currently doing because I suspect I'd just get blocked for too many requests otherwise.