Skip to content

Commit

Permalink
perf ⚡ : update
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertHe committed Jan 17, 2024
1 parent 8479601 commit 9742f70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.temp.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ You can also use the services provided by Mirror Sites Matrix! See <https://m3u.

See <https://m3u.ibert.me> to get more.

> Use CDN **(Not recommended)**: You can use `https://fastly.jsdelivr.net/gh/HerbertHe/iptv-sources@gh-pages/` to replace `https://m3u.ibert.me/` for using CDN Service. Due to the **Cache Policy** of CDN, the content wouldn't be the latest, the m3u files would be updated every **2 hours**.
## LICENSE

GPL-3.0 &copy; Herbert He 2023-2024
2 changes: 1 addition & 1 deletion src/channels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const updateChannelsJson = (
epgs: TChannelEpgs
) => {
const json_p = path.resolve("m3u", "channels.json")
const url = !!get_custom_url() ? get_custom_url() : "https://m3u.ibert.me"
const url = get_custom_url()

const result: IChannelsResult = {
builderVersion: 1,
Expand Down

0 comments on commit 9742f70

Please sign in to comment.