Skip to content

Commit

Permalink
fixed mime types
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Jan 26, 2024
1 parent 97f3027 commit b16af90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-extractors/wikipedia/wikipedia.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class InputParams(BaseModel):
class WikipediaExtractor(Extractor):
name = "mohitraghavendra/wikipedia-extractor"
description = "Extract text content from wikipedia html pages"
input_mimes = ["text/html", "text/plain"]
input_mime_types = ["text/html", "text/plain"]
python_dependencies = ["beautifulsoup4"]
system_dependencies = []

Expand Down

0 comments on commit b16af90

Please sign in to comment.