Contents:
This file contains 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
$pinyintable = array(); | |
$pinyintable['丂'] = 'kao'; | |
$pinyintable['丄'] = 'shang'; | |
$pinyintable['丅'] = 'xia'; | |
$pinyintable['丆'] = 'mo'; | |
$pinyintable['丏'] = 'mian'; | |
$pinyintable['丒'] = 'chou'; | |
$pinyintable['丗'] = 'shi'; | |
$pinyintable['丟'] = 'diu'; | |
$pinyintable['丠'] = 'qiu'; |
This file has been truncated, but you can view the full file.
This file contains 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
1+1,http://spacetv.in/stream/DIPK8H19CP8/172.m3u8 | |
1 - Das Campusradio (Siegen),http://141.99.154.10:8002/; | |
1(GE) TV,http://tv.cdn.xsg.ge/gpb-1tv/index.m3u8 | |
1HD Music Television,http://1hdru-hls-otcnet.cdnvideo.ru/onehdmusic/tracks-v1a1/index.m3u8 | |
1HD Music Television,https://sc.id-tv.kz/1hd_34_35.m3u8 | |
1HD (Music) (US) (Spanish),http://spb1.peers.tv/streaming/firstmuz/16/hd/playlist.m3u8 | |
1LIVE diggi (MP3),http://www.wdr.de/wdrlive/media/einslivedigi.m3u | |
1LIVE (MP3),http://www.wdr.de/wdrlive/media/einslive.m3u | |
1Mus,http://hz1.teleport.cc/HLS/HD.m3u8 | |
1 Music Channel,https://ch.iptvmate.net/b8799300af8ecf28e89b77029dfa9e6d.m3u8 |
This file contains 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
var CryptoJS = require('crypto-js') | |
var request = require('request-promise') | |
/* | |
* npm install crypto-js request-promise | |
* node wx_t1t_hack.js | |
*/ | |
// export function testEncription(msg, fullKey) { | |
// var fullKey = fullKey.slice(0, 16) |
This file contains 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
#!/usr/bin/env python2 | |
# lrdcq | |
# usage python2 unwxapkg.py filename | |
import sys, os | |
import struct | |
class WxapkgFile(object): | |
nameLen = 0 |