garry
Joined: 19 Apr 2005 Posts: 2212 Location: switzerland
|
Posted: Tue Nov 13, 2007 3:01 pm Post subject: YOUTUBE / MUSIC Download ( IE index.dat and Firefox) |
|
|
here are 2 indexdat (MS-IE) scripts
-1- for all (also mp3/flv) and Firefox cache
-2- only for youtube (MS-IE)
download pasco.exe/cygwin1.dll > http://www.foundstone.com/us/resources/proddesc/pasco.htm
example -1-
download ahk-script here :
http://www.autohotkey.net/~garry/INDEXDAT_IE_FIREFOX_CACHE02.ahk
while you're looking movies they are stored already on your drive ( mozilla firefox )
;-------- for mozilla FIREFOX ----------------------------------------------------------
;........ example 6DFC9E96d01 program below moves and renames it to xy.flv xy.mp3
; search for the correct path first in Mozilla\Firefox\Profiles\
;AA=C:\Dokumente und Einstellungen\Administrator\Lokale Einstellungen\Anwendungsdaten\Mozilla\Firefox\Profiles\kjf29nqa.default\Cache
;run,%AA%
;-----------------------------------------------------------------------------------------------------------------------------------
DOWNLOAD script for FIREFOX:
http://www.autohotkey.net/~garry/FIREFOX_CACHE.ahk
==================================================
this script is only for MS-IE (tested XP) with pasco.exe ( with cygwin1.dll )
http://www.foundstone.com/us/resources-free-tools.asp
;HOW to use.....surf with IE on youtube, show desired video until red row is 100%
; when you are finished in youtube start this program:
;
; 1-NEW READ push this button to read index.dat (look first for the correct path )
; 2-search in listview for date (20071113) ENTER, or use button 2-Search-Show-Name (all)
; - download the movie by doubleclick column2 (URL)
Autohotkey PROGRAM is here (download also pasco ) :
http://www.autohotkey.net/~garry/INDEXDAT_PASCO_01.ahk
| Code: | ;---------------FOR MS-IE tested with XP with the index.dat-reader pasco.exe --------------------------------------------------
;DATE...........20071113 garry INDXDAT_PASCO_01.ahk
;
;NEED...........pasco.exe http://www.foundstone.com/us/resources-free-tools.asp
;
; MS-InternetExplorer index.dat the correct path , example:
; C:\Dokumente und Einstellungen\Administrator\Lokale Einstellungen\Temporary Internet Files\Content.IE5\index.dat
; (to see hidden folders, goto settings >DOS command: control folders )
;
;HOW to use.....surf with IE on youtube, show desired video until red row is 100%
; when you are finished in youtube start this program:
;
; 1_NEW READ index.dat
; 2-search in listview for date (20071113), starts and shows founded NAME
; 3- download the movie by doubleclick column2 (URL)
;-------------------------------------------------------------------------------------------------------------------------------
;-------- for mozilla FIREFOX ----------------------------------------------------------
;........ example 6DFC9E96d01 use other script above ....
;AA=C:\Dokumente und Einstellungen\Administrator\Lokale Einstellungen\Anwendungsdaten\Mozilla\Firefox\Profiles\kjf29nqa.default\Cache
;run,%AA%
;-----------------------------------------------------------------------------------------------------------------------------------
;cache-reader adonn for mozilla firefox
;https://addons.mozilla.org/de/firefox/addon/2489
;-----------------------------------------------------------------------------------------------------------------------------------
;----- for MS internet explorer
;-------PASCO.exe index.dat reader find xy.flv for MS IE -----------------------------------------------
;indexdat=C:\Dokumente und Einstellungen\Administrator\Lokale Einstellungen\Temporary Internet Files\Content.IE5\index.dat
;pasco.exe %indexdat% > index.txt
;http://www.autohotkey.com/forum/topic13405.html&highlight=pasco
;http://www.foundstone.com/us/resources-free-tools.asp
;--------------------------------------------------------------------------------------------------------------------------------
|

Last edited by garry on Sat Nov 17, 2007 11:25 am; edited 6 times in total |
|