Skip to content

Commit 57ad86a

Browse files
committed
Cleansing
1 parent b2c4c15 commit 57ad86a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

youtube_search_scraper_scroll.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@
6464
driver.execute_script(
6565
f"window.scrollTo(0, {document_height_before + scroll_height});")
6666

67-
# print("Video links:", video_links)
68-
# print("Video titles:", video_titles)
69-
7067
# write to file
7168
with open(f"results/{file_name}.txt", "a") as f:
7269
for i, video_link in enumerate(video_links):

0 commit comments

Comments
 (0)