def page_instance(self, url): random_google_post = Post(url) random_google_post.load() return random_google_post
def page_instance(self): google_post_url = f"https://www.instagram.com/p/CGX0G64hu4Q/" random_google_post = Post(url=google_post_url) random_google_post.load() return random_google_post
def google_post() -> Post: google_post_url = f"https://www.instagram.com/p/CFkIz2UlIng/" random_google_post = Post(url=google_post_url) random_google_post.load() return random_google_post