1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
mxpv 28823805c9 ytdl 2018.5.1 introduces strange bug in Vimeo resolver:
ERROR: Unable to extract info section (caused by ExtractorError("Unable to download webpage: HTTP Error 404: Not Found (caused by <HTTPError 404: 'Not Found'>); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.")); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
2018-07-18 21:38:59 -07:00
2017-11-10 17:13:01 -08:00
2017-11-26 00:31:48 -08:00
2017-11-10 17:59:49 -08:00
2017-11-02 21:46:19 -07:00
2017-08-22 21:40:02 -07:00
2018-07-05 23:14:47 -07:00
2017-10-30 17:26:46 -07:00
2017-08-22 22:58:08 -07:00

Handling static files

ASSETS_PATH should point to a directory with static files. For debugging just 'Copy Path' to assets directory.

For production run gulp patch. Gulp will generate dist directory with minified files and update templates to include these files.

TEMPLATES_PATH should just point to templates directory.

Docker will run gulp and include dist and templates directories during build as well as specify ASSETS_PATH and TEMPLATES_PATH environment variables.

Patreon

In order to login via Patreon the following variables should be configured:

Deploy Docker images

Build docker image:

docker build -t ytdl .

Deploy image to Container Registry:

docker tag ytdl gcr.io/pod-sync/ytdl
gcloud auth application-default login
gcloud docker -- push gcr.io/pod-sync/ytdl

or just use build.sh

Access to Container Registry from docker

See https://cloud.google.com/container-registry/docs/advanced-authentication for details

Description
No description provided
Readme 9.8 MiB
Languages
Go 99%
Makefile 0.6%
Dockerfile 0.4%