Added the subdivision and city field

This commit is contained in:
Aleksandr Statciuk 2022-01-25 05:50:41 +03:00
parent afe897c086
commit 25422cde5a
3 changed files with 25119 additions and 25113 deletions

View file

@ -15,7 +15,9 @@ const csv2jsonOptions = {
categories: listParser,
broadcast_area: listParser,
is_nsfw: boolParser,
logo: nullable
logo: nullable,
subdivision: nullable,
city: nullable
}
}