Re: [dwm] last.fm + youtube downloader scripts

2009-01-09 Thread Christian Garbs
On Tue, Jan 06, 2009 at 10:42:34AM +0300, Alexander Polakov wrote: > http://www.arrakis.es/~rggi3/youtube-dl/ If we're collecting youtube downloaders: Here's an irssi plugin for autodownloadung videos from Youtube and a bunch of other video sites. It could also be used standalone, if youtube-dl.pl

Re: [dwm] last.fm + youtube downloader scripts

2009-01-06 Thread Ian Daniher
Using the external browser is a great hack, especially since w3m supports three of them. For mplayer scripting, I use the following command: mplayer -really-quiet $URL&> /dev/null& When I want high-quality videos, I manually edit the script to add "&fmt=18" to the end of line starting "URL=". Thi

Re: [dwm] last.fm + youtube downloader scripts

2009-01-06 Thread bill lam
On Tue, 06 Jan 2009, Ian Daniher wrote: > As for setting up a hotkey in w3m, I got distracted from > the manpage by my bugfix but I'll post to the mailing > list as soon as I have it figured out. Thanks. I can view youtube from w3m with a simple script to call mplayer and your revised scripts. I u

Re: [dwm] last.fm + youtube downloader scripts

2009-01-06 Thread Szabolcs Nagy
On 1/6/09, Alexander Polakov wrote: > http://www.arrakis.es/~rggi3/youtube-dl/ > that's overcomplicated and does not support every kind of youtube links here is another version that supports playlists, embedded /v/ and /watch? urls as well: http://port70.net/~nsz/y/yget.sh

Re: [dwm] last.fm + youtube downloader scripts

2009-01-05 Thread Alexander Polakov
http://www.arrakis.es/~rggi3/youtube-dl/

Re: [dwm] last.fm + youtube downloader scripts

2009-01-05 Thread Ian Daniher
Hi All, Perhaps my first 'release' was premature. In testing I found a rather atrocious bug which rendered my script useless with some youtube videos. I just completed a partial rewrite and have tested it with great success. UGETURL=$(curl -s $1 |grep fullscreenUrl) URLPARAMS="${UGETURL#*/wat

Re: [dwm] last.fm + youtube downloader scripts

2009-01-05 Thread bill lam
How to configure w3m to use this youtube-dl ? That is not mentioned in README. -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 唐詩253 崔顥 長干行二首之一 君家何處住 妾住在橫塘 停船暫借問 或恐是同鄉

Re: [dwm] last.fm + youtube downloader scripts

2009-01-05 Thread Ian Daniher
Ooops, epic fail on my part. -- Take 2 On 1/5/09, bill lam wrote: > On Mon, 05 Jan 2009, Ian Daniher wrote: >> music. youtubedl I am currently working on binding to a hotkey in w3m >> to allow near-seamless viewing of youtube videos from a command line >> browser. > > I also use w3m and intereste

Re: [dwm] last.fm + youtube downloader scripts

2009-01-05 Thread bill lam
On Mon, 05 Jan 2009, Ian Daniher wrote: > music. youtubedl I am currently working on binding to a hotkey in w3m > to allow near-seamless viewing of youtube videos from a command line > browser. I also use w3m and interested in how to do download and view youtube. As pointed out, there are only sy

Re: [dwm] last.fm + youtube downloader scripts

2009-01-05 Thread Jeremy Jay
sounds interesting, but you only tarred the symlinks in both emails :) Jeremy On Mon 05 Jan 2009 - 06:51PM, Ian Daniher wrote: > Hello again, > While I'm at it, I might as well share a pair of my media scripts > which are extremely helpful when it comes to handling web A/V from > command line br

[dwm] last.fm + youtube downloader scripts

2009-01-05 Thread Ian Daniher
Hello again, While I'm at it, I might as well share a pair of my media scripts which are extremely helpful when it comes to handling web A/V from command line browsers. These two files are various bash scripts I've written [or adjusted] for CLI media-related activities. "mcfmod" is a heavy modific