Skip to content

Commit aa7617b

Browse files
committed
VT: only test with 2019+ docs for now, #11
1 parent 5208407 commit aa7617b

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

extract/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ class DoNotDownload:
9898
# aggressive, but the Washington & Texas HTML are both basically bare
9999
"tx": {"text/html": extractor_for_element_by_xpath("//html")},
100100
"va": {"text/html": extractor_for_element_by_id("mainC")},
101+
"vt": {"application/pdf": extract_sometimes_numbered_pdf},
101102
"wa": {"text/html": extractor_for_element_by_xpath("//html")},
102103
"wi": {"application/pdf": extract_sometimes_numbered_pdf, "text/html": DoNotDownload},
103104
"wv": {"text/html": extractor_for_element_by_xpath('.//*[@class="textcontainer"]')},

0 commit comments

Comments
 (0)