JohnB 255 Posted May 18, 2012 Report Share Posted May 18, 2012 I have to say Jonathan. I have no idea what the issue is. I can download fine: navigate("http://www.videoblocks.com/videos/details/eagle-nebula/", "Wait")set(#movie, $scrape attribute(<href=w"http://hss.338c.edgecastcdn.net/0F338C/vbpreviews/previews1/*.flv">, "href"), "Global")download file(#movie, "{$special folder("Desktop")}/mymovie.flv") And if your concern is to download in a browser manually, then use a browser. If you want it automated, Ubot works. John Quote Link to post Share on other sites
odeesuba 24 Posted May 19, 2012 Report Share Posted May 19, 2012 Try that code how exactly? Jonathan Hi Jonathan, I only wanted to tell you that you can download in ubot from the site you mentioned, and to give you the code to do that. That code works if you run it while ubot browser is displaying the download page to any of the videos. Below is the complete code , just subsititue ***** with your username and email, in line 2 and 3. navigate("https://www.videoblocks.com/login/", "Wait") type text(<username field>, "*****", "Standard") type text(<password field>, "*****", "Standard") click(<outerhtml="<input type=\"submit\" class=\"submit_button\">">, "Left Click", "No") wait for browser event("Everything Loaded", "") navigate("http://www.videoblocks.com/videos/details/slow-motion-windy-american-flag/", "Wait") wait for browser event("Everything Loaded", "") click(<class="download-now">, "Left Click", "No") save downloaded file("{$special folder("Desktop")}\\{$rand(8, 12)}.mov") Quote Link to post Share on other sites
tooltrainer 12 Posted May 23, 2012 Author Report Share Posted May 23, 2012 Ahhh ok, sorry I was misunderstanding. I thought that was just some generic download code, didn't realize it had actually been tested on the site in question (since it's a pay site I didn't think anyone would likely be able to truly test it). Also since I wasn't able to download the file manually, and UBot couldn't either when it pressed the download button in a script (not using your exact code example however), it stood to reason that it simply couldn't do it for whatever reason. Anyway I may give this a try sometime... I moved on to other things. Thanks all for the help though! Jonathan Quote Link to post Share on other sites
brusacco 20 Posted July 22, 2012 Report Share Posted July 22, 2012 Is this issue resolved? Dont have the Update option anymore, and if there are issues like this resolved, will pay it.But then again, why do we have to pay for broken software updates? I have no problems paying new version updates, new features updates ... etc.... but paying to get the soft to work right???? Thats no right from my point of view. Quote Link to post Share on other sites
brusacco 20 Posted July 22, 2012 Report Share Posted July 22, 2012 Any updates on this issue? Im having the same problem here. All I have is some 1k empty files all over my bots I even try to click manually on the download link, file popups, input file name, save file.... all manually, same problem, I get an empty file as well. Quote Link to post Share on other sites
JohnB 255 Posted July 22, 2012 Report Share Posted July 22, 2012 brusacco, can you provide a site I can look at? John Quote Link to post Share on other sites
brusacco 20 Posted July 22, 2012 Report Share Posted July 22, 2012 Also tried to pay for the update 4.99$ option and the page was broken... some message like:"Sorry something went wrong ...." as far I remember... the credit card is working since I was using it on other services, like textbroker to pay for credits... Quote Link to post Share on other sites
brusacco 20 Posted July 22, 2012 Report Share Posted July 22, 2012 Im trying to download a CVS file from Google Keyword Tool ... after the "Download" popups, y click it and wait for the download option, the download goes there and the file is created.... but is empty. I do this process manually as well, inside Ubot Studio, same results... click download, file popups, put file name, and download ... but I get an empty file as well. Any idesa about this? brusacco, can you provide a site I can look at? John Quote Link to post Share on other sites
JohnB 255 Posted July 22, 2012 Report Share Posted July 22, 2012 For update issues you will need to submit a ticket. That can't be solved on the forum. John Quote Link to post Share on other sites
brusacco 20 Posted July 22, 2012 Report Share Posted July 22, 2012 I need to know if this is a solved issue, so I go and pay for updates or is an open one.All I get are 1k files ... empty ones. Even doing the process manually inside Ubot Studio. For update issues you will need to submit a ticket. That can't be solved on the forum. John Quote Link to post Share on other sites
JohnB 255 Posted July 22, 2012 Report Share Posted July 22, 2012 Google KT uses a popup save as dialog to save files. They are not supported in v4, so no, you cannot download those files from that site using v4. John Quote Link to post Share on other sites
brusacco 20 Posted July 22, 2012 Report Share Posted July 22, 2012 In my Firefox, there is no "Save as", its a regular download, like "adgooglekeywords00001232323ideas.csv" directly.Is this oficial? So what should I do? Wait for it to get implemented? Get another version? This is kinda basic function I guess. Google KT uses a popup save as dialog to save files. They are not supported in v4, so no, you cannot download those files from that site using v4. John Quote Link to post Share on other sites
JohnB 255 Posted July 22, 2012 Report Share Posted July 22, 2012 Firefox has nothing to do with UBot...This is what I see: http://screencast.com/t/29ekhYO8ZiS John Quote Link to post Share on other sites
brusacco 20 Posted July 22, 2012 Report Share Posted July 22, 2012 Yes thats right, I get the same in my Ubot, just saying that in Firefox its not like that.So any ideas about this? Firefox has nothing to do with UBot...This is what I see: http://screencast.com/t/29ekhYO8ZiS John Quote Link to post Share on other sites
BoeserNachbar 0 Posted August 6, 2012 Report Share Posted August 6, 2012 I have the same problem with the Google Keyword Tool. Clicking on Download will open a "Save as" Dialog. I'm using UBot Studio 4.1.5. A friend of mine has got an older release of UBot. There it works pretty fine. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.