Menu

#3 downloading stays idle at 0% - does not move

Stable Version
open
nobody
Downloading (2)
5
2009-12-16
2009-12-16
mike yang
No

Trying to download this: http://www.youtube.com/watch?v=Stg8IKymjB4

FORMAT: MP3 (audio only)
OS: Windows Vista

tested other links with no problems.

Error Log:

Traceback (most recent call last):
File "elltube.py", line 928, in run
File "urllib.pyc", line 89, in urlretrieve
File "urllib.pyc", line 225, in retrieve
IOError: [Errno 2] No such file or directory: u'Legaci singing "Can\'t Believe It" by T-P.flv'
-------------

Wondering what the issue is. Anyone have a clue?

Discussion

  • mike yang

    mike yang - 2009-12-16
    • labels: --> Downloading
    • milestone: --> Stable Version
     
  • Joolee

    Joolee - 2010-07-09

    Probably due to the quote in the filename. Getting the same error here for http://www.youtube.com/watch?v=uFZN7Cvvu0Y

     
  • Joolee

    Joolee - 2010-07-09

    I think the problem would be solved by replacing line 612 in elltube.py with
    self.filename=self.filename.replace(":"," ").replace("/","-").replace("\\","-").replace("\"","").replace("'","")

    (old line is self.filename=self.filename.replace(":"," ").replace("/","-").replace("\\","-"))

    But I don't know how to compile...

     

Log in to post a comment.