wintermute123 / youtube-upload

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

Error: no such option: --email:email@yahoo.de #157

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
= Version from today 11/05/14

youtube-upload: today downloaded
python: today downloaded
python-gdata: today downloaded

=

first the command (on Raspberry Pi B+ with Raspbian)
youtube-upload --email=email@yahoo.de --password=******************** 
--title="Test Video" --private /path/to/USB/Stick/.mp4

Error Message
youtube-upload: error: no such option: --email:email@yahoo.de

Any idea?

Thank you!

Original issue reported on code.google.com by plo...@yahoo.de on 5 Nov 2014 at 7:03

GoogleCodeExporter commented 8 years ago
No idea, the error says you wrote "--email:email@yahoo.de" but you say you 
wrote "--email=email@yahoo.de". Anyway, try the short options or using space 
instead of "=". 

Original comment by tokland on 5 Nov 2014 at 11:02

GoogleCodeExporter commented 8 years ago
Which short option? 
And what do you mean with "using space instead of "="".?

My English is not the best and the translator helps me not really.

Thank for the fast answer!

Original comment by plo...@yahoo.de on 5 Nov 2014 at 11:06

GoogleCodeExporter commented 8 years ago
1) run youtube-upload -h to see the short options: -m EMAIL, for example.

2) write --email EMAIL instead of --email=EMAIL

Original comment by tokland on 5 Nov 2014 at 11:09

GoogleCodeExporter commented 8 years ago
Super! Thank you! I will try it.

Original comment by plo...@yahoo.de on 5 Nov 2014 at 11:13

GoogleCodeExporter commented 8 years ago
Okay. Next Problem!

Since 10mins I have this screen

Login to YouTube API: email=ploemi@yahoo.de, password=**********
install pycurl to upload the video using http
start upload using basic gdata api: path/to/media.mp4

Now progressbar or something else.

Is it okay or is something wrong?

Original comment by plo...@yahoo.de on 5 Nov 2014 at 1:40

GoogleCodeExporter commented 8 years ago
No progressbar, I mean.

Original comment by plo...@yahoo.de on 5 Nov 2014 at 1:53

GoogleCodeExporter commented 8 years ago
For see the progressbar you have to install python-progressbar

Original comment by tokland on 12 Nov 2014 at 7:57