Added network field

This commit is contained in:
Aleksandr Statciuk 2022-01-28 00:12:55 +03:00
parent afc2a602db
commit 47407b291d
3 changed files with 25075 additions and 25072 deletions

View file

@ -17,7 +17,8 @@ const csv2jsonOptions = {
is_nsfw: boolParser,
logo: nullable,
subdivision: nullable,
city: nullable
city: nullable,
network: nullable
}
}