Jump to content

[GUIDE] Free Skillcapped Videos


Repitchx

Recommended Posts

Video version:

 

This will be a quick guide on how to get free SKC videos. This will help many people out there if they want to report bugs.

 

Step 1:

 

Use this URL link as a base: 071ea40998a5bae04d4572212f43ebe6.png

 

link: https://pastebin.com/tdeURYnE

 

Step 2:

 

Go to http://www.skill-capped.com/videos/#/page/130

 

Right click the thumbnail and click 'Inspect'

 

f793ca1dc2f17c4865dec1c4f41a5416.png

 

Step 3:

 

Now the browser tool should be opened and you should look for this HTML code (I suggest doing CTRL + F to find the code)

 

290e5dc2-2d00-d4a2-7198-0a3f9701fa3d_hal

 

You need to look for the rel="acb36284-47e5-6835-0bd5-ab373d4064b7 code

 

f049ac81b7c9e5b46c39303ae305a741.png

 

Step 4:

 

Simply replace the stars with the new code http: //d3qx1p4lbtwbt8.cloudfront.net/encoded/acb36284-47e5-6835-0bd5-ab373d4064b7_mp4_good.mp4?e=1497022873&h=acb36284-47e5-6835-0bd5-ab373d4064b7

I probably made this very unclear, but I hope it at least helped

 

Before: 071ea40998a5bae04d4572212f43ebe6.png

 

After: http://d3qx1p4lbtwbt8.cloudfront.net/encoded/ acb36284-47e5-6835-0bd5-ab373d4064b7_mp4_good.mp4?e=1497022873&h= acb36284-47e5-6835-0bd5-ab373d4064b7

 

 

 

If not, you can find the guide on here https://www.elitepvpers.com/forum/wow-guides-templates/4314622-skill-capped-videos-free.html

Edited by Repitchx
  • Like 6
Link to comment
Share on other sites

damn dude nice find. Already dl'ed 25gb of dem vids :D

If somebody interested i created GreaseMonkey userscript that will add button near vid titles like this:

HL3c95.png

It automatically generate links of every video so u can easily grab these links to download manager (like IDM, DownThemAll)

Tested on firefox, may contain bugs

For order to work you first need extension Greasemonkey (firefox), or Tampermonkey (chrome)

[spoiler=UserScript.js]

// ==UserScript==
// @name     SC Download helper
// @include  *://*.skill-capped.com/*
// @require  http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @require  https://gist.github.com/raw/2625891/waitForKeyElements.js
// @version  3
// @grant    GM_addStyle
// @run-at   document-start
// ==/UserScript==

function addLinks(jNode){
   for (var i = 0, len = jNode.length; i        var title
      var id = jNode[i].parentNode.parentNode
      if(jNode[i].className=='video-title'){
         if(id.nodeName=="A" && id.parentNode.nodeName=="LI"){return
         }else{
            title=jNode[i].innerHTML
            id=id.rel}
      }else if(jNode[i].className=='vr-video-title'){
         title=jNode[i].firstElementChild.innerHTML
         id=id.firstElementChild.firstElementChild.rel
      }else{
         title=jNode[i].innerHTML
         id=document.getElementsByTagName('script')[12].innerHTML.match('content_id="(.*)"')[1]}
      jNode[i].innerHTML+=''
   }
}

waitForKeyElements('div.video-title, div.vr-video-title, h1.page-title.video-title', addLinks)

you can replace good (720p) by best (1080p)

 

 

Edited by Cometodaddy
ver 3
  • Like 2
Link to comment
Share on other sites

  • 2 weeks later...

seems like everything that comes after .mp4 not really needed

also if you want better quality(1080p) you can replace _good by _best

p.s. their videos active only for 5 years, so everything uploaded before 5.3 (june 2013) already lost

Edited by Cometodaddy
Link to comment
Share on other sites

seems like everything that comes after .mp4 not really needed

also if you want better quality(1080p) you can replace _good by _best

p.s. their videos active only for 5 years, so everything uploaded before 5.3 (june 2013) already lost

 

list of all videos i've downloaded

 

- - - Updated - - -

 

includes 8 videos from minpojke's channel (vid 1-8 = minpojke) you need to be a sub to get them (yes, i paid 5 bucks to download them since u cant download them for free the same way)

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
yup, do the same thing for legion.

 

wtf thats fucking OP hacks!! Is it hard to do or??

 

Like - can you make a YouTube playlist for Legion (even tho im not subbed and it ends in a few weeks lol)? I might resub if you can lmao

Link to comment
Share on other sites

wtf thats fucking OP hacks!! Is it hard to do or??

 

Like - can you make a YouTube playlist for Legion (even tho im not subbed and it ends in a few weeks lol)? I might resub if you can lmao

 

i guess i can try to make a youtube video how to do it, its really easy man.

 

just gotta delete my history, 2 sec

 

http://i0.kym-cdn.com/photos/images/original/001/330/543/43a.png

Link to comment
Share on other sites

  • 6 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...