joe-habel / YouTube-View-Bot

A rotating proxy solution to bot YouTube views
95 stars 82 forks source link

Does not work #7

Open onix010 opened 3 years ago

onix010 commented 3 years ago

It does not click on the video and play. It just closes itself on search.

reithoufr commented 3 years ago

You can fix this by replacing

section_list = driver.find_element_by_class_name('section-list')
link = section_list.find_element_by_class_name('yt-uix-tile-link')

in the try statement of the _search_and_click_ function by

link = driver.find_element_by_id('video-title').

YouTube changed their class names.