Youtube simple tool

@WrightWilliams yes, the files are downloaded to my server then deleted after upload. I plan to develop this, I like it and have some ideas that ma help the youtube marketers.

@Outkast tnx for noticing UTF8. I will add for custom titles, but for now just use it as youtube video "scraper".

@Ingeniousweb It is supposed to have all same description. Idea is to upload 5 videos with all same description and tags. Like when you're testing some niche. I'll put it on my todo list

@candiceswan as I said, I uploaded to hundreds of accounts and never got the same IP issue. This is using youtube API which is made just for web services like this. It wouldn't be any logic if youtube ban based on IP which is always my server IP.

@GoGame because of entering account details or afraid of getting banned? I will add youtube authorization soon. For the second, you will not be banned. If this is the case I would lose all my accounts looong time ago :chicken_w
 
Is this still working? The script seems to be running for me but the videos are no longer showing up at my account....
 
It's working I didn't touch anything. Try again. You can always test with some short video like this one
PHP:
youtube.com/watch?v=osgz505zbeY
timepassblogs, just paste link in the box, chose description and tags that will be the same on all videos. Don't use quotes at the moment
 
Last edited:
I just tried it four times with videos of various sizes, it "says" that it worked, but when I log in to YouTube there are no uploads....
 
yeah, it seems that youtube doesn't like too much downloading.
I'll see what I can do. tool is closed for now
 
Is there anyway you can create a standalone uploader that can do like 8-10 uploads at a time but without the downloading feature?
 
Only because I like the copy-paste of info into the one main field and the easy input of info as opposed to just the standard multi-upload on Youtubes actual site
 
Ok, youtube is sometimes blocking download for excessive usage. Just wait a little and try again. You can also download videos from Vimeo and DailyMotion to your YT account so try with them.

Until the better solution the application will support one link.
Added custom title and fixed the problem with quotes inside.

Sure, I can do that but time is all I need, patience my friend
 
Getting this error when I try and upload:
Warning: require_once(Zend/Loader.php): failed to open stream: No such file or directory in /var/www/massdownupdev.php on line 9 Fatal error: require_once(): Failed opening required 'Zend/Loader.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/massdownupdev.php on line 9
 
it means i have to go do some excersise couse i'm losing concetration.
it's fixed
 
I dunno in which thread should I post, but here goes...

I'm trying to run your script (in OSX), and I just get error message
" File "/Users/oukast/Desktop/yt_upload/yt/yt.py", line 4
while read line
^
SyntaxError: invalid syntax
"

I have created the list.txt and have one video URL there, but what's the problem? I'm not really familiar with Python at all...
 
which script?
I think there was misunderstand.
Don't let me be misunderstand.
The command line script is bash script, not python. File extension for bash is .sh, so yours will be yt.sh
 
I'm referring to the script that you provided (bash one, not php as I have no use for that at the moment).

Okay, so I renamed it and tried to run in bash. Got more error popping up :D

Code:
Overlord:~ oukast$ sh /Users/oukast/Desktop/yt_upload/yt/yt.sh 
/Users/oukast/Desktop/yt_upload/yt/yt.sh: line 7: list.txt: No such file or directory
/Users/oukast/Desktop/yt_upload/yt/yt.sh: line 31: youtube-upload: command not found
/Users/oukast/Desktop/yt_upload/yt/yt.sh: line 31: youtube-upload: command not found

I have everything in the same directory. Maybe I just fail miserably, and it would be better to stick with your service. It would just be much more beneficial to be able to run it myself...
 
it must work if u have list.txt in folder. run command to see files in folder, let's see what do you have. If u don't just change the code where it says "file.txt" on line 7 and put your filename

youtube-upload is program you have to install. There's a link in the post, read carefully.
 
I tried to figure it all out, but goes way over my head. Unfortunately, since this is awesome tool I'd just love to run on my own box.
 
Maybe I'll make full script someday, but till then, just go slow.
1. install rg3 - follow their instruction
2. install youtube-upload
3. run my script

first test out rg3 and youtube-upload from command-line
 
Added youtube authorization so u don't have to enter your account details.
They're safe
 
Back
Top