git clone --depth 1 -b master https://github.com/iptv-org/epg.git Then navigate to the downloadedepgfolder: cdepg And install all the dependencies: npm install Usage To start the download of the guide, select one of thesupported sitesand paste its name into the command below: ...
Utilities for downloading the EPG (Electronic Program Guide) for thousands of TV channels from hundreds of sources. - Pulse · iptv-org/epg
https://raw.fastgit.org/FongMi/CatVodSpider/main/json/config.json http://home.jundie.top:81/top98.json https://ghproxy.com/raw.githubusercontent.com/lm317379829/PyramidStore/pyramid/py.json http://pandown.pro/tvbox/tvbox.json https://notabug.org/imbig66/tv-spider-man/raw/master/%E9...
git clone --depth 1 -b master https://github.com/iptv-org/epg.git Then navigate to the downloaded epg folder: cd epg And install all the dependencies: npm install Usage To start the download of the guide, select one of the supported sites and paste its name into the command below: np...
Utilities for downloading the EPG (Electronic Program Guide) for thousands of TV channels from hundreds of sources. - Tags · iptv-org/epg
Source https://www.transvision.co.id/channel.html Notes Another EPG from IndonesiaJodi910 added the source request label Aug 25, 2024 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
IPTVNator is great!# 🥇 I just had to laugh when I ordered faster Internet a week ago and the agent asked me if I want add 64 TV channels for €10 plus ;) Pt 1: is OK! the URL was entered correctly (https://github.com/iptv-org/epg/tree/master/sites) but when I press the...
Looking at the code for @freearhey/core (src/storage.ts), if a root directory path is passed it is used, otherwise it uses the current working directory: constructor(rootDir?: string) { this._rootDir = rootDir ? path.resolve(rootDir) : process.cwd() } When the save call is made:...
Most be geo-locked. It is working for me. Try to see if you can access osn.com from your IP or run the program through Proxy/VPN. Originally posted by@PopeyeTheSai10rin#2282 (comment) SenseiNasserchanged the titleMost be geo-locked. It is working for me.Aug 7, 2024 ...
本项目受 supzhang/epg 以及iptv-org/epg 项目启发。感谢! 本项目大量使用 ChatGPT 和 Github Copilot 协助生成的代码,事半功倍!包括本文,也是 Copilot 协助撰写的。 待改进 考虑使用 asyncio 处理 request,并且处理相同 url 的缓存问题(或使用更好的调度策略避免) main.py 和 scheduler.py 写得比较潦草,将来...