Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!
Resource icon

Web Script VOD Download from M3U File to Server 1.0

Register & Get access to index
To download vod in bulk from M3U File, apply the following.

Important: If the wget command is disabled on the server where you will shoot the movies, this system will not work.
Do not add #EXTM3U to the fauda.m3u file...
Add the movies you will download to the fauda.m3u file with their m3u codes.
Like the example in the fauda.m3u file.

Example fauda.m3u template.


attached files
  • fauda.m3u
  • parser.php
  • rename.php
  • indir.txt



First, connect to your server with putty. and write the code below.

sudo apt install php

Put the files you have downloaded from the attachment to the folder where you want to download the movies.

/home/foldername

Give all permissions to the folder you created. (Chmod 777)

Login to the folder you created with putty

cd /home/foldername/

Run parser.php file

php parser.php


Copy the links appearing on the putty screen (right mouse) and paste them into the indir.txt file.

Put the indir.txt file in /home.

start download with this command

wget -c --input-file=/home/indir.txt


after the download is finished. Run renamer.php.

php renamer.php


The names in the fauda.m3u file will automatically rename the files you have downloaded
Author
denizliplay
Downloads
101
Views
3,124
First release
Last update

Ratings

0.00 star(s) 0 ratings
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top