Files
gallery-dl/gallery_dl/text.py
Mike Fährmann 731ffd4986 improve text.filename_from_url() performance
- urlsplit() is faster than urlparse()
- rpartition() is faster than rindex() + slicing
- new version is 2.3 times as fast
2018-02-18 16:50:07 +01:00

4.2 KiB