Tobias Sgoff 6 years ago
parent
commit
785aeef0d6
1 changed files with 0 additions and 18 deletions
  1. 0 18
      README.md

+ 0 - 18
README.md

@@ -1,9 +1,3 @@
-
-Fork
-============
-Fork from https://github.com/tokland/youtube-upload
-
-
 Introduction
 ============
 
@@ -135,18 +129,6 @@ $ shoogle execute --client-secret-file client_secret.json \
     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
 ====================