I wish it had a few things though. I wish it had a downloads tab that showed you downloads you had in progress and also a resume download button for when your connection gets lost.
Other than that I think its a great app with smooth transitions, a simple interface. and a pretty quick search feature.
It looks like youtube-dl got an update just today. I downloaded the script, and it works on my n800. It's stdout will need to be modified though, for it to be compatible with mYTube. http://bitbucket.org/rg3/youtube-dl/wiki/Home
If I have time later today, I might see if I can hack it up. If someone else wants to take a stab at it, you wouldn't hurt my feelings
gPodder is affected by this change as well. For all developers: The change should be easy - the "get_video"-URL only has to be changed slightly, no new "secret" parameters have to be determined, the old "token" (t) and the ID (video_id) should be enough, but the parameters (and maybe even their order) seem to be important.
Here's the fix in gPodder's development repository:
gPodder is affected by this change as well. For all developers: The change should be easy - the "get_video"-URL only has to be changed slightly, no new "secret" parameters have to be determined, the old "token" (t) and the ID (video_id) should be enough, but the parameters (and maybe even their order) seem to be important.
Here's the fix in gPodder's development repository:
This script seems to be working. Copy it to /usr/bin and be sure to set it to youtube-dl and instead of youtube-dl-x in mYTube's preferences. I also had to set the format also, to get it to work. My settings under youtube-dl are:
This script seems to be working. Copy it to /usr/bin and be sure to set it to youtube-dl and instead of youtube-dl-x in mYTube's preferences. I also had to set the format also, to get it to work. My settings under youtube-dl are:
Code:
youtube-dl -f 5 -o %d -- %s
Hi...
Seems like im still facing the Video Not Playing and when Download... it just dload the info and the Thumbnail only...
Am i missing something???
But i think im still missing a getpass.py thinggy...may i have the link where to get the getpass.py that im supposed to put it in /usr/lib/pyhton2.5/