|
@@ -54,7 +54,7 @@ def init_browser(proxy1='proxy1',tiny1='tiny1',socks5="9050",debug='9922',cdrive
|
|
|
|
|
|
class JParams(object):
|
|
|
|
|
|
- def get(self, yt,proxy1,tiny1,socks5,debug):
|
|
|
+ def get(self, yt,proxy1,tiny1,socks5,debug,cdriver):
|
|
|
driver=init_browser(proxy1='proxy1',tiny1='tiny1',socks5="9050",debug='9922',cdriver='/root/webdriver/98/chromedriver')
|
|
|
#driver.get('https://www.youtube.com/watch?v=K5DEJXajtqA')
|
|
|
driver.get('https://www.youtube.com/watch?v='+yt)
|