erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
558 stars 62 forks source link

%23 (#) is taken as a hash separator instead of literal # #153

Closed char101 closed 3 years ago

char101 commented 3 years ago

For example adding http://example.com/page%23title.html will results in page as the output filename instead of page#title.html.

erickutcher commented 3 years ago

A new release is up and it should address all of the bugs you've reported. Thanks. :-)