You2pup works (June 2016) YouTube downloader

Browsers, email, chat, etc.
Message
Author
User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#226 Post by trio »

version 2.8.2: script - get video name as video out[ut name
gui - bugfix remember last dir, gui width

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#227 Post by zigbert »

Suggestion:
- Update VID field in the main window when clicking on a thumb in the search window
- Activate search when pressing enter

require you2pupsearch to run in the background - adding an '&' at the end of the line

Code: Select all

	exec rxvt -bg "blue" -fg "white" -title "you2pup" -e you2pupsearch "$TERMS" &
The timer updates the VID field instead of the button

Code: Select all

<window title="You2Pup 2.8.2" width-request="500" allow-grow="false">
 <vbox>
  <frame Puppy YouTube Downloader> 
   <vbox>
    <pixmap><input file>/usr/share/pixmaps/you2pup.png</input></pixmap>
    <vbox width-request="400">
     <timer milliseconds="true" interval="200" visible="false">
      <action type="refresh">MSG</action>
      <action type="refresh">VID</action>
     </timer>
    </vbox>
    <hbox>
     <entry visible="true"> 
      <variable>TERMS</variable>
      <input>echo "Type search terms here"</input>
      <action signal="activate">search</action>
     </entry>
     <button tooltip-text="Search YouTube" visible="true">
      <input file stock="gtk-zoom-in"></input>
      <label>Web search</label>
      <action>search</action>
     </button>
    </hbox>

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

#228 Post by trio »

version 2.8.3: Gui - enable multiple downloads
- No_browser: auto refresh VID when clicking pic when searching

Done Sigmun, thanks :)

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

#229 Post by trio »

Sigmund,

The auto fetch vid will make old fashioned copy-paste impossible :)

I will think of something, or maybe a suggestion?

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

#230 Post by trio »

version 2.8.4: regular version Gui - use consistantly /root/.you2pup/tmp, no nee relaunch gui when search

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#231 Post by zigbert »

Just want to mention that

Code: Select all

wget -O - -t 7 -w 5 --waitretry=14 --random-wait '--user-agent=Mozilla/5.0' -e robots=off "$VID" -O - | ffplay -i pipe:0
plays the youtube video without downloading it.

wget code grabbed from you2pupscript

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

#232 Post by trio »

version 2.8.4: regular version Gui - use consistantly /root/.you2pup/tmp, no nee relaunch gui when search
No browser version: GUI - reconstrcted by Zigbert
Script - streaming play added

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

#233 Post by trio »

version 2.8.5: no browser version, bugfix: forgot to put you2pupsearch file in pet (sorry)

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#234 Post by zigbert »

Title doesn't correspond to url when searching.

fix:
you2pupsearch line 31
add -B 3

Code: Select all

cat $HOME/.you2pup/tmp/ytresult | sed -e 's/http:/\nhttp:/g' -e 's/ - <b>YouTube/\n - <b>YouTube/g' -e 's/href/\nhref/g' | grep -A 5 -B 3 -F 'http://img.youtube.com/vi/' > $HOME/.you2pup/tmp/ytresult

User avatar
Argolance
Posts: 3767
Joined: Sun 06 Jan 2008, 22:57
Location: PORT-BRILLET (Mayenne - France)
Contact:

#235 Post by Argolance »

Bonjour,
This "little" program is really great but actually not gettexted/translated?
If this could be useful...
Works perfectly on Puppy Precise...

Cordialement.
Attachments
160924_190827_506x305_easyshot.jpg
(18.38 KiB) Downloaded 408 times
you2pup_gettexted_fr-files.tar
(20 KiB) Downloaded 179 times

User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

#236 Post by nic007 »

I've given this tip before, no need for any additional application. Youtube now using html5. When video starts > double right-click in video window > choose save video (wording could be different for different browsers) from popup menu > name (rename) video to "your preferred name".webm This downloads the video "as is" with your browser downloader and with no conversion. Easy peasy

keniv
Posts: 583
Joined: Tue 06 Oct 2009, 21:00
Location: Scotland

#237 Post by keniv »

Can I ask if this should work with the recently update version of lucid. Image-11 is what I get if I select play. Image-12 is what I get if I select download.

Regards,

Ken.
Attachments
image-11.jpg
(83.54 KiB) Downloaded 214 times
image-12.jpg
(80.7 KiB) Downloaded 210 times

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#238 Post by greengeek »

nic007 wrote:I've given this tip before, no need for any additional application. Youtube now using html5. When video starts > double right-click in video window > choose save video (wording could be different for different browsers) from popup menu > name (rename) video to "your preferred name".webm This downloads the video "as is" with your browser downloader and with no conversion. Easy peasy
Thanks for the tip. Unfortunately "save as" is greyed out on my system. Slacko 5.6 derivative running Google Chrome 48.0.2564.97

Any thoughts?

EDIT : Actually I just tried the same trick with Firefox 17ESR and it works perfectly.
cheers!

User avatar
ally
Posts: 1957
Joined: Sat 19 May 2012, 19:29
Location: lincoln, uk
Contact:

#239 Post by ally »

no double right click menu in chrome but works in palemoon

nice,cheers nic

:)

User avatar
MochiMoppel
Posts: 2084
Joined: Wed 26 Jan 2011, 09:06
Location: Japan

#240 Post by MochiMoppel »

ally wrote:no double right click menu in chrome but works in palemoon
It does?
"Save Video As.." , when clicked, does nothing. The next item "Save Snapshot As" works.
Using Slacko 5.6 and Palemoon 27.5.1.
Attachments
youtube_menu.png
(11.52 KiB) Downloaded 160 times

User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

#241 Post by nic007 »

Hi all. Check my post here for the ultimate solution: http://www.murga-linux.com/puppy/viewtopic.php?t=112202

I use the brilliant https://youtubemultidownloader.com site almost exclusively these days. Right-click on the video resolution of your choice and download with super fast speed using the downthemall addon (which should pop-up in the right-click menu). Definitely the easiest way to download video in HQ as is without conversion (you get the "raw" mp4 directly from the server).

DustyPixel
Posts: 50
Joined: Tue 28 Jun 2016, 03:21

#242 Post by DustyPixel »

I installed You2pup 2.8.4 in Tahrpup 6.0.5, and when I found a You Tube video and clicked download I got the following message:

Download sites found!!
Please select video quality and press enter or choose abort:
1) abort
#?

What should I put here? I don't see a menu, and I tried typing 720p, 480p, etc. but when I hit enter, the download is cancelled. Typing different monitor
resolutions - 800x600, etc. doesn't do anything either.

Post Reply