Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Select stream [1-9]: 3
- <script type="text/javascript">
- $("#process-waiting").css('display','none');
- if(typeof iWorker != 'undefined'){
- clearInterval(iWorker);
- iWorker = undefined;
- }
- </script>
- <div class="alert alert-danger" role="alert">
- <span aria-hidden="true" class="glyphicon glyphicon-exclamation-sign">
- </span>
- <p>
- Try again in
- <span id="countdowntimer">
- 5
- </span>
- seconds
- </p>
- <script type="text/javascript">
- var timeleft = 5;
- var downloadTimer = setInterval(function(){
- timeleft--;
- document.getElementById("countdowntimer").textContent = timeleft;
- if(timeleft <= 0){
- clearInterval(downloadTimer);
- window.location.reload();
- }
- },1000);
- </script>
- <br/>
- <p>
- Try to download with
- <a class="active" href="https://app.y2mate.com/download" rel="nofollow" target="_blank">
- <b>
- <u>
- Video Downloader
- </u>
- ►
- </b>
- </a>
- </p>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement