Skip to content

Instantly share code, notes, and snippets.

View vishalwayachal's full-sized avatar

Vishal Wayachal vishalwayachal

View GitHub Profile
#EXTM3U
#EXTINF:-1,IR: 247 Box TV
http://sample.vodobox.net/skate_phantom_flex_4k/skate_phantom_flex_4k.m3u8
#EXTINF:-1,IR: 4kurd
http://playertest.longtailvideo.com/adaptive/wowzaid3/playlist.m3u8
#EXTINF:-1,IR: 4U TV
http://content.jwplatform.com/manifests/vM7nH0Kl.m3u8
@vishalwayachal
vishalwayachal / vsfGenerator.js
Last active April 6, 2022 09:46
Generate Fake VCF file in JAVASCRIPT
loopindex = 100
vcftext = ``
function makeid() {
var text = "";
var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
for (var i = 0; i < 5; i++)
text += possible.charAt(Math.floor(Math.random() * possible.length));