Update tests to use youtube-dl 2019.08.02

This commit is contained in:
Mattias Wadman
2019-08-11 09:58:36 +02:00
committed by GitHub
parent 7a2f3efe4d
commit c559b21210

View File

@ -1,5 +1,5 @@
ARG GO_VERSION=1.12
ARG YDL_VERSION=2019.07.16
ARG YDL_VERSION=2019.08.02
FROM golang:$GO_VERSION
ARG YDL_VERSION