Skip to content

Commit 2ec8eae

Browse files
merciajenoRoverbk
andcommitted
Collaborate
Co-authored-by: Mercia Jeno <[email protected]> Co-authored-by: Bhakti Kalyankasture <[email protected]>
1 parent c596c2c commit 2ec8eae

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)