Skip to content

Commit

Permalink
update document counts
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Kersting committed Jun 4, 2024
1 parent 03ea1b2 commit e5046cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataPipelines/gc_scrapy/gc_scrapy/spiders/ufc_spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
class UFCSpider(GCSpider):
"""
As of 05/29/2024
crawls https://www.wbdg.org/ffc/dod/unified-facilities-criteria-ufc for 168 pdfs (doc_type = Document)
crawls https://www.wbdg.org/ffc/dod/unified-facilities-guide-specifications-ufgs for 168 pdfs (doc_type = Document)
crawls https://www.wbdg.org/ffc/dod/unified-facilities-criteria-ufc for 169 pdfs (doc_type = Document)
crawls https://www.wbdg.org/ffc/dod/unified-facilities-guide-specifications-ufgs for 762 pdfs (doc_type = Document)
"""

# Crawler name
Expand Down

0 comments on commit e5046cb

Please sign in to comment.