hinet-hichannel-taiwan-radio
Version:
取得 HiNet hichannel 台灣電台的 m3u8 串流網址、節目表和其他資訊!
45 lines • 2.37 kB
JavaScript
;
/*
* Copyright (c) 2014-2022 旋風之音 GoneTone
*
* Website: https://blog.reh.tw/
* GitHub: https://github.com/GoneTone
* Facebook: https://www.facebook.com/GoneToneDY
* Twitter: https://twitter.com/TPGoneTone
*
* _oo0oo_
* o8888888o
* 88" . "88
* (| -_- |)
* 0\ = /0
* ___/`---'\___
* .' \\| |# '.
* / \\||| : |||# \
* / _||||| -:- |||||- \
* | | \\\ - #/ | |
* | \_| ''\---/'' |_/ |
* \ .-\__ '-' ___/-. /
* ___'. .' /--.--\ `. .'___
* ."" '< `.___\_<|>_/___.' >' "".
* | | : `- \`.;`\ _ /`;.`/ - ` : | |
* \ \ `_. \_ __\ /__ _/ .-` / /
* =====`-.____`.___ \_____/___.-`___.-'=====
* `=---='
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* 佛祖保佑 永無 BUG
*
* Project GitHub: https://github.com/GoneToneStudio/node-google-play-api
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetNowProgramAPIInterface = exports.GetProgramListAPIInterface = exports.CpAPIInterface = exports.GetRankingAPIInterface = exports.ChannelListAPIInterface = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./HiNetHichannel"), exports);
tslib_1.__exportStar(require("./Proxy"), exports);
tslib_1.__exportStar(require("./interfaces/HiNetHichannelInterface"), exports);
tslib_1.__exportStar(require("./interfaces/ProxyInterface"), exports);
exports.ChannelListAPIInterface = tslib_1.__importStar(require("./interfaces/ChannelListAPIInterface"));
exports.GetRankingAPIInterface = tslib_1.__importStar(require("./interfaces/GetRankingAPIInterface"));
exports.CpAPIInterface = tslib_1.__importStar(require("./interfaces/CpAPIInterface"));
exports.GetProgramListAPIInterface = tslib_1.__importStar(require("./interfaces/GetProgramListAPIInterface"));
exports.GetNowProgramAPIInterface = tslib_1.__importStar(require("./interfaces/GetNowProgramAPIInterface"));
//# sourceMappingURL=index.js.map