| Author |
Message |
trio

Joined: 21 Dec 2008 Posts: 1786 Location: अनुमोदना
|
Posted: Wed 30 Mar 2011, 23:23 Post subject:
Re: - |
|
| yosi666 wrote: | I've tried many (10 videos)
Try this one,
http://www.youtube.com/watch?v=6AvcuNf39co |
Again, the trouble is the title "Puppy Linux Wary 5......Old Hardware Heaven..." there are many "." (dot)
I will change the way you2pup saves the new file, first asking whether you want to save it with a new file name, while explaining that if download fails, you should try to create a new file name
not now, i don't have time
Thanks
_________________ PET Maker|WbarCC|My Website
|
|
Back to top
|
|
 |
yosi666
Joined: 13 May 2008 Posts: 60
|
Posted: Thu 31 Mar 2011, 07:42 Post subject:
|
|
Thanks for ur time Trio.
Don't worry, not big deal. I'm downloading through a web page.
I tried to name the file without spaces also but happened the same
|
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 1786 Location: अनुमोदना
|
Posted: Sat 02 Apr 2011, 09:40 Post subject:
|
|
After looking deeper, I can confirm that youtube has again change the how the download url be found. THIS APP STOPPED WORKING AGAIN END OF MARCH 2011
_________________ PET Maker|WbarCC|My Website
|
|
Back to top
|
|
 |
nooby
Joined: 29 Jun 2008 Posts: 9383 Location: SwedenEurope
|
Posted: Sat 02 Apr 2011, 09:50 Post subject:
|
|
They most likely don't want us to be able to do so if I now tell of a manual way to do it using Snow pup 5 then they read this in our forum and look into it and stop that one from working too.
So I keep my mouth shut on that one. Send me a PM if you are desperate to know how to do it manually.
_________________
I'm a noob so I use Google Search of Puppy Forum
|
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2173 Location: UK
|
Posted: Sat 02 Apr 2011, 12:22 Post subject:
|
|
| trio wrote: | | After looking deeper, I can confirm that youtube has again change the how the download url be found. THIS APP STOPPED WORKING AGAIN END OF MARCH 2011 |
Shame.. This is a great tool... I have an addon for firefox which I have not updated at all in about a year or more.. And it still works... I wonder how?? EDIT: unless of course it sends the youtube URL off to a script on a server which is constantly updated...
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
|
Back to top
|
|
 |
Dougal

Joined: 19 Oct 2005 Posts: 2505 Location: Hell more grotesque than any medieval woodcut
|
Posted: Sat 02 Apr 2011, 16:20 Post subject:
|
|
Sheesh. Every few months they change their format and I need to update my script.
This shows when things changed.
This script seems to have been updated, and the changelog mentions that youtube started using unicode values for ampersands... I think this is can be solved by inserting into the pipeline...
_________________ What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind
|
|
Back to top
|
|
 |
Dougal

Joined: 19 Oct 2005 Posts: 2505 Location: Hell more grotesque than any medieval woodcut
|
Posted: Sat 02 Apr 2011, 16:43 Post subject:
|
|
I just had a look at a new youtube html file and I see a lot of "\u0026", which is unicode for something... I presume ampersand. So it will probably be something like
Edit: I just checked and for some reason the sed command won't do anything unless you escape the & -- but then it gives you "\&" in the output!
Personally, I delete all backslashes in my script (tr -d '\\'), so it doesn't matter and | Code: | | sed 's|\u0026|\&|g' | fixed it.
_________________ What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind
|
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 1786 Location: अनुमोदना
|
Posted: Tue 05 Apr 2011, 22:30 Post subject:
|
|
Updated to version 2.1.4 - see main post
IT IS WORKING AGAIN! APRIL 2011
Thanks to Mr. Arif Suparlan and Dougal!
_________________ PET Maker|WbarCC|My Website
|
|
Back to top
|
|
 |
kent41

Joined: 26 Nov 2006 Posts: 242
|
Posted: Wed 20 Apr 2011, 23:56 Post subject:
|
|
hi
About a week or so ago I used the new you2pup and it worked ok. I tried today to download a file and it looks like you2pup is broke again.
I use puppy 4.3.1 and the you2pup ver. for general puppies.
Has anyone tried to use the new you2pup and had it work ok in the last few days?
_________________ Toshiba M35X S-111 - Aspire 5100-3357 using puppy 2.12 - 2.13 - 2.14 - 4.3.1 -
Bootable CD and no hard drive
Acer Aspire 1 netbook using thumbdrive or CD
|
|
Back to top
|
|
 |
Dougal

Joined: 19 Oct 2005 Posts: 2505 Location: Hell more grotesque than any medieval woodcut
|
Posted: Fri 22 Apr 2011, 14:28 Post subject:
|
|
| kent41 wrote: | | Has anyone tried to use the new you2pup and had it work ok in the last few days? |
I just tried my script and it worked, so youtube haven't changed anything... it must be a bug in you2pup.
_________________ What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind
|
|
Back to top
|
|
 |
kent41

Joined: 26 Nov 2006 Posts: 242
|
Posted: Sun 24 Apr 2011, 10:36 Post subject:
|
|
I forgot to say which ver. of you2pup I downloaded. It was you2pup-2.1.4.pet the general version .
I download ver. 2.1.4 today and run it with no success.
What happens is it tries to download the youtube video but then it stops and then goes away.
_________________ Toshiba M35X S-111 - Aspire 5100-3357 using puppy 2.12 - 2.13 - 2.14 - 4.3.1 -
Bootable CD and no hard drive
Acer Aspire 1 netbook using thumbdrive or CD
|
|
Back to top
|
|
 |
Dougal

Joined: 19 Oct 2005 Posts: 2505 Location: Hell more grotesque than any medieval woodcut
|
Posted: Mon 25 Apr 2011, 12:35 Post subject:
|
|
I just tried 2.1.4 with a random video and it worked... it might be something about the video you're trying to download (maybe some character in the name is causing problems).
_________________ What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind
|
|
Back to top
|
|
 |
nooby
Joined: 29 Jun 2008 Posts: 9383 Location: SwedenEurope
|
Posted: Mon 25 Apr 2011, 13:46 Post subject:
|
|
Another thing. They have converted some 30% of all videos to a new format so that could explain things maybe?
_________________
I'm a noob so I use Google Search of Puppy Forum
|
|
Back to top
|
|
 |
soliver
Joined: 31 Oct 2009 Posts: 22 Location: Germany - Koblenz
|
Posted: Thu 08 Dec 2011, 14:02 Post subject:
you2pup with movgrab Subject description: you2pup with movgrab as downloader |
|
Hello there,
made a new version with movgrab as downloader. For me the old you2pup wont work. Feel free to test my verison and please leave a post.
Movgrab is included (compiled in clean puppy 4.1.2 with ssl support, version 1.1.4). You can download an other version here: http://www.murga-linux.com/puppy/viewtopic.php?t=68986&sid=a539c0a1700905a8c087305bd407bfc1
Needs gtkdialog 3. I am using the "real" gxmessage, looks much better.
Think version number has to be changed
Not a .pet => please test it!
Thank you and have a good time!
| Description |
english-german version
|

Download |
| Filename |
you2pup-2.0-eng-deu.tar.bz2 |
| Filesize |
68.61 KB |
| Downloaded |
218 Time(s) |
| Description |
english version of you2pup
|

Download |
| Filename |
you2pup-2.0-eng.tar.bz2 |
| Filesize |
67.17 KB |
| Downloaded |
236 Time(s) |
| Description |
|
| Filesize |
13.38 KB |
| Viewed |
614 Time(s) |

|
|
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2173 Location: UK
|
Posted: Thu 08 Dec 2011, 16:44 Post subject:
Re: you2pup with movgrab Subject description: you2pup with movgrab as downloader |
|
| soliver wrote: | | Feel free to test my version and please leave a post. |
Firstly I want to say, long story short, thanks for this - it works for many videos, with a bit of trial and error when choosing 'Quality' - this is not so complicated, so I am happy!
Now, with the details:
I just tested with this video... and this one..
and this one: http://www.youtube.com/watch?v=IvlFoQTse8s (great fight!)
I tried many times to select different formats, the same format was downloaded each time - flv-h264:640x360...
This was true for both videos 1 and 2..
The 3rd video would not download - only a .webm text file...
The 1st video only downloaded when I chose the 'flv' Quality option..
But the 2nd video only worked with the 'flv-h264:640x360' option..
_________
And, even once I got the 'Quality' choice correct, I always had to click 'Download' twice for it to work -
The 1st time the console appears then disappears immediately...
The 2nd time the console appears and starts downloading fine (screenshot1)
to avoid the 2 click Downloads, I suggest to build in a check to see if the video is downloading, and re-try if it is not..
Also, maybe to make the 'Quality' selection easier you could add an 'auto' or 'detect' option?
But, as I said first, it works for many videos already
_________________ Akita Linux, VLC-GTK, Pup Search, Pup File Search
|
|
Back to top
|
|
 |
|