squid-dl/squid_dl
Andrea Rogers 7ab21cccb2 used the proper filename sanitizer
As reported by KajeArch on GitHub on issue #3
(https://github.com/swolegoal/squid-dl/issues/3), I was not correctly
handling playlists named with characters invalid for a file path.  As
it turns out, I was using the wrong helper function from yt_dlp.utils.

I changed all the calls from sanitize_path(), a function made to clean
up Windows paths to the more fully-featured sanitize_filename().  If any
Windows users notice any bad behavior after this change, please feel
free to make a ticket at:
  https://github.com/swolegoal/squid-dl/issues/new/choose
2024-01-16 05:28:14 -06:00
..
__init__.py removed trailing spaces, reran black 2024-01-16 05:28:14 -06:00
downloader.py used the proper filename sanitizer 2024-01-16 05:28:14 -06:00
linode.py Add generic SOCKS proxy support, variable renaming 2024-01-16 05:28:14 -06:00
proxy.py Add generic SOCKS proxy support, variable renaming 2024-01-16 05:28:14 -06:00
socks.py Add generic SOCKS proxy support, variable renaming 2024-01-16 05:28:14 -06:00
util.py removed trailing spaces, reran black 2024-01-16 05:28:14 -06:00