Browse Source

update yt to new version. use this when needing auth

David 9 years atrás
parent
commit
66ad3c3348
1 changed files with 1 additions and 2 deletions
  1. 1 2
      back/youtube_upload/yt.py

+ 1 - 2
back/youtube_upload/yt.py

@@ -7,5 +7,4 @@ if __name__ == '__main__':
     sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), os.pardir))    
     
     from youtube_upload import main    
-    main.run("titulo", '/tmp/tmp.qpW37PKFQe.png', "/home/david/movie-1467810207.flv")
-
+    main.main("titulo", '/tmp/tmp.qpW37PKFQe.png', "/home/david/movie-1467810207.flv")