Advertisement
Guest User

Untitled

a guest
Apr 6th, 2016
164,310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. - it only works if you haven't hit the 60 second limit
  2.  
  3. 1. (in chrome) right click on the white border around the video area and choose "Inspect"
  4.  
  5. 2. find your way down through the tree of HTML elements until you find a <video> tag. this is the hardest part to explain clearly, so you'll just have to experiment a little. try to understand that a web page is just a bunch of things inside of other things, kinda like nested folders. you might be able to cheat by hitting ctrl+F (cmd+F on a mac) and searching for 'video'
  6.  
  7. 3. the video element will have a source address on it. it should look like 'file/h4g9g9h0g'
  8.  
  9. 4. copy the h2h4082h0g part, that's the file id
  10.  
  11. 5. in your address bar, go to https://rec-tube.com/file/[file id]/
  12.  
  13. - don't include the [ ], just paste the entire id in between both slashes
  14.  
  15. if you did everything right, your browser should load the entire video so you can watch or save it
  16.  
  17. now we just need a reliable way to get around the 60 second limit... besides vpn
  18.  
  19. pic: if you see something like this in the inspector, you're on the right track. keep digging
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement