|
@@ -19,7 +19,7 @@ clickvideo = 2 # set to 1 to alert if video is found (DOES NOT CLICK!), requires
|
|
|
if clickvideo == 1 or clickvideo == 2:
|
|
|
while True:
|
|
|
kw, target = pickvideo()
|
|
|
- term = term + "推薦" if random.randint(0,3) < 2 else term
|
|
|
- term = term + " 黃湘雲" if random.randint(0,3) < 2 else term
|
|
|
+ kw = kw + "推薦" if random.randint(0,3) < 2 else kw
|
|
|
+ kw = kw + " 黃湘雲" if random.randint(0,3) < 2 else kw
|
|
|
process_one(kw, target, clickvideo, is_confidential)
|
|
|
time.sleep(10)
|