find /root/Downloads -type f -name "*.mp4" -exec sh -c 'mkdir -p "/root/Downloads/ZL/$(dirname "{}")" && mv "{}" "/root/Downloads/ZL/$(dirname "{}")"' \;