mirror of
https://github.com/iptv-org/api.git
synced 2025-05-12 10:00:07 -04:00
Added the subdivision and city field
This commit is contained in:
parent
afe897c086
commit
25422cde5a
3 changed files with 25119 additions and 25113 deletions
|
@ -15,7 +15,9 @@ const csv2jsonOptions = {
|
|||
categories: listParser,
|
||||
broadcast_area: listParser,
|
||||
is_nsfw: boolParser,
|
||||
logo: nullable
|
||||
logo: nullable,
|
||||
subdivision: nullable,
|
||||
city: nullable
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue