| Author |
Message |
trio

Joined: 21 Dec 2008 Posts: 1786 Location: अनुमोदना
|
Posted: Sun 30 Aug 2009, 23:16 Post subject:
|
|
eztuxer,
I tried the youtube video provided in the link you gave. It downloads OK! so, it must be your internet connection.
| Description |
|
| Filesize |
41.27 KB |
| Viewed |
1220 Time(s) |

|
_________________ PET Maker|WbarCC|My Website
|
|
Back to top
|
|
 |
panzerpuppy
Joined: 02 Oct 2007 Posts: 632
|
Posted: Mon 31 Aug 2009, 14:01 Post subject:
|
|
@trio: Could you add an option for downloading higher quality videos - HQ and HD (by appending extra strings to the URL)?
Also, an option to select between FLV and MP4 would be great
|
|
Back to top
|
|
 |
eztuxer

Joined: 06 Nov 2008 Posts: 461 Location: Belgium
|
Posted: Mon 31 Aug 2009, 19:58 Post subject:
|
|
The slow connexion is a drag.
Thanks anyway.
_________________ Don't poop it down... Pup it Up ! http://pupitup.org/
|
|
Back to top
|
|
 |
mikeb

Joined: 23 Nov 2006 Posts: 4378
|
Posted: Mon 31 Aug 2009, 20:57 Post subject:
|
|
How would a slow connection affect downloading...I've done this stuff on dial up?
curious
mike
|
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 1786 Location: अनुमोदना
|
Posted: Tue 01 Sep 2009, 07:44 Post subject:
|
|
panzerpuppy
No, I don't think I will make any changes soon, I already provide you2pup with convert function (which you can choose variable formats, including audio), one of which is to flv format
eztuxer & mikeb
What I meant was, eztuxer maybe only have to be a little bit patient and wait longer with your slow connection
_________________ PET Maker|WbarCC|My Website
|
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2174 Location: UK
|
Posted: Thu 24 Sep 2009, 07:59 Post subject:
I find it useful.. Thanks. Subject description: These small GUIs should come as standard |
|
| trio wrote: | | I always think to make puppy easier for newbies, and non-technical users, that is to create GUIs. So, maybe somebody will see this useful |
These small GUIs should come as standard - keep up the good work.
|
|
Back to top
|
|
 |
eep803
Joined: 31 Oct 2008 Posts: 12
|
Posted: Sat 26 Sep 2009, 16:23 Post subject:
|
|
Hi, I love the idea of this app but when I run it I get "Finding hostname" for ages then "Cannot connect to remote host ...".
Not sure what I'm doing wrong but would love to get this program running.
Any help much appreciated.
Dave
|
|
Back to top
|
|
 |
dawg
Joined: 09 Aug 2009 Posts: 106 Location: still here
|
Posted: Sat 31 Oct 2009, 15:23 Post subject:
|
|
Bug: if the vid ID begins with a dash, it won't download. (e.g. youtube.com/watch?v=-sulDYYAiCU)
Cool & useful app otherwise, thanks.
|
|
Back to top
|
|
 |
Kenhelm
Joined: 06 Nov 2009 Posts: 1
|
Posted: Fri 06 Nov 2009, 21:08 Post subject:
|
|
| Quote: | | Bug: if the vid ID begins with a dash, it won't download. (e.g. youtube.com/watch?v=-sulDYYAiCU) |
The '-sulDYYAiCU' is being mistaken for an option by 'getopts' in the script /usr/sbin/youtube.sh.
In the Puppy 4.3.1 I'm using this can be stopped by adding '--' to a line in another script, /usr/local/you2pup/func.
The '--' tells 'getopts' that the end of the options has been reached so that any '-' after that is treated as a literal character instead of the start of another option.
| Code: | # In /usr/local/you2pup/func
# Original line:
exec rxvt -title "$@" -e youtube.sh -f "$DIRECTORY"/"$FILE" "$VIDEO"
# Modified line:
exec rxvt -title "$@" -e youtube.sh -f "$DIRECTORY"/"$FILE" -- "$VIDEO"
|
|
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 1786 Location: अनुमोदना
|
Posted: Fri 06 Nov 2009, 23:53 Post subject:
|
|
KenHelm
Cool, thanks!!
_________________ PET Maker|WbarCC|My Website
|
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 1786 Location: अनुमोदना
|
Posted: Sat 23 Jan 2010, 02:08 Post subject:
|
|
updated to version 1.3-2 - see main post
_________________ PET Maker|WbarCC|My Website
|
|
Back to top
|
|
 |
hladik
Joined: 19 Jun 2008 Posts: 49
|
Posted: Mon 25 Jan 2010, 21:03 Post subject:
Ambiguous Redirect? |
|
| trio wrote: | thanks Kenny,
Glad you like it. Puppy is for young and old I guess  |
Trio,
Nifty app, but I'm trying it, and I get an "ambiguous redirect" msg. Solution?
I'm running Puppy 3.01 Retro on an old Compaq laptop.
Thanks in advance
|
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 1786 Location: अनुमोदना
|
Posted: Mon 25 Jan 2010, 22:03 Post subject:
Re: Ambiguous Redirect? |
|
| hladik wrote: |
Trio,
Nifty app, but I'm trying it, and I get an "ambiguous redirect" msg. Solution?
I'm running Puppy 3.01 Retro on an old Compaq laptop.
Thanks in advance |
Hi,
I can't help if you don't give detail about "ambiguous redirect" msg. I don't understand. I use this app on regular basis, and never have problem.
regards, trio
_________________ PET Maker|WbarCC|My Website
|
|
Back to top
|
|
 |
hladik
Joined: 19 Jun 2008 Posts: 49
|
Posted: Mon 25 Jan 2010, 22:14 Post subject:
Re: Ambiguous Redirect? |
|
| trio wrote: | | hladik wrote: |
Trio,
Nifty app, but I'm trying it, and I get an "ambiguous redirect" msg. Solution?
I'm running Puppy 3.01 Retro on an old Compaq laptop.
Thanks in advance |
Hi,
I can't help if you don't give detail about "ambiguous redirect" msg. I don't understand. I use this app on regular basis, and never have problem.
regards, trio |
It's after I paste in the video url and hit download...then a terminal window opens displaying some information ending with "ambiguous redirect" and the terminal then closes before I can copy the entire text.
Does this help?
Thanks.
|
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 1786 Location: अनुमोदना
|
Posted: Mon 25 Jan 2010, 22:20 Post subject:
|
|
Try another http / url
_________________ PET Maker|WbarCC|My Website
|
|
Back to top
|
|
 |
|