public function getIDFromPermalink($permalink = false) {
        if (!$permalink) {
            throw new Exception("Cannot find the railcam ID from the given permalink - no permalink given!"); 
            return false;
        }