Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 29, 2023
commit ccbd03f3c337973eb99fd106fa5fbe405eb359d1
1 change: 1 addition & 0 deletions web_programming/instagram_pic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from bs4 import BeautifulSoup
import requests


def download_image(url: str) -> str:
"""
Download an image from a given URL by scraping the 'og:image' meta tag.
Expand Down