Files
gallery-dl/gallery_dl
Mike Fährmann bc53302ad6 extend 'path-restrict' option
Allow its value to be a JSON object / Python dict that specifies
a mapping from invalid/unwanted input characters to specific
output characters.

For example {"/": "-", "*": "+"} will transform
"foo / ***bar***" into "foo - +++bar+++"

(closes #662, #755)
2020-05-25 22:21:56 +02:00
..
2020-05-19 22:32:53 +02:00
2019-03-13 22:03:02 +01:00
2020-05-19 22:32:53 +02:00
2020-05-19 22:32:53 +02:00
2019-11-08 20:58:53 +01:00
2020-05-14 23:37:15 +02:00
2020-05-19 22:32:53 +02:00
2020-05-19 22:32:53 +02:00
2020-05-25 22:21:56 +02:00