|
@ -20,7 +20,7 @@ class fdb_spider(object): |
|
|
|
|
|
|
|
|
# input list of funding databases in form of yaml file ['foerderinfo.bund.de', 'ausschreibungen.giz.de', .. , 'usw'] |
|
|
# input list of funding databases in form of yaml file ['foerderinfo.bund.de', 'ausschreibungen.giz.de', .. , 'usw'] |
|
|
|
|
|
|
|
|
def download_link_list_pages_of_funding_databases(self, list_of_fdbs): |
|
|
|
|
|
|
|
|
def download_entry_list_pages_of_funding_databases(self, list_of_fdbs): |
|
|
# download only html pages of the funding databases specified in input |
|
|
# download only html pages of the funding databases specified in input |
|
|
|
|
|
|
|
|
for fdb in list_of_fdbs: |
|
|
for fdb in list_of_fdbs: |
|
|