Commit graph

16 commits

Author SHA1 Message Date
freearhey
e505444f00 Update *.channels.xml 2025-04-27 03:19:30 +03:00
Toha
7cce6d737e
Update web.magentatv.de.
Test:

```sh
npm test --- web.magentatv.de

> test
> run-script-os web.magentatv.de

> test:win32
> SET "TZ=Pacific/Nauru" && npx jest --runInBand web.magentatv.de

 PASS  sites/web.magentatv.de/web.magentatv.de.test.js
  √ can generate valid url (2 ms)
  √ can generate valid request method (1 ms)
  √ can generate valid request headers (2 ms)
  √ can generate valid request data (3 ms)
  √ can parse response (3 ms)
  √ can handle empty guide

Test Suites: 1 passed, 1 total
Tests:       6 passed, 6 total
Snapshots:   0 total
Time:        0.599 s, estimated 1 s
Ran all test suites matching /web.magentatv.de/i.
```

Grab:

```sh
npm run grab --- --site=web.magentatv.de

> grab
> npx tsx scripts/commands/epg/grab.ts --site=web.magentatv.de

starting...
config:
  output: guide.xml
  maxConnections: 1
  gzip: false
  site: web.magentatv.de
loading channels...
  found 348 channel(s)
run #1:
  [1/696] web.magentatv.de (de) - 132 - Jan 11, 2025 (9 programs)
  [2/696] web.magentatv.de (de) - 132 - Jan 12, 2025 (11 programs)
  ...
  [695/696] web.magentatv.de (de) - SkyOne.de - Jan 12, 2025 (38 programs)
  [696/696] web.magentatv.de (de) - SkySport9.de - Jan 11, 2025 (2 programs)
  saving to "guide.xml"...
  done in 00h 04m 59s
```

Signed-off-by: Toha <tohenk@yahoo.com>
2025-01-11 20:32:46 +07:00
freearhey
dfdac39bb4 Merge branch 'master' into freearhey-patch-5 2025-01-03 13:35:13 +03:00
Michael Feinbier
a738c3b211
Load the token and cookie only once 2025-01-02 20:59:58 +01:00
Michael Feinbier
5c90340165
fix: Use Axios in magentatv provider to obtain token and cookies 2025-01-02 20:30:21 +01:00
freearhey
5df982bb7c Fix linter issues in sites/ 2025-01-01 12:27:22 +03:00
freearhey
8110659652 Add missing space 2024-12-17 20:14:19 +03:00
freearhey
28c8e3d74f Replace -- with --- in npm commands
Resolves https://github.com/iptv-org/epg/issues/2354

Details: https://github.com/npm/cli/issues/3136
2024-12-15 17:32:49 +03:00
Lukas Wagner
3a8ea65cd4 extend extracted information for web.magentatv.de
Now populates:
 - season
 - episode
 - director
 - producers
 - adapters
 - country
 - date
 - urls
2024-11-05 18:38:18 +01:00
freearhey
bb6771f539 Replaces icon with image 2024-06-24 16:49:35 +03:00
PopeyeTheSai10r
3a80661c6b Update web.magentatv.de.config.js
Fixes #2367
2024-06-22 08:02:26 -07:00
freearhey
3981133fea Fixes xmltv_id 2023-12-03 20:50:00 +03:00
freearhey
70006946f9 Update web.magentatv.de 2023-12-02 15:50:43 +03:00
freearhey
69dff7eec1 Fixes xmltv_id 2023-11-22 11:28:37 +03:00
freearhey
bbfbd390f7 Update web.magentatv.de 2023-11-21 11:49:15 +03:00
freearhey
6dbe6e131c Rename magentatv.de to web.magentatv.de 2023-11-21 11:40:40 +03:00