Jump to content
UBot Underground

Can't download file from UBot


Recommended Posts

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

Link to post
Share on other sites

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")


Link to post
Share on other sites

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

Link to post
Share on other sites
  • 1 month later...

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.

Link to post
Share on other sites

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.

Link to post
Share on other sites

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...

Link to post
Share on other sites

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

Link to post
Share on other sites

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

Link to post
Share on other sites

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

Link to post
Share on other sites

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

Link to post
Share on other sites
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...