Merge pull request #2782 from iptv-org/Update-sat.tv

Update sat.tv
This commit is contained in:
PopeyeTheSai10r
2025-06-21 06:11:31 -07:00
committed by GitHub
3 changed files with 2052 additions and 2917 deletions

View File

@@ -7,7 +7,7 @@ const customParseFormat = require('dayjs/plugin/customParseFormat')
dayjs.extend(utc)
dayjs.extend(customParseFormat)
const API_ENDPOINT = 'https://sat.tv/wp-content/themes/twentytwenty-child/ajax_chaines.php'
const API_ENDPOINT = 'https://www.sat.tv/wp-content/themes/twentytwenty-child/ajax_chaines.php'
module.exports = {
site: 'sat.tv',

View File

@@ -15,7 +15,7 @@ const channel = {
}
it('can generate valid url', () => {
expect(url).toBe('https://sat.tv/wp-content/themes/twentytwenty-child/ajax_chaines.php')
expect(url).toBe('https://www.sat.tv/wp-content/themes/twentytwenty-child/ajax_chaines.php')
})
it('can generate valid request method', () => {

File diff suppressed because it is too large Load Diff