InstagramScraper\Model\Media::getCleanImageUrl PHP Method

getCleanImageUrl() private static method

private static getCleanImageUrl ( $imageUrl )
    private static function getCleanImageUrl($imageUrl)
    {
        return strpos($imageUrl, '?ig_cache_key=') ? substr($imageUrl, 0, strpos($imageUrl, '?ig_cache_key=')) : $imageUrl;
    }