fix link on jobs.ch
This commit is contained in:
parent
ea9483b050
commit
2794dc8ed3
55
lib/conf.orig
Normal file
55
lib/conf.orig
Normal file
@ -0,0 +1,55 @@
|
||||
|
||||
[jobagent.ch]
|
||||
USER = test@gmx.ch
|
||||
PW = ASK
|
||||
LOGINURL = https://www.jobagent.ch/user/login
|
||||
SCRAPURL = https://www.jobagent.ch/search?terms=Automatiker&lra=0&as=0
|
||||
TAG = Automatiker
|
||||
|
||||
|
||||
[software-job.ch-application-engineer]
|
||||
USER = NONE
|
||||
PW = NONE
|
||||
LOGINURL = NONE
|
||||
SCRAPURL = https://software-job.ch/application-engineer
|
||||
TAG = Informatiker
|
||||
|
||||
[software-job.ch]
|
||||
USER = NONE
|
||||
PW = NONE
|
||||
LOGINURL = NONE
|
||||
SCRAPURL = https://software-job.ch/python-entwicklung
|
||||
TAG = Informatiker,Python
|
||||
|
||||
[jobs.ch_linux]
|
||||
USER = NONE
|
||||
PW = NONE
|
||||
LOGINURL = NONE
|
||||
SCRAPURL = https://www.jobs.ch/en/vacancies/?term=linux
|
||||
TAG = Informatiker,Linux
|
||||
|
||||
|
||||
[jobagent.ch-2]
|
||||
USER = test@gmx.ch
|
||||
PW = ASK
|
||||
LOGINURL = https://www.jobagent.ch/user/login
|
||||
SCRAPURL = https://www.jobagent.ch/search?terms=Informatiker&lra=0&as=0
|
||||
TAG = Informatiker
|
||||
|
||||
[jobs.ch]
|
||||
USER = NONE
|
||||
PW = NONE
|
||||
LOGINURL = NONE
|
||||
SCRAPURL= https://www.jobs.ch/en/vacancies/?term=automatiker
|
||||
TAG = Automatiker
|
||||
|
||||
[jobs.ch_informatiker]
|
||||
USER = NONE
|
||||
PW = NONE
|
||||
LOGINURL = NONE
|
||||
SCRAPURL= https://www.jobs.ch/en/vacancies/?term=informatiker
|
||||
TAG = Informatiker
|
||||
|
||||
|
||||
|
||||
#https://www.jobagent.ch/search?terms=Automatiker&workload=60-100&lra=0&as=0
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user