Posljednje viđen/a Prije 13 godina/e
Newbie
5096 dana na xHamsteru
1K pregled/a profila
1 pretplatnik/a
19 ostavljena/ih komentara
Osobni podaci
O meni
I have xhamster-related stuff in my .bash_profile...
~ $ grep xhamster .bash_profile
wx(){ wget -c xhamster.com/flv2/"$1"; }
wp(){ mplayer -cache 2048 http://xhamster.com/flv2/"$1" "${@:2}"; }
"$1" is the flashvars.file string in the javascript environment of the page with video, it's accessible via the javascript console of the browser. "${@:2}" parameters are for specifying -aspect 16/9 or -vf cropdetect (and then crop=...) or anything needed for videos.
Greasemonkey script for appending the direct link to flv to the title text above the video is available on my "Personal Website" (really it's just pastie.org page with the source of the script). I've written this few moments ago, right after the registration.
~ $ grep xhamster .bash_profile
wx(){ wget -c xhamster.com/flv2/"$1"; }
wp(){ mplayer -cache 2048 http://xhamster.com/flv2/"$1" "${@:2}"; }
"$1" is the flashvars.file string in the javascript environment of the page with video, it's accessible via the javascript console of the browser. "${@:2}" parameters are for specifying -aspect 16/9 or -vf cropdetect (and then crop=...) or anything needed for videos.
Greasemonkey script for appending the direct link to flv to the title text above the video is available on my "Personal Website" (really it's just pastie.org page with the source of the script). I've written this few moments ago, right after the registration.
Komentari
2

Amadeus53 Prije 13 godina/e
welcome - nice start
Odgovori
D
derstrafer Prije 13 godina/e
Welcome to xhamster
Odgovori