Exemple #1
0
def google_post() -> Post:
    google_post_url = f"https://www.instagram.com/p/B_VEzbplCFT/"
    random_google_post = Post(url=google_post_url)
    random_google_post.static_load()
    return random_google_post
Exemple #2
0
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.static_load()
    return random_google_post