Skip to content

Commit e7e6aeb

Browse files
authored
Merge pull request #110 from merciajeno/main
Collaborate
2 parents c596c2c + 2ec8eae commit e7e6aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backlog/ClusteringOfIMDBMovies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def scrape_imdb_top_movies(num_movies):
1616
content = request.content
1717
soup = BeautifulSoup(content, 'html.parser')
1818
movie_link = soup.find_all('a', {"class": "ipc-title-link-wrapper"})
19-
19+
2020
hrefs = []
2121
movie_titles = []
2222
for movie in movie_link:

0 commit comments

Comments
 (0)