@@ -1,3 +1,4 @@
+#coding=utf-8
from selenium import webdriver
import traceback
import time
@@ -20,10 +20,10 @@ def pickvideo():
termlist = ["信義房屋","信義 房屋","信義房仲","信義 房仲"]
-clickvideo = 0 # set to 1 to alert if video is found (DOES NOT CLICK!), requires whitelist
+clickvideo = 2 # set to 1 to alert if video is found (DOES NOT CLICK!), requires whitelist
# ^ set to 2 to click the video when found, requires whitelist
# ^ any other value will only search for videos based on termlist
-savefile = 1 # set to 1 to save screenshot and ranking to file
+savefile = 0 # set to 1 to save screenshot and ranking to file
if clickvideo == 1 or clickvideo == 2:
while True: