From c6f80d73a8649413d54e60e0afb6afc8e7f799f6 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sun, 15 Nov 2020 17:20:11 +1100 Subject: [PATCH] Add an alternate manual upload mode specifically for youtube Adds a built-in "youtube-manual" location which is like "manual" except that it only works with youtube URLs and populates the video_id column. The intent is so that we can have playlist_manager manage videos we upload manually, while still being able to distinguish between that and other manual links that shouldn't be included (eg. links to third party youtube videos). This is set when setting a manual link in thrimbletrimmer with a new checkbox, default off. --- thrimbletrimmer/index.html | 2 +- thrimbletrimmer/scripts/IO.js | 3 ++- thrimshim/thrimshim/main.py | 27 +++++++++++++++++++++------ 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/thrimbletrimmer/index.html b/thrimbletrimmer/index.html index 4073c3c..d77598e 100644 --- a/thrimbletrimmer/index.html +++ b/thrimbletrimmer/index.html @@ -119,7 +119,7 @@ + Is Youtube Upload (add to playlists)?