Jump to content
UBot Underground

tooltrainer

Fellow UBotter
  • Content Count

    346
  • Joined

  • Last visited

  • Days Won

    2

tooltrainer last won the day on October 27 2010

tooltrainer had the most liked content!

Community Reputation

12 Good

About tooltrainer

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    unsure
  • License
    Standard Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Well damn... just found this... https://www.macupdate.com/app/mac/39855/soundcloud-downloader Works REALLY nicely. Still interested to see what anyone else comes up with but this is a wicked awesome solution for me.
  2. Wow you guys are awesome. I've been wishing I could bulk download from soundcloud for ages, I shoulda dropped by sooner!
  3. Hmmmm... I don't see streamUrl anywhere in the source, even viewing the generated source in Web Developer. So yeah, if you wouldn't mind whipping that up, I'd definitely appreciate it!
  4. That's very awesome of you. Though I suppose this means you're not living up to your name. Thanks!
  5. I was thinking of building this myself just for the fun of it, but frankly I don't have the time and this is just something for my personal use anyway and doesn't need to be really sophisticated. Was wondering if anyone would be open to building this for me... All I really want to be able to do is open a page on SoundCloud, and scrape the soundfiles on it to a selected directory. Maybe specify a maximum number to scrape, starting from the first file on the page... but that's pretty much it. I find a lot of music on there available to download to my iTunes library, but it's so tedious to d
  6. Just getting back to this thread. My problem with using scrape attribute is that it scrapes ONE attribute, not a table of attributes. For the time being I'm scraping 3 different attributes into 3 different lists, then cycling through them each in turn and hoping everything stays in sync. It's pretty stupid frankly and is a crappy workaround, especially when scraping tables is such a basic thing. I'm quite in agreement with Cloakmaster... features were removed that used to be standard, and that by any reasonable person's expectations, would be included in even the most base level o the prod
  7. I think it might have been needing to use a Wait For Page to Load rather than a Wait For Everything to Load. Changed that and it seems to be happier... will keep an eye on it though.
  8. I'm not sure what the problem is here, but I have a consistent crash behavior when looping through a particular list of links, to post them to twitter and return a list of all the resulting shortened twitter links. So far on multiple occasions, I've received an error when it reaches the same point in the list. I get an actual cryptic UBot error message that says something about an incorrect object reference, and I'm given the choice of stopping the script, or continuing. If I continue, the script continues to do its business just fine, however at each loop I get the same error, a couple o
  9. Very nice Kevin, thanks for pointing that out!
  10. Thanks guys! Only thing is, I'm not looking for a true "round", but for a "round down". For instance I'd want to round 2.8 down to 2. Any pointers?
  11. Yep... very confusingly named. Add a list to a list when I don't yet have a list? HUH?!?! LOL But, it worked.
  12. In searching the forum I only found things that were clearly for much older versions. So in UBot 4, how can we go about rounding a calculation? My application: I'm posting links somewhere and it supports only 20 at a time. But I may have an arbitrary number to post, so I loop through the process of posting 20 links, but I need to know how many times to loop, up front. I can figure this out by taking X number of links, divided by 20. But now say I have 50 links, that's 2.5 times. I'm fine with just truncating down to only 2 times. I don't need to get every last link. How can I round
  13. And once again, posting that I'm stuck, has caused me to solve the problem. I was using Add Item to List, rather than Add List to List. Working now!
  14. I'm trying to parse a list of image URLs that I'm scraping from Google images. That part all works fine, I get the list, save it to a file, all looks good. But then I create a $list from file and for some reason I can't figure out, it's always just one giant element, as opposed to the separate lines i see in my text file (or when I use an alert to display the contents of the list). What am I doing wrong here? I even tried doing a $list from text and specifying $new line as the delimeter in case it would help, but no change. So the initial contents are written to the file without any is
×
×
  • Create New...