Skip to content

Commit

Permalink
Merge pull request #661 from biglocalnews/ga-659
Browse files Browse the repository at this point in the history
Patch GA #659
  • Loading branch information
stucka authored Aug 29, 2024
2 parents 74082c5 + 866d400 commit 623ade6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warn/scrapers/ga.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def scrape(
filehref = BeautifulSoup(listing[0], features="html5lib")("a")[0]["href"]
fileid = BeautifulSoup(listing[0], features="html5lib")("a")[0].contents[0]
targetfilename = cache_dir / ("ga/" + fileid + ".format3")
utils.fetch_if_not_cached(targetfilename, filehref)
utils.fetch_if_not_cached(targetfilename, filehref, headers=headers)

# Parse detailed data
masterlist = []
Expand Down

0 comments on commit 623ade6

Please sign in to comment.