Active Topics

 



Notices


Reply
Thread Tools
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#21
Anyone getting this to work?

I downloaded 2011.08.04.zip

Put it to /home/user and made it executable.

I've changed the preferences to
/home/user/youtube-dl --no-part -f 5 -o %d -- %s

Same thing as before, I get a new folder, info and thumb but no download.
 
Posts: 25 | Thanked: 67 times | Joined on Oct 2011 @ Waukesha, WI
#22
Why are you downloading a zip file?
Download my script from here:

https://github.com/tsoliman/youtube-...emo/youtube-dl

and it should work. (it works for me)
 

The Following 2 Users Say Thank You to tsoliman For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#23
Sorry T.

I honestly don't understand what I'm missing on this.



###DeltaTime[ before main import ]: 0.0
>>>init conf
###DeltaTime[ after ]: 0.98
using DEVELOPER env
###DeltaTime[ before main class ]: 0.98
/usr/lib/python2.5/site-packages/mytube/lgc/guimytube.py:855: GtkWarning: gtk _menu_attach_to_widget(): menu already attached to GtkImageMenuItem
self.window.set_menu(file_menu)
>>>createListChooser
creating lists
>>>forcing height to 40
>>>createListChooser
changed saved
null callback
###DeltaTime[ main class loaded ]: 2.17
###DeltaTime[ workers: begin ]: 2.3
###DeltaTime[ workers: started ]: 5.74
>>>>set details
/usr/lib/python2.5/site-packages/mytube/ui/details.py:80: DeprecationWarning: use GtkWidget.set_size_request
obj.set_usize(340, 140)
changed ...
nothing changed
changed more ...
null callback
worker adding request
bgworker got a job
searching most viewed
http://gdata.youtube.com/feeds/stand...index=1&max-re sults=10&time=all_time
retract ended
/usr/lib/python2.5/site-packages/mytube/ui/kinetic.py:174: DeprecationWarning : integer argument expected, got float
0, 0)
bgworker -> http://i.ytimg.com/vi/kffacxfA7G4/1.jpg
bgworker -> http://i.ytimg.com/vi/qrO4YZeyl0I/1.jpg
bgworker -> http://i.ytimg.com/vi/pRpeEdMmmQ0/1.jpg
bgworker -> http://i.ytimg.com/vi/t4H_Zoh7G5A/1.jpg
bgworker -> http://i.ytimg.com/vi/uelHwf8o7_U/1.jpg
bgworker -> http://i.ytimg.com/vi/_OBlgSz8sSM/1.jpg
bgworker -> http://i.ytimg.com/vi/j5-yKhDd64s/1.jpg
not selected, skipping
cb_rowSelectedKinetic <mytube.lgc.yentry.YEntry instance at 0x40b21198>
bgworker -> http://i.ytimg.com/vi/CHVhwcOg6y8/1.jpg
downloadVideo yentry Charlie bit my finger - again !
CREATED a streamer for Charlie bit my finger - again !
WORKER waiting sir
>>>Alive = True
worker is now downloading [http://www.youtube.com/watch?v=_OBlgSz8sSM&feature =youtube_gdata] -> [/media/mmc1/mtube/_OBlgSz8sSM/Charlie.bit.my.finger.-.aga in.flv]
launch youtube-dl [/usr/bin/youtube-dl --no-part -f 5 -o /media/mmc1/mtube/_O BlgSz8sSM/Charlie.bit.my.finger.-.again.flv -- http://www.youtube.com/watch?v =_OBlgSz8sSM&feature=youtube_gdata]
bgworker -> http://i.ytimg.com/vi/_Z5-P9v3F8w/1.jpg
bgworker -> http://i.ytimg.com/vi/91rvea6mKEA/1.jpg
Traceback (most recent call last):

File "/usr/bin/youtube-dl", line 3830, in <module>

main()

File "/usr/bin/youtube-dl", line 3669, in main

parser, opts, args = parseOpts()

File "/usr/bin/youtube-dl", line 3455, in parseOpts

import getpass

ImportError: No module named getpass


pid exited 1697
WORKER fired
 
Posts: 25 | Thanked: 67 times | Joined on Oct 2011 @ Waukesha, WI
#24
notice the log is referring to /usr/bin/youtube-dl
which means it is not using /home/user/youtube-dl. So either mytube is ignoring your setting or you have not set it.

I don't have this problem because what I did is I replace /usr/bin/youtube-dl with mine instead of putting it in /home/user/

EDIT: I am trying to reproduce your problem but this forum software is mangling the log you posted. Can you use pastebin or similar and link it here?

EDIT2: Nevermind I searched for the video _OBlgSz8sSM and got it and it is working for me.

Last edited by tsoliman; 2011-10-05 at 04:36. Reason: adding note marked with EDIT
 

The Following User Says Thank You to tsoliman For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#25
Yeah, I moved it from /home/user to /usr/bin thinking it might have been an executable thing.

I'm going to uninstall then reinstall MyTube and try your method.
 
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#26
If this is correct for the preferences:
/usr/bin/youtube-dl --no-part -f 5 -o %d -- %s
then I have everything exactly the way it should be.

In /home/user/.mytuberc it's even show this:
[global]
youtube-dl = /usr/bin/youtube-dl --no-part -f 5 -o %d -- %s
gtk-theme = default
kin_max_speed = 10
kin_fric = 30
per_page = 10
mplayer = mplayer -osdlevel 3 -correct-pts -subfont-osd-scale 3 -- %s
store = /media/mmc1
browser = /usr/bin/browser --url



Hey, by any chance, are you using a patched version of MyTube or possibly a different youtube-dl-x file that doesn't come with a standard install?

Cheers buddy.
 
Straycat's Avatar
Posts: 218 | Thanked: 59 times | Joined on Feb 2010 @ spain
#27
Hey, I'm in the very same situation that mytube no longer works with any script file.

I'm very pissed off with all these recurrent troubles wiht mytube.
__________________
God Bless The Blues!!
 
Posts: 25 | Thanked: 67 times | Joined on Oct 2011 @ Waukesha, WI
#28
can you pastebin the console output now that you've replaced the /usr/bin/ one with mine?

Also, double check to make sure the /usr/bin/youtube-dl you have is mine (check the author names at the top)
 

The Following User Says Thank You to tsoliman For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#29
Joy!

I was just missing the very old MyTube patch.

Everything is back to being perfect once again.

Thank you Tarek!!!
Attached Files
File Type: deb Mytubepatch-0.1.5c-1_all.deb (19.4 KB, 128 views)
 
Posts: 196 | Thanked: 141 times | Joined on Aug 2007
#30
Originally Posted by tsoliman View Post
Download my script from here:

https://github.com/tsoliman/youtube-...emo/youtube-dl

and it should work. (it works for me)
Works like a charm for me as well. Thank you very much!
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:44.