update to config.yaml
This commit is contained in:
parent
59838bb8e1
commit
7aa903883b
2 changed files with 9 additions and 6 deletions
|
@ -6,11 +6,14 @@
|
|||
|
||||
foerderinfo.bund.de:
|
||||
domain: 'http://foerderinfo.bund.de'
|
||||
entryList:
|
||||
link: ''
|
||||
parent: '//html//body//form//table//tr//td//table//tr'
|
||||
child-name: '//td//a/text()'
|
||||
child-link: '//td//a/@href'
|
||||
entry-list:
|
||||
link1: 'https://www.foerderinfo.bund.de/SiteGlobals/Forms/foerderinfo/expertensuche/Servicesuche_Formular.html#searchResults'
|
||||
link2: 'https://www.foerderinfo.bund.de/SiteGlobals/Forms/foerderinfo/expertensuche/Servicesuche_Formular.html?gtp=33498_list%253D2#searchResults'
|
||||
link3: 'https://www.foerderinfo.bund.de/SiteGlobals/Forms/foerderinfo/expertensuche/Servicesuche_Formular.html?gtp=33498_list%253D3#searchResults'
|
||||
iteration-var-list: [1,1
|
||||
parent: '//html//body//form//table//tr//td//table//tr'
|
||||
child-name: '//td//a/text()'
|
||||
child-link: '//td//a/@href'
|
||||
member:
|
||||
info-1:
|
||||
parent: '//html//body//form//table'
|
||||
|
|
|
@ -35,7 +35,7 @@ class fdb_spider(object):
|
|||
)
|
||||
try:
|
||||
entry_list_link = entry_list.get("link")
|
||||
except Exception as e:
|
||||
except Exception as e:
|
||||
print(
|
||||
"No entryListLink defined in config.yaml - the original error message is:",
|
||||
e,
|
||||
|
|
Loading…
Reference in a new issue