Browse Source

fix README with the version of python used and adding a missing dependency

pull/13/head
Zykino 5 years ago
parent
commit
f365eb1089
1 changed files with 6 additions and 5 deletions
  1. +6
    -5
      README.md

+ 6
- 5
README.md View File

@ -1,6 +1,6 @@
# Prismedia # 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 ## Dependencies
Search in your package manager, otherwise use ``pip install --upgrade`` 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 - docopt
- schema - schema
- python-magic - python-magic
- python-magic-bin
- requests-toolbelt - requests-toolbelt
- tzlocal - tzlocal
@ -60,12 +61,12 @@ Simply upload a video:
``` ```
./prismedia_upload.py --file="yourvideo.mp4" ./prismedia_upload.py --file="yourvideo.mp4"
```
```
Specify description and tags: Specify description and tags:
```
```
./prismedia_upload.py --file="yourvideo.mp4" -d "My supa description" -t "tag1,tag2,foo" ./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! 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)
## Sources
inspired by [peeror](https://git.drycat.fr/rigelk/Peeror) and [youtube-upload](https://github.com/tokland/youtube-upload)

Loading…
Cancel
Save