Urlgrabber provides some much needed functionality to the urllib module in Python. It’s excellent support for resume and other functionality makes it extremely easy, however I’ve run across an inconsistency in the urlopen function that skips printing the final result of the download. After familiarizing myself with the internals, it took quite a bit of time to actually track down the code. It worked perfectly fine with urlgrab and so I was unsure of what might be causing it, I finally got a hold what was missing. A call to the end() function of the text progress function was missing after the file had successfully completed. See: . Since urlgrabber has not been updated since 2006, I have uploaded my changes to a branch on github for anyone interested. :)

**Fork me: **

**Urlgrabber Home: **

comments powered by Disqus