Files
gallery-dl/gallery_dl
Mike Fährmann a09f42f6b3 improve filename_from_url() performance
Manually extracting the part between the last '/' and '?' instead of
relying on the standard libraries' 'urllib.parse.urlsplit()' increases
performance by ~400%.

urlsplit() : 3.64 secs per 1.000.000 iterations
partition(): 0.87 secs per 1.000.000 iterations
2020-10-23 00:14:06 +02:00
..
2020-10-22 23:31:25 +02:00
2020-10-16 01:09:55 +02:00
2020-05-19 22:32:53 +02:00