Please post your feedbacks, requests, complains etc. here

in
Subscribe to Please post your feedbacks, requests,  complains etc. here 17 posts, 14 voices



Keep Tube Script's Author

We appreciate any comments or feedbacks you might have about the script.

For comments related to the Keep Tube Website [http://keep-tube.com] please refer to the Keep Tube Contact page: http://keep-tube.com/contact.php

Thank you,
- Keep Tube Team

 
chris40610 User

is it possible 2 add other file formats such as wmv??

 
Keep Tube Script's Author

Dear Chris,

Right now, Keep Tube does not process the videos, and supports only file formats which are provided by the video hosting websites (e.g. Youtube.com).

Adding file formats like MP3, WMV, and AVI will require converting the current file formats on the Keep Tube server. We hope to add conversion functionality in near future!

- Keep Tube Team

 
LyndonJohnson User
FirefoxWindows

When I click the 'download' button for Google Video videos a new window, identical to the original, comes up. This window has no download options. Any ideas?
Thanks in advance.

 
Keep Tube Script's Author
ChromeWindows

Dear LyndonJohnson,

Can you please give us the URL that leads to this problem? Our example Google video works fine:
http://keep-tube.com/?url=http://video.google.c...

Best,
-Keep Tube Team

 
Nirose User
FirefoxWindows

why am i being redirected to http://s12.bitefight.gr/bite/c.php?uid=20247
when i click those links. seems hacked.

 
Francois Botha Scriptwright
ChromeX11

Works great for Firefox, but Chrome now also support User Scripts, but not the GM_ functions.

I suggest, replace the GM_addStyle with:

if (typeof GM_addStyle != "undefined") {
GM_addStyle(styles.join("\r\n"));
} else if (typeof addStyle != "undefined") {
addStyle(styles.join("\r\n"));
} else {
var heads = document.getElementsByTagName("head");
if (heads.length > 0) {
var node = document.createElement("style");
node.type = "text/css";
node.appendChild(document.createTextNode(styles.join("\r\n")));
heads[0].appendChild(node);
}
}

and disable auto-updating for Chrome.

 
Massoud User
FirefoxWindows

In countries in which websites like YouTube are filtered by the government (!), the KeepTube script shows the Download box appropriately in the bottom-right corner of the page containing filtering message, which should nicely allow to download the wanted video file without having to use anti-filter softwares.

However, after clicking the Download box, the resulting KeepTube page also will be filtered, because of containing the original (YouTube) URI within its own URI.

This is because the scape function doesn't scape characters like slash (/). So the filtering system recognizes the filtered URI in the page address.

So, I propose to use the function encodeURIComponent instead of scape (in line 77) to appropriately encode such characters and let the user download the video.

Here's the suggested code:

Line 77:  var url = encodeURIComponent(document.URL);

I have tested the above code on YouTube which worked well. I have not yet tested the new script on other supported websites, but it should work well in most cases.

Cheers,
Massoud

 
angustb Scriptwright
FirefoxWindows

add a download as mp3 link

 
paulaidan User
FirefoxWindows

I clicked on the link to keeptube and it said that the website was suspended. did you get a new web address? or is keeptube gone?

 
Keep Tube Script's Author
FirefoxWindows

Hi everyone, sorry for our belated response. We were busy implementing a Firefox Add On for keep Tube! Stay tuned!

@ Nirose: That should not happen!

@ Francois: Chrome now supports GM_addStyle and we have tested our newest version (2.5) in Chromium and the plugin works fine (Except the auto updating code).

Thanks a lot for your comment. We appreciate it! :-)

@ Massoud: We have modified the script to use encodeURIComponent() function. However, you might want to check out the following page which is dedicated to bypassing URL based filters:

http://keep-tube.com/green.php

Thanks!

@ Angustb: Converting videos to Mp3 needs more work and is in our TODO list! :-)

@ Paulaidan: We had some problems with our hosing service (Bluehost) for couple of days. They decided to suspend our domain without any prior notice! We have moved to another hosting service now.

Thanks everyone,
-Keep Tube Team

 
SirYama Scriptwright
FirefoxWindows

I love to see. thesmalls.com added to supported list.

 
bjskifreak User
FirefoxWindows

Hey there,
I've made several attempts to download a video from YouTube, but haven't made it very far. I've clicked on the "KeepTube Download" link on the bottom right of the page for a video, a new tab is opened at KeepTube, it shows that it recognizes the video's URL, but under the "Download Options", there is only a load bar. None of the options appear. Help?

 
mRkukov User
OperaWindows

Opera support would be nice.

 
dreadlock_alex User
FirefoxWindows

LyndonJohnson, are you using any redirect cleaner addons? I use one and had a similar problem to you; I use Redirect Remover and added 'keep-tube.com' to the application's whitelist, now the script works great!

Hope this is of use to you, or anyone else with a similar problem

 
toxrox User
FirefoxWindows

Megavideo apparently download only the first 72 minutes of a feature length film. is there any way to download all of it?

 
Gianki User
OperaWindows

Make it work with Opera please!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel