|
2010-06-25
, 05:12
|
Posts: 53 |
Thanked: 17 times |
Joined on Apr 2010
|
#63
|
Woops, I just downloaded the latest, and I had to comment out line 621 before adding my above hack. I'm guessing something similar would also work for downloads.
|
2010-06-25
, 05:35
|
Posts: 13 |
Thanked: 5 times |
Joined on Apr 2010
|
#64
|
|
2010-06-25
, 05:37
|
Posts: 13 |
Thanked: 5 times |
Joined on Apr 2010
|
#65
|
hi guys,
it might be just me havin this problem but i can't download videos anymore. since i upgraded the zoutube app, everytime i click on download video nothing happens? its just idle?
can anyone help? really enjoyed this app, especially in gym when they play stupid music vids on t.v
|
2010-06-25
, 07:57
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#66
|
Could you please paste a before and after of the section in question, I was unsure as to if I was at the correct place.
Thanks.
def on_play_clicked(self, button): fmt = YouTube.string_to_format(self.format_picker.get_value()) url = "%s&fmt=%d" % (self.url, fmt) self.play_url(url) def on_download_clicked(self, button): fmt = YouTube.string_to_format(self.format_picker.get_value()) url = "%s&fmt=%d" % (self.url, fmt)
def on_play_clicked(self, button): #fmt = YouTube.string_to_format(self.format_picker.get_value()) fmt = 18 url = "%s&fmt=%d" % (self.url, fmt) self.play_url(url) def on_download_clicked(self, button): #fmt = YouTube.string_to_format(self.format_picker.get_value()) fmt = 18 url = "%s&fmt=%d" % (self.url, fmt)
|
2010-06-25
, 14:35
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#69
|
Correct me if I'm wrong, but fmt is a quality setting so this is not really a robust fix.
formats = { 22: "HD Quality", 35: "High Quality", 34: "Reasonable Quality", 18: "Good Quality", 5: "Bad Quality" }
format_priorities = [ '22/2000000/9/0/115', # 1280x720 '35/640000/9/0/115', # 640x360 '18/512000/9/0/115', # 480x270 '34/0/9/0/115', # 320x180 '5/0/7/0/0', # 320x180 ]
|
2010-06-25
, 18:12
|
Posts: 53 |
Thanked: 17 times |
Joined on Apr 2010
|
#70
|
N9: Go white or go home