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
| http://182.176.139.129:6969/announce | |
| http://5.79.83.193:2710/announce | |
| http://91.218.230.81:6969/announce | |
| http://atrack.pow7.com/announce | |
| http://bt.henbt.com:2710/announce | |
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
| type RespObj = { | |
| record_no: string; | |
| create_date_time: string; | |
| eur_buy: string; | |
| eur_sell: string; | |
| usd_buy: string; | |
| usd_sell: string; | |
| cad_buy: string; | |
| cad_sell: string; | |
| gbp_buy: string; |
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
| const initialHeaders = { | |
| "Cache-Control": "no-cache", | |
| Pragma: "no-cache", | |
| Expires: "0", | |
| "User-Agent": | |
| "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36", | |
| Accept: | |
| "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8", | |
| "Accept-Encoding": "gzip, deflate, br", | |
| }; |