From aeddf7cb93b4f1652336847d4a374e07fd4d1dda Mon Sep 17 00:00:00 2001 From: Alexey Rodionov Date: Wed, 22 Mar 2017 12:00:25 +0300 Subject: [PATCH 1/5] Add more attributes --- google-youtube-upload.html | 64 ++++++++++++++++++++++++++++++-------- 1 file changed, 51 insertions(+), 13 deletions(-) diff --git a/google-youtube-upload.html b/google-youtube-upload.html index 5a85d31..8e4956d 100755 --- a/google-youtube-upload.html +++ b/google-youtube-upload.html @@ -11,21 +11,39 @@ From 76c66334c3f6eb24f02d22962287c02e9915fb0d Mon Sep 17 00:00:00 2001 From: Alexey Rodionov Date: Fri, 30 Jun 2017 10:42:52 +0300 Subject: [PATCH 5/5] Set Change mimeType default value --- google-youtube-upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-youtube-upload.html b/google-youtube-upload.html index 7c14eca..6d80dbf 100755 --- a/google-youtube-upload.html +++ b/google-youtube-upload.html @@ -445,7 +445,7 @@ */ mimeType: { type: String, - value: '' + value: 'video/webm;codecs=vp9,vp8' } },