mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Remove .nojekill file
This commit is contained in:
parent
aee2737842
commit
7fb87757f6
1 changed files with 0 additions and 6 deletions
|
@ -14,8 +14,6 @@ function main() {
|
|||
parseIndex()
|
||||
console.log('Creating root directory...')
|
||||
createRootDirectory()
|
||||
console.log('Creating .nojekill...')
|
||||
createNoJekillFile()
|
||||
console.log('Generating index.m3u...')
|
||||
generateIndex()
|
||||
console.log('Generating index.country.m3u...')
|
||||
|
@ -41,10 +39,6 @@ function createRootDirectory() {
|
|||
helper.createDir(ROOT_DIR)
|
||||
}
|
||||
|
||||
function createNoJekillFile() {
|
||||
helper.createFile(`${ROOT_DIR}/.nojekyll`)
|
||||
}
|
||||
|
||||
function parseIndex() {
|
||||
const root = helper.parsePlaylist('index.m3u')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue