bashtube/config.sh

12 lines
280 B
Bash
Raw Normal View History

2021-02-18 03:50:41 +01:00
cfg[title]='BashTube'
cfg[_cookies]='cookiejar'
2021-02-26 23:23:55 +01:00
cfg[flash_host]='flash.xn--domi-o5a.pl'
2021-02-28 17:43:40 +01:00
cfg[template]='default'
2021-05-03 23:11:04 +02:00
cfg[unbuffered]=false
2021-06-03 10:24:30 +02:00
if [[ "${r[url]}" == "/proxy"* ]]; then
cfg[proxy]=true
cfg[proxy_url]='http(s|)://[a-z0-9-]*\.googlevideo\.com/.*'
cfg[proxy_param]='url'
2021-05-03 23:11:04 +02:00
fi