mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
Escape slash in filename when downloading (#62)
This commit is contained in:
parent
717d44e029
commit
bac7be5163
@ -135,7 +135,9 @@ module Rename
|
|||||||
else
|
else
|
||||||
e.render hash
|
e.render hash
|
||||||
end
|
end
|
||||||
end.join.strip
|
end.join
|
||||||
|
.strip
|
||||||
|
.gsub("/", "_")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user