Skip to content

Reads a file containing a list of URLs, format them, and downloads the resulting files.

Notifications You must be signed in to change notification settings

joserealdev/IPTV-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Reads a file containing a list of URLs, format them, and downloads the resulting files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published