Advertisement
Guest User

Zippcast support please

a guest
Feb 26th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. iruel:~/workspace/youtube2internetarchive (master) $ python3 tubeup.py http://www.zippcast.com/video/140497919931f226e09
  2. [debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
  3. [debug] youtube-dl version 2016.02.22
  4. [debug] Python version 3.4.3 - Linux-4.2.0-c9-x86_64-with-Ubuntu-14.04-trusty
  5. [debug] exe versions: ffmpeg N-77455-g4707497, ffprobe N-77455-g4707497
  6. [debug] Proxy map: {}
  7. {'filename': 'downloads/Scare_Pewdiepie-_Level_1_Free-140497919931f226e09.mp4', 'downloaded_bytes': 552629948, '_total_bytes_str': '527.03MiB', 'total_bytes': 552629948, '_elapsed_str': '00:44', 'elapsed': 44.05271935462952, 'status': 'finished'}
  8. :: Downloaded: downloads/Scare_Pewdiepie-_Level_1_Free-140497919931f226e09.mp4...
  9. :: Uploading downloads/Scare_Pewdiepie-_Level_1_Free-140497919931f226e09...
  10. Traceback (most recent call last):
  11. File "tubeup.py", line 214, in <module>
  12. main()
  13. File "tubeup.py", line 207, in main
  14. identifier, meta = upload_ia(video)
  15. File "tubeup.py", line 112, in upload_ia
  16. upload_date = vid_meta['upload_date']
  17. KeyError: 'upload_date'
  18. iruel:~/workspace/youtube2internetarchive (master) $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement