Jared 2 년 전
부모
커밋
665b43515d
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      choozmo/watch_yt.py
  2. 1 1
      choozmo/yt1.sh

+ 2 - 2
choozmo/watch_yt.py

@@ -44,8 +44,8 @@ def init_browser(proxy1='proxy1',tiny1='tiny1',socks5="9050",debug='9922',cdrive
 
 #    options.add_argument("--user-agent=" +user_agent)
     options.add_argument("--incognito")
-    driver = webdriver.Chrome(executable_path=r'C:\portable\webdriver\chrome98\chromedriver.exe',options=options)
-#    driver = webdriver.Chrome(executable_path=cdriver,options=options)
+#    driver = webdriver.Chrome(executable_path=r'C:\portable\webdriver\chrome98\chromedriver.exe',options=options)
+    driver = webdriver.Chrome(executable_path=cdriver,options=options)
 
 #    driver = webdriver.Chrome(executable_path=epath,options=options)
 

+ 1 - 1
choozmo/yt1.sh

@@ -2,6 +2,6 @@
 while :
 do
     python3 watch_yt.py get --cdriver=/root/webdriver/98/chromedriver --yt=SBIR --proxy1=proxy1 --tiny1=tiny1 --socks5=9050 --debug=9922
-	sleep 1
+	sleep 100
 done