iptv-checker

Node.js CLI tool for checking links in IPTV playlists

MIT License

Downloads
988
Stars
514
Committers
4
iptv-checker - v0.16.0

Published by freearhey over 4 years ago

Features

  • Added --parallel argument (via #17). Thanks to @detroitenglish
iptv-checker - v0.15.2

Published by freearhey over 4 years ago

iptv-checker - v0.15.1

Published by freearhey over 4 years ago

Notable Changes

  • If no HTTP User-Agent is specified the tool description will be used: IPTVChecker/<version> (<link-to-repo>)
iptv-checker - v0.15.0

Published by freearhey over 4 years ago

Fixes

  • Returned the ability to set the maximum request time (via #14) (issue #8)
iptv-checker - v0.14.0

Published by freearhey over 4 years ago

Improvements

  • Added ability to modify the HTTP User-Agent for each stream individually using the tag #EXTVLCOPT:http-user-agent=<user-agent>
iptv-checker - v0.13.1

Published by freearhey over 4 years ago

iptv-checker - v0.13.0

Published by freearhey over 4 years ago

Features

  • Added --user-agent option
iptv-checker - v0.12.1

Published by freearhey over 4 years ago

Notable Changes

  • Disabled timeout validation in order to prevent duplicates in output (#8)

Fixes

  • Removed unnecessary code from the error messages in log files
iptv-checker - v0.12.0

Published by freearhey over 4 years ago

New Features

  • Users can now check downloaded playlists by providing a URL
  • Users can now pipe in a playlist via 'stdin'

Minor Changes

  • Disabled allowing insecure connections by default, but can be enabled via option
  • Added color to output text based on message type
  • Added code formatting/linting via eslint and prettier
  • Simplified check function by leveraging Promise.race

All thanks to @detroitenglish

iptv-checker - v0.11.2

Published by freearhey about 5 years ago

Improvements

  • added fallback timeout
iptv-checker - v0.11.1

Published by freearhey about 5 years ago

Fixes

  • returned error messages to output
iptv-checker - v0.11.0

Published by freearhey about 5 years ago

Breaking Changes

  • package requires a ffmpeg library to work
  • removed delay argument

Improvements

  • now also checks if the stream metadata is loaded
  • less false/positive results
  • more consistent results
iptv-checker - v0.10.3

Published by freearhey about 5 years ago

iptv-checker - v0.10.2

Published by freearhey about 5 years ago

iptv-checker - v0.10.1

Published by freearhey about 5 years ago

iptv-checker - v0.10.0

Published by freearhey about 5 years ago

Braking changes

  • now if the response time has expired the link is marked as offline (resolve #1)

Noticeable changes

  • default maximum response time increased to 60 seconds (same as in VLC player)