peertube upload now supported

This commit is contained in:
LecygneNoir 2018-03-07 14:15:52 +01:00
parent 1ecc9cab25
commit 2e8f019cdb
3 changed files with 79 additions and 3 deletions

View file

@ -69,4 +69,5 @@ if __name__ == '__main__':
except SchemaError as e:
exit(e)
yt_upload.run(options)
yt_upload.run(options)
pt_upload.run(options)