fix link on jobs.ch
This commit is contained in:
@@ -59,7 +59,7 @@ def scrap_jobs(url,entry,session):
|
||||
date = item("span","Span-sc-1ybanni-0 Text__span-sc-1lu7urs-12 Text-sc-1lu7urs-13 krGudM hUhFmL",0)
|
||||
ar_date = finder(results,date,CLEANDATE=1)
|
||||
|
||||
link = item("a","Link__ExtendedRR6Link-sc-czsz28-1 khAvCu Link-sc-czsz28-2 VacancyLink___StyledLink-sc-ufp08j-0 dXKwhi dDgwgk",0)
|
||||
link = item("a","VacancyLink___StyledLink-sc-ufp08j-0",0)
|
||||
ar_link = finder(results,link,LINK=1,BASEURL="https://jobs.ch")
|
||||
|
||||
tag = entry.tag#get from config
|
||||
|
||||
Reference in New Issue
Block a user