This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #EXTM3U | |
| #EXTINF:-1,[COLOR yellow]By ZABI ATEF[/B][/I][/COLOR] | |
| http://0.1.5.0:1224 | |
| #EXTINF:-1,FR:beIN Sport1 | |
| http://bit.ly/1q8LCqr | |
| #EXTINF:-1,FR:beIN Sport2 | |
| http://bit.ly/1qvPcLD | |
| #EXTINF:-1,FR:beIN Sport3 | |
| http://bit.ly/1YgyIBB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // NetworkManager.swift | |
| // | |
| // Created by Muhand Jumah on 10/27/19. | |
| // Copyright © 2019 Muhand Jumah. All rights reserved. | |
| // | |
| import Moya | |
| public enum API { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // NetworkService.swift | |
| // | |
| // Created by Muhand Jumah on 10/27/19. | |
| // Copyright © 2019 Muhand Jumah. All rights reserved. | |
| import Foundation | |
| import Moya |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // First download node, create new folder | |
| // Cd into new folder, npm and git init | |
| // Create heroku app | |
| heroku create | |
| // install babel cli (to do compiling), babel presets (to compile the right features), express (web server) | |
| npm install babel-cli babel-presets-es2015 express | |
| // Create file .babelrs and add json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <Channels> | |
| <Channel> | |
| <ChannelName>ch1</ChannelName> | |
| <ChannelURL>xyz.com</ChannelURL> | |
| </Channel> | |
| <Channel> | |
| <ChannelName>ch2</ChannelName> | |
| <ChannelURL>xyz.com</ChannelURL> | |
| </Channel> |