Guest User

wah

a guest
Apr 11th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. Command: python3 tubeup.py https://www.youtube.com/watch?v=7LfwliEvCVY
  2.  
  3. [debug] Python version 3.4.2 - Linux-3.16.0-4-amd64-x86_64-with-debian-8.3
  4. [debug] exe versions: avconv 11.6-6, avprobe 11.6-6, rtmpdump 2.4
  5. [debug] Proxy map: {}
  6. {'status': 'finished', '_elapsed_str': '02:20', 'elapsed': 140.20441150665283, 'total_bytes': 859555206, 'filename': 'downloads/Columbine_Cafeteria_Footage_Full_Video-7LfwliEvCVY.f135.mp4', '_total_bytes_str': '819.74MiB', 'downloaded_bytes': 859555206}
  7. :: Downloaded: downloads/Columbine_Cafeteria_Footage_Full_Video-7LfwliEvCVY.f135.mp4...
  8. {'status': 'finished', '_elapsed_str': '01:19', 'elapsed': 79.2211446762085, 'total_bytes': 409177185, 'filename': 'downloads/Columbine_Cafeteria_Footage_Full_Video-7LfwliEvCVY.f141.m4a', '_total_bytes_str': '390.22MiB', 'downloaded_bytes': 409177185}
  9. :: Downloaded: downloads/Columbine_Cafeteria_Footage_Full_Video-7LfwliEvCVY.f141.m4a...
  10. :: Uploading downloads/Columbine_Cafeteria_Footage_Full_Video-7LfwliEvCVY...
  11. Traceback (most recent call last):
  12. File "tubeup.py", line 240, in <module>
  13. main()
  14. File "tubeup.py", line 233, in main
  15. identifier, meta = upload_ia(video)
  16. File "tubeup.py", line 158, in upload_ia
  17. if no_description or os.stat(videobasename + '.description').st_size == 0:
  18. UnboundLocalError: local variable 'no_description' referenced before assignment
Advertisement
Add Comment
Please, Sign In to add comment