<?php
    $url = "https://i...content-available-to-author-only...m.com/nome.do.usuario";
    print_r(parse_url($url, PHP_URL_PATH));
?>