Jelajahi Sumber

fix for dooplikayts

Jason 2 tahun lalu
induk
melakukan
bbbddb72ac

+ 3 - 4
website_clickjobs/type-1/_clickjob0113.py

@@ -70,12 +70,11 @@ def process_query(domain, target_id, brands, query):
         return 444
 
     try: #in case there are duplicates...
-        clickmore=driver.find_elements("xpath","//p[@class='ofr']/a")
-        webdriver.ActionChains(driver).move_to_element(el).perform()
-        webdriver.ActionChains(driver).move_to_element(el).click().perform()
+        clickmore=driver.find_element("xpath","//p[@id='ofr']").find_element(By.TAG_NAME, "a")
+        webdriver.ActionChains(driver).move_to_element(clickmore).perform()
+        webdriver.ActionChains(driver).move_to_element(clickmore).click().perform()
     except:
         pass
-
     elmts=driver.find_elements("xpath","//div[@class='yuRUbf']/a")
 
     targets=[]

+ 2 - 2
website_clickjobs/type-1/hhh_r3.py

@@ -1,9 +1,9 @@
 from _clickjob0113 import *
 
 hhhdb = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/seo?charset=utf8mb4')
-ds=hhhdb.query('select * from hhh.hhh_designer_for_crawl')
+#ds=hhhdb.query('select * from hhh.hhh_designer_for_crawl')
 #TAG ABOVE AND UNTAG BELOW FOR DEBUG
-#ds=hhhdb.query('select * from hhh.hhh_designer_for_crawl where hdesigner_id=XXX')
+ds=hhhdb.query('select * from hhh.hhh_designer_for_crawl where hdesigner_id=767')
 data=[]
 for i in ds:
     for j in range(i['weight']):