How to download videos from subscription sites for free if u know folder?

maehmaeh

Newbie
Joined
Dec 19, 2008
Messages
3
Reaction score
0
I know folder name where videos are located, and format they're in, just dunno how to find their exact name, and download them?

for example, I know videos are in something like:

xxx.reherhenf.iou/gayporn/videos

but I dunno how to find exact name of vid..
and it's not gayporn I'm looking for :D
 
look at the source code it normally tells you the filename...

copy and paste the location into your browser and it will normally download it to your temp internet files, alternatively stick the link on a webpage or cms right hand click the link and do save link/target as...

theres also lots of capture plugins you can get for firefox too

the only ones you may struggle with are streamed video from flash media servers especially if they are locked into a particular domain...

hth
 
Search Google:
site:somesite.com/folder/

Or maybe their robots file:
somesite.com/robots.txt
 
Ok ...
STEP 1: Open Notepad
STEP 2: Copy ALL the code below
STEP 3: Paste into Notepad
STEP 4: Click File a thetop left of Notepad
STEP 5: Click Save As in the drop-down list that appears
STEP 6: In the File Name area, type hotlink.html
STEP 7: In the File Type area, select All Files ( Don't forget!!! )
STEP 8: Make sure it will save to your desktop.

STEP 9: Go to your desktop and you'll see the file ...open it and it should look like an internet page with a LINK on it.

STEP 10: Click View at the top of your Internet Explorer
STEP 11: Click Source in the drop-down list that appears

Here you will see the code.
The EXAMPLE ( invalid ) url (web address) is what you need to replace
with the full web address of the video.
Then SAVE.
Then refresh or close & reopen.
RIGHT CLICK the hotlink at the top and SCRAPE AWAY!!!!

And yes this is totally my method of how I;ve scraped hundreds of videos over the past 5 years. Enjoy.


Code:
<HTML>
<TITLE>Hotlinker</TITLE>
<BODY>
<CENTER>
<a href="

[URL]http://www.ReplaceThisURL.com/WithTheURL/Of/The/Video/You/Want/Then/SAVE.wmv[/URL]

">RightClickToDownload</a>
<BR><BR>
Ok this is really easy to use:<BR>
Just Past all this code into a NOTEPAD FILE<BR>
and SAVE AS a file called  hotlinker.html<BR>
and as fyle type "ALL FILES"<BR><BR><BR>
Then just find within the code of the page you want to rip from<BR>
the video url<BR>
(ExampleS:<BR>  
hxxp:[url]www.domain.c0m/folder/video.wmv[/url]
<BR>
hxxp:[url]www.domain.c0m/folder/video.avi[/url]
<BR>
hxxp:[url]www.domain.c0m/folder/video.swf[/url]
<BR>
hxxp:[url]www.domain.c0m/folder/video.flv[/url]
<BR>
<BR><BR><FONT SIZE=7>
~AlexaAssassin

</BODY>
</HTML>
 
Back
Top