Skip to content

Commit

Permalink
Agrego RAR como formato comprimido que podría tener datos.
Browse files Browse the repository at this point in the history
  • Loading branch information
abenassi committed Sep 19, 2018
1 parent 4b8b181 commit aa5b170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydatajson/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"csv", "xls", "xlsx", "ods", "dta",
"shp", "kml",
"json", "xml",
"zip",
"zip", "rar",
"html", "php"
]
MIN_DATASET_TITLE = 10
Expand Down

0 comments on commit aa5b170

Please sign in to comment.