AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

YOUTUBE / MUSIC Download ( IE index.dat and Firefox)

 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
garry



Joined: 19 Apr 2005
Posts: 2212
Location: switzerland

PostPosted: Tue Nov 13, 2007 3:01 pm    Post subject: YOUTUBE / MUSIC Download ( IE index.dat and Firefox) Reply with quote

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
Back to top
View user's profile Send private message
garry



Joined: 19 Apr 2005
Posts: 2212
Location: switzerland

PostPosted: Thu Nov 15, 2007 3:40 pm    Post subject: Reply with quote

made a small script for Mozilla Firefox Cache

while surfing (youtube metacafe etc..) and look movie the movie is downloaded to cache (see scrollbar when looking video )

this script find MP3 and FLV ( eg D3419291d01 ), moves and renames it to mp3 / flv
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group