python:实现获取YouTube视图
import time
# Added pafy to get video length for the user
import pafy
# Changed the method of opening the browser.
# Selenium allows for the page to be refreshed.
from selenium import webdriver
# adding ability to change number of repeats
count = int(input(