From f365eb1089302fc26cc5bad7c543466c653ead42 Mon Sep 17 00:00:00 2001 From: Zykino Date: Sun, 9 Sep 2018 17:21:59 +0200 Subject: [PATCH] fix README with the version of python used and adding a missing dependency --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2197a95..713bf4c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Prismedia -A scripting way to upload videos to peertube and youtube +A scripting way to upload videos to peertube and youtube written in python2 ## Dependencies Search in your package manager, otherwise use ``pip install --upgrade`` @@ -11,6 +11,7 @@ Search in your package manager, otherwise use ``pip install --upgrade`` - docopt - schema - python-magic + - python-magic-bin - requests-toolbelt - tzlocal @@ -60,12 +61,12 @@ Simply upload a video: ``` ./prismedia_upload.py --file="yourvideo.mp4" -``` +``` Specify description and tags: -``` +``` ./prismedia_upload.py --file="yourvideo.mp4" -d "My supa description" -t "tag1,tag2,foo" ``` @@ -168,5 +169,5 @@ Languages: If your server uses peertube before 1.0.0-beta4, use the version inside tag 1.0.0-beta3! -## Sources -inspired by [peeror](https://git.drycat.fr/rigelk/Peeror) and [youtube-upload](https://github.com/tokland/youtube-upload) \ No newline at end of file +## Sources +inspired by [peeror](https://git.drycat.fr/rigelk/Peeror) and [youtube-upload](https://github.com/tokland/youtube-upload)