pub fn parse_post_url(url: &Url) -> Option<(&str, &str)>
Gets the subreddit and post id from a reddit url.
Returns a tuple or the the subreddit and post id in that order.