|
@@ -1,9 +1,3 @@
|
|
-
|
|
|
|
-Fork
|
|
|
|
-============
|
|
|
|
-Fork from https://github.com/tokland/youtube-upload
|
|
|
|
-
|
|
|
|
-
|
|
|
|
Introduction
|
|
Introduction
|
|
============
|
|
============
|
|
|
|
|
|
@@ -135,18 +129,6 @@ $ shoogle execute --client-secret-file client_secret.json \
|
|
jq ".items[] | select(.snippet.assignable) | {id: .id, title: .snippet.title}"
|
|
jq ".items[] | select(.snippet.assignable) | {id: .id, title: .snippet.title}"
|
|
```
|
|
```
|
|
|
|
|
|
-Docker
|
|
|
|
-========
|
|
|
|
-
|
|
|
|
-* Docker run with credentials file:
|
|
|
|
-
|
|
|
|
-```
|
|
|
|
-docker run --rm \
|
|
|
|
--v ~/.youtube-upload-credentials.json:/home/python/.youtube-upload-credentials.json \
|
|
|
|
--v ~/.client_secrets.json:/usr/local/share/youtube_upload/client_secrets.json \
|
|
|
|
--v ~/videos:/videos bios/youtube-upload --title="Timelapse Demo" --privacy=unlisted /videos/demovideo.mp4
|
|
|
|
-```
|
|
|
|
-
|
|
|
|
Notes for developers
|
|
Notes for developers
|
|
====================
|
|
====================
|
|
|
|
|