Instead of replacing accented characters with an underscore when sanitizing file...
authorAdam Thalhammer <s3544305@student.rmit.edu.au>
Mon, 2 May 2016 03:21:39 +0000 (13:21 +1000)
committerAdam Thalhammer <s3544305@student.rmit.edu.au>
Mon, 2 May 2016 03:21:39 +0000 (13:21 +1000)
commit79a2e94e79e65cdf4898bc2dedb6a1bb4ca9af3c
tree97cd368a2089b073d2f0c1638bc66bd75fe11443
parent686cc8963441c37105c0447f31c5ea21405be05a
Instead of replacing accented characters with an underscore when sanitizing file names in restricted mode, replace them with their non-accented equivalents fixes #9347
test/test_utils.py
youtube_dl/utils.py