mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 09:29:16 +02:00
store youtube credentials in a file to avoid asking creds for each uploads
This commit is contained in:
parent
3e0865ad43
commit
33687a1a90
3 changed files with 22 additions and 3 deletions
|
@ -54,7 +54,6 @@ if __name__ == '__main__':
|
|||
import pt_upload
|
||||
|
||||
options = docopt(__doc__, version=VERSION)
|
||||
print options
|
||||
|
||||
schema = Schema({
|
||||
'--file': And(str, lambda s: validateVideo(s), error='file is not supported, please use mp4'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue