mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-11 17:40:03 -04:00
Update scripts
This commit is contained in:
parent
e0b0de6b2b
commit
f32a3f9e77
5 changed files with 64 additions and 23 deletions
|
@ -26,7 +26,7 @@ export class IndexRegionGenerator implements Generator {
|
|||
let groupedStreams = new Collection()
|
||||
this.streams
|
||||
.orderBy((stream: Stream) => stream.getTitle())
|
||||
.filter((stream: Stream) => stream.isSFW())
|
||||
.filter((stream: Stream) => stream.isSFW() && !stream.isInternational())
|
||||
.forEach((stream: Stream) => {
|
||||
if (!stream.hasBroadcastArea()) {
|
||||
const streamClone = stream.clone()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue