#!/bin/sh -e ${CURL:-curl} -s "$1" | sed -n 's#\\u002D#-#g ; s/^.*rawPath: .\(.*\).,$/\1/p'