Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 468 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 468 Bytes

IPTV checker

Node.js script reads a file containing a list of (IPTV) URLs, format them, and downloads the resulting files.

Installation

Install packages using

npm i

Usage

  • Create a text file called list.txt inside the root directory and populate it with the list of URLs you want to process. Each URL should be on a separate line. Also create a folder in the root directory called downloads to store the files.
  • Run in with node index.js