You2pup works (June 2016) YouTube downloader

Browsers, email, chat, etc.
Message
Author
User avatar
eztuxer
Posts: 494
Joined: Thu 06 Nov 2008, 11:19
Location: Hungary
Contact:

#41 Post by eztuxer »

Thanks, mikeb, I'm using this Firefox add on:

http://www.downloadhelper.net/welcome.php?version=4.6.2

It's been updated to the new format, and even offers the choice between different resolution for MP4 HQ18, HQ22, HQ35. or .flv

This might be the reason You2pup gets confused if it looks for any .MP4 file, it finds more than one, and gives up.
Don't poop it down... Pup it Up !

User avatar
rjbrewer
Posts: 4405
Joined: Tue 22 Jan 2008, 21:41
Location: merriam, kansas

#42 Post by rjbrewer »

Etuxer;

For a very simple way to save your guitar lessons try this;

http://googlesystem.blogspot.com/2008/0 ... files.html

Inspiron 700m, Pent.M 1.6Ghz, 1Gb ram.
Msi Wind U100, N270 1.6>2.0Ghz, 1.5Gb ram.
Eeepc 8g 701, 900Mhz, 1Gb ram.
Full installs

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#43 Post by mikeb »

yeah cclive now offers
youtube.com flv 3gp mp4 hq hd

quite a seletion.

I tried using bash a while ago to do this but gave up as the goalposts kept changing

well as long as you get yer guitar lessons :)

mike

jayargent
Posts: 11
Joined: Sun 01 Feb 2009, 15:27

#44 Post by jayargent »

Hi Trio,

Just wanted to let you know that I got You2pup 1.3-1 working in Upup 476 after I discovered that the script does not seem to like spaces in the new filename you specify. I saw at least two different errors in terminal possibly related to the number of spaces or the length of the filename.

Thanks for the nice app!

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#45 Post by trio »

@jayargen

yeah, linux doesn't like spaces in any file names. and you are welcome

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#46 Post by trio »

eztuxer,

I tried the youtube video provided in the link you gave. It downloads OK! so, it must be your internet connection.
Attachments
guitar.jpg
(41.27 KiB) Downloaded 1411 times

panzerpuppy
Posts: 632
Joined: Tue 02 Oct 2007, 07:39

#47 Post by panzerpuppy »

@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 :)

User avatar
eztuxer
Posts: 494
Joined: Thu 06 Nov 2008, 11:19
Location: Hungary
Contact:

#48 Post by eztuxer »

The slow connexion is a drag.
Thanks anyway.
Don't poop it down... Pup it Up !

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#49 Post by mikeb »

How would a slow connection affect downloading...I've done this stuff on dial up?

curious

mike

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#50 Post by trio »

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

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

I find it useful.. Thanks.

#51 Post by sc0ttman »

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.

eep803
Posts: 12
Joined: Fri 31 Oct 2008, 16:14

#52 Post by eep803 »

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

dawg
Posts: 116
Joined: Sun 09 Aug 2009, 14:36
Location: still here
Contact:

#53 Post by dawg »

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.

Kenhelm
Posts: 1
Joined: Sat 07 Nov 2009, 00:18

#54 Post by Kenhelm »

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: Select all

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

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#55 Post by trio »

KenHelm

Cool, thanks!!

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#56 Post by trio »

updated to version 1.3-2 - see main post

hladik
Posts: 49
Joined: Thu 19 Jun 2008, 14:17

Ambiguous Redirect?

#57 Post by hladik »

trio wrote:thanks Kenny,

Glad you like it. Puppy is for young and old I guess :lol:
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

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

Re: Ambiguous Redirect?

#58 Post by trio »

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

hladik
Posts: 49
Joined: Thu 19 Jun 2008, 14:17

Re: Ambiguous Redirect?

#59 Post by hladik »

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.

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#60 Post by trio »

Try another http / url

Post Reply