Advertisement
Nicolai

HOW TO: Download from veehd.com [TUT]

Jun 9th, 2011
25,685
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.34 KB | None | 0 0
  1. <!--
  2. How to download/watch videos on veehd.com, without downloading their (crappy) plugin?
  3.  
  4. A few minutes ago, I found a video (which I needed) on a site called "veehd.com". I didn't know the site, and when I pressed "Download" the page tried to install a 'plugin' in my browser.
  5.  
  6. I knew installing this plugin was a bad idea, so I did a bit of "reverse engineering" (quite easy on .xpi/.crx-addons - it's just .zip files) and found out that all you need to do, to download / watch videos on the site, is to add a new meta tag on the page:
  7. -->
  8.  
  9.     <meta name="VeeHD" content="plugin for corp">
  10.  
  11. <!--
  12. Yep! That's all it takes.
  13.  
  14. To do this easy in Google Chrome press "Ctrl + Shift + I" then open the "<head>" tag and rename:
  15. -->
  16.  
  17.     <meta name="robots" content="noarchive">
  18.  
  19. <!-- to -->
  20.  
  21.     <meta name="VeeHD" content="plugin for corp">
  22.  
  23. <!--
  24. And now you can download it, using the "download"-button.
  25.  
  26. Playing the video directly require DivX WebPlayer.
  27.  
  28. Also note that the 'plugin' (/addon) they offer you, will change your "new tab" (chrome) and search engine (FF), so don't install it.
  29.  
  30. Keywords; guide, [solved], help, tut, tutorial
  31.  
  32. EDIT: And here's a 'how to' picture (not the video I needed, but just a random chosen video):
  33.     http://www.myupload.dk/showfile/9285755b57d.png
  34.     http://img534.imageshack.us/img534/37/veehd.png (backup)
  35. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement