Skip to content

Commit

Permalink
fixed formatting problem articles.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sina-izi authored May 6, 2024
1 parent 08d3be0 commit ade773c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userdata/articles.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def fetch_article_content(url):

return response.text


def extract_content(html_content):
soup = BeautifulSoup(html_content, 'html.parser')
title_tag = soup.find('title')
Expand Down

0 comments on commit ade773c

Please sign in to comment.