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
Describe the bug ddl cannot download file with it's original name, instead bot uses os.path.basename function and pass url to it to get the file name. Since not all direct links have file name at the end of the url, sometimes it downloads the file with some gibberish name like: "download.aspx?file=1344566666....
Expected behavior
Download the file from direct link with original file name.
Server details
OS: any
Python version: 3.10+
The text was updated successfully, but these errors were encountered:
Describe the bug
ddl cannot download file with it's original name, instead bot uses
os.path.basename
function and passurl
to it to get the file name. Since not all direct links have file name at the end of the url, sometimes it downloads the file with some gibberish name like: "download.aspx?file=1344566666....Expected behavior
Download the file from direct link with original file name.
Server details
any
3.10+
The text was updated successfully, but these errors were encountered: