yt-smplayer-url script

Script sloužící k otevírání kliknutých youtube URL v smplayeru.

yt-smplayer-url.rb
#!/usr/bin/ruby1.8
 
if ARGV[0].nil? or ARGV[0].empty? then
	at_exit { puts "No link as parameter."}
	exit
else
	link = ARGV[0]
end
 
if link =~ /http[s]?:\/\/www\.youtube\.com\/watch.+/i
	exec "smplayer \"#{link}\""
else
	exec "x-www-browser \"#{link}\""
end
Navigace

Obecné

Vývoj

Naše minetest games

Jiné minetest games

Minecraft

Wurm Unlimited

Ostatní

O této wiki

Tisk/export
Jazyky