Correctly get the filename if the given url has query string Before this patch, detected filename for this url `http://a.com/m.avi?n=1` was `m.avi?n=1`; now it returns `m.avi`.
Correctly get the filename if the given url has query string Before this patch, detected filename for this url `http://a.com/m.avi?n=1` was `m.avi?n=1`; now it returns `m.avi`.