We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5208407 commit aa7617bCopy full SHA for aa7617b
extract/__init__.py
@@ -98,6 +98,7 @@ class DoNotDownload:
98
# aggressive, but the Washington & Texas HTML are both basically bare
99
"tx": {"text/html": extractor_for_element_by_xpath("//html")},
100
"va": {"text/html": extractor_for_element_by_id("mainC")},
101
+ "vt": {"application/pdf": extract_sometimes_numbered_pdf},
102
"wa": {"text/html": extractor_for_element_by_xpath("//html")},
103
"wi": {"application/pdf": extract_sometimes_numbered_pdf, "text/html": DoNotDownload},
104
"wv": {"text/html": extractor_for_element_by_xpath('.//*[@class="textcontainer"]')},
0 commit comments