Author |
Message |
trio

Joined: 21 Dec 2008 Posts: 2083 Location: अनुमोदना
|
Posted: Mon 27 Jun 2016, 02:11 Post subject:
|
|
version 2.8.2: script - get video name as video out[ut name
gui - bugfix remember last dir, gui width
_________________ My apps
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6608 Location: Valåmoen, Norway
|
Posted: Mon 27 Jun 2016, 11:30 Post subject:
|
|
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: | exec rxvt -bg "blue" -fg "white" -title "you2pup" -e you2pupsearch "$TERMS" & |
The timer updates the VID field instead of the button
Code: | <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>
|
_________________ Stardust resources
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 2083 Location: अनुमोदना
|
Posted: Mon 27 Jun 2016, 23:07 Post subject:
|
|
version 2.8.3: Gui - enable multiple downloads
- No_browser: auto refresh VID when clicking pic when searching
Done Sigmun, thanks
_________________ My apps
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 2083 Location: अनुमोदना
|
Posted: Tue 28 Jun 2016, 04:02 Post subject:
|
|
Sigmund,
The auto fetch vid will make old fashioned copy-paste impossible
I will think of something, or maybe a suggestion?
_________________ My apps
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 2083 Location: अनुमोदना
|
Posted: Tue 28 Jun 2016, 06:48 Post subject:
|
|
version 2.8.4: regular version Gui - use consistantly /root/.you2pup/tmp, no nee relaunch gui when search
_________________ My apps
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6608 Location: Valåmoen, Norway
|
Posted: Tue 28 Jun 2016, 07:30 Post subject:
|
|
Just want to mention that Code: | 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
_________________ Stardust resources
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 2083 Location: अनुमोदना
|
Posted: Tue 28 Jun 2016, 22:42 Post subject:
|
|
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
_________________ My apps
|
Back to top
|
|
 |
trio

Joined: 21 Dec 2008 Posts: 2083 Location: अनुमोदना
|
Posted: Wed 29 Jun 2016, 10:58 Post subject:
|
|
version 2.8.5: no browser version, bugfix: forgot to put you2pupsearch file in pet (sorry)
_________________ My apps
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6608 Location: Valåmoen, Norway
|
Posted: Wed 07 Sep 2016, 07:25 Post subject:
|
|
Title doesn't correspond to url when searching.
fix:
you2pupsearch line 31
add -B 3
Code: | 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 |
_________________ Stardust resources
|
Back to top
|
|
 |
Argolance

Joined: 06 Jan 2008 Posts: 3720 Location: PORT-BRILLET (Mayenne - France)
|
Posted: Thu 22 Sep 2016, 12:50 Post subject:
|
|
Bonjour,
This "little" program is really great but actually not gettexted/translated?
If this could be useful...
Works perfectly on Puppy Precise...
Cordialement.
Description |
|
Filesize |
18.38 KB |
Viewed |
383 Time(s) |

|
Description |
|

Download |
Filename |
you2pup_gettexted_fr-files.tar |
Filesize |
20 KB |
Downloaded |
124 Time(s) |
_________________
A second life for your PCs...
|
Back to top
|
|
 |
nic007

Joined: 13 Nov 2011 Posts: 3196 Location: Cradle of Humankind
|
Posted: Tue 31 Oct 2017, 05:21 Post subject:
|
|
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
|
Back to top
|
|
 |
keniv
Joined: 06 Oct 2009 Posts: 566 Location: Scotland
|
Posted: Tue 31 Oct 2017, 12:29 Post subject:
|
|
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.
Description |
|
Filesize |
83.54 KB |
Viewed |
193 Time(s) |

|
Description |
|
Filesize |
80.7 KB |
Viewed |
190 Time(s) |

|
|
Back to top
|
|
 |
greengeek

Joined: 20 Jul 2010 Posts: 5624 Location: Republic of Novo Zelande
|
Posted: Sun 10 Dec 2017, 01:04 Post subject:
|
|
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!
|
Back to top
|
|
 |
ally

Joined: 19 May 2012 Posts: 1934 Location: lincoln, uk
|
Posted: Sun 10 Dec 2017, 01:25 Post subject:
|
|
no double right click menu in chrome but works in palemoon
nice,cheers nic
|
Back to top
|
|
 |
MochiMoppel

Joined: 26 Jan 2011 Posts: 1943 Location: Japan
|
Posted: Sun 10 Dec 2017, 06:13 Post subject:
|
|
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.
Description |
|
Filesize |
11.52 KB |
Viewed |
141 Time(s) |

|
|
Back to top
|
|
 |
|