fixed image crawler accurace ft. Valentin
This commit is contained in:
parent
04b08ad8fa
commit
37f88f9936
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ members = [
|
|||
]
|
||||
|
||||
# Base URL for querying (with placeholders for last name and first name)
|
||||
base_url = "https://bilddatenbank.bundestag.de/search/picture-result?query={0}%2C+{1}&filterQuery%5Bereignis%5D%5B%5D=Portr%C3%A4t%2FPortrait&sortVal=2"
|
||||
base_url = "https://bilddatenbank.bundestag.de/search/picture-result?query={0}+{1}&sortVal=2"
|
||||
#base_url = "https://bilddatenbank.bundestag.de/search/picture-result?filterQuery%5Bname%5D%5B%5D={0}l%2C+{1}&filterQuery%5Bereignis%5D%5B%5D=Portr%C3%A4t%2FPortrait&sortVal=2"
|
||||
|
||||
def fetch_image(lastname, firstname):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue