PyWebGet
PyWebGet copied to clipboard
a background HTTP download manager with a web interface
Contrary to README promise, one can't just put source files anywhere and run it, because one gets: ``` Traceback (most recent call last): File "./pywebget.py", line 23, in core.utils.init_log() File...
Source files have a mix of LF and CRLF line-endings, e.g. core/daemon.py (LF) vs core/task.py (CRLF). This makes editing in Unix systems uncomfortable. Just in case, proper way to have...
I have a url like http://server/file/23485423 . That redirects to http://server/store/1/3/4/Decent_File_Name.pdf . Obviously, Decent_File_Name.pdf is the file I want to get in the end. Currently, PyWebGet depresses me with 23485423.pdf...