mirror of
https://github.com/iptv-org/iptv
synced 2026-09-08 21:07:48 -04:00
Update scripts
This commit is contained in:
@@ -114,11 +114,12 @@ async function main() {
|
||||
streams = streams.sortBy(
|
||||
[
|
||||
(stream: Stream) => stream.title,
|
||||
(stream: Stream) => (stream.isGeoBlocked ? -1 : 0),
|
||||
(stream: Stream) => (stream.isNot247 ? -1 : 0),
|
||||
(stream: Stream) => stream.getVerticalResolution(),
|
||||
(stream: Stream) => stream.label,
|
||||
(stream: Stream) => stream.url
|
||||
],
|
||||
['asc', 'desc', 'asc', 'asc']
|
||||
['asc', 'desc', 'desc', 'desc', 'asc']
|
||||
)
|
||||
|
||||
logger.info('saving...')
|
||||
|
||||
Reference in New Issue
Block a user