Sha256: 9418099ef1f63f046488f032c35f3831270f73e260d25c231861374b3ad2475b

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

#!/bin/bash -ex
cd "$( dirname "${BASH_SOURCE[0]}" )"/..
test "$#" -ne 1 && echo "Usage: gop-raw-cut-you-HD60 [CHANNEL] < GOP-URL-CUT-S" >&2 && exit 145

COMPOSE_FILE=docker-compose.yml
COMPOSE_PROJECT_NAME=youtubby_exp

docker-compose build --force-rm

export GOOGLE_CLIENT_ID="$(< exp/.google-client-id)"
export GOOGLE_CLIENT_SECRET="$(< exp/.google-client-secret)"

docker-compose run --rm youtubby exp/gop-raw-cut-you-HD60.rb "$1"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ffmprb-0.12.1 exp/youtubby/exp/gop-raw-cut-you-HD60