mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 17:10:07 -04:00
Fix pluto.tv linter issues
This commit is contained in:
parent
a89e26855b
commit
382d4a310e
4 changed files with 57 additions and 57 deletions
|
@ -1,7 +1,6 @@
|
|||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
const timezone = require('dayjs/plugin/timezone')
|
||||
const axios = require('axios')
|
||||
|
||||
dayjs.extend(utc)
|
||||
dayjs.extend(timezone)
|
||||
|
|
|
@ -33,14 +33,17 @@ it('can parse response', () => {
|
|||
start: '2024-12-28T00:21:00.000Z',
|
||||
stop: '2024-12-28T00:48:00.000Z',
|
||||
title: 'Naruto: El Tercer Hokage, Eternamente',
|
||||
description: 'Gaara y Naruto continúan combatiendo con todas sus fuerzas. Decidido a proteger a Sakura, Naruto ataca a Gaara una y otra vez.',
|
||||
description:
|
||||
'Gaara y Naruto continúan combatiendo con todas sus fuerzas. Decidido a proteger a Sakura, Naruto ataca a Gaara una y otra vez.',
|
||||
subTitle: 'El Tercer Hokage, Eternamente',
|
||||
episode: 80,
|
||||
season: 2,
|
||||
actors: ["Isabel Martion (Naruto Uzumaki)",
|
||||
"Christine Byrd (Sakura Haruno)",
|
||||
"Victor Ugarte (Sasuke Uchiha)",
|
||||
"Alfonso Obreg (Kakashi Hatake)"],
|
||||
actors: [
|
||||
'Isabel Martion (Naruto Uzumaki)',
|
||||
'Christine Byrd (Sakura Haruno)',
|
||||
'Victor Ugarte (Sasuke Uchiha)',
|
||||
'Alfonso Obreg (Kakashi Hatake)'
|
||||
],
|
||||
categories: ['Anime', 'Anime Action & Adventure'],
|
||||
rating: 'TV-14',
|
||||
date: '2004-04-21T00:00:00.000Z',
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<channel site="pluto.tv" lang="en" xmltv_id="PlutoTVAdventCalendar.ca" site_id="6712256349c4060008e9e0f0">Pluto TV Advent Calendar</channel>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<channels>
|
||||
<channel site="pluto.tv" lang="en" xmltv_id="Diane,femmeflic.uk" site_id="6671b26836a2f90008d9333c">Diane, femme flic</channel>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue