Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name fetishbox down link generator
- // @namespace 2ch delivers
- // @include http://www.fetishbox.com/videos/*
- // @version 0.1
- // @grant none
- // ==/UserScript==
- //
- // Дрону https://2ch.hk/s/res/1896383.html#1901559 посвящается…
- var xhr=new XMLHttpRequest();
- xhr.open('GET', document.getElementById('ply').getAttribute('flashvars').replace('settings=',''), false);
- xhr.send();
- var t=xhr.responseText.match(/flvMask:([^;]+)/)[1]
- alert('rtmpdump -a fetishbox/ -f WIN 23,0,0,207 -s http://www.fetishbox.com/player.swf -r rtmp://stream01.fetishbox.com/fetishbox/ -p '+window.location+' -y '+t.slice(-3)+':'+t+' > '+window.location.pathname.slice(8,-5)+t.slice(-4))
Advertisement
Add Comment
Please, Sign In to add comment