You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the URL does not end with an slash, the downloaded file becomes index_no_slash.html.
But the converted local links are wrong, because url.join() is called, and since the URL does not end with an slash, it strips away the last folder, thinking it is a file.
@raphCode hey bro
I am getting an Downloader.get() has encountered an error:
still got the same error with your variant as well
any idea how can I fix this it's sort of confusing for my little no coding knowledge brain
When the URL does not end with an slash, the downloaded file becomes
index_no_slash.html
.But the converted local links are wrong, because
url.join() is called
, and since the URL does not end with an slash, it strips away the last folder, thinking it is a file.I made a hackish fix here: https://github.com/raphCode/suckit/tree/hack_url_fix
Not sure if you want to merge, feel like a mess.
The text was updated successfully, but these errors were encountered: