wintermute123 / youtube-upload

Automatically exported from code.google.com/p/youtube-upload
0 stars 0 forks source link

Script upload_with_curl.sh does not work #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
= Versions:

youtube-upload:0.7.1
python:2.6.2
python-gdata
Sheevaplug
Ubuntu 9.04

= Description:

The script youtube-upload does not work with upload_with_curl.sh script

= Solution:

apt-get install python-pycurl

apt-get install python-progressbar

apt-get install curl

= Command:

youtube-upload --get-upload-form-info [OPTIONS] | upload_with_curl.sh 
--limit-rate 100k

Original issue reported on code.google.com by tomoa1...@gmail.com on 21 Feb 2013 at 4:45

GoogleCodeExporter commented 8 years ago
I don't understand this report, what's the actual command you are running? I 
just tested and upload with curl works for me.

Original comment by tokland on 21 Feb 2013 at 4:57

GoogleCodeExporter commented 8 years ago
The actual command I use, is youtube-upload --get-upload-form-info [OPTIONS] | 
upload_with_curl.sh --limit-rate 100k and it works, but I had to install on ma 
sheevaplug cutl. Without curl the command did not work.

Original comment by tomoa1...@gmail.com on 22 Feb 2013 at 5:43

GoogleCodeExporter commented 8 years ago
It's an example script so I wouldn't include it in the main dependencies, by 
the name it's pretty clear you need curl to run it. 

Original comment by tokland on 22 Feb 2013 at 8:39

GoogleCodeExporter commented 8 years ago

Original comment by tokland on 13 May 2014 at 2:55