20091205 alex meeting 進度

目前的進度為
        a.將video id , comment profile id import to mysql
        b. comment profile data 利用 wget這隻程式  wget - c http:\\www.youtube.com\user\tsti95j 去抓取

               利用   for /F %i in (profile.txt) do wget -c http:\\www.youtube.com\user\%i 一次可以抓取500 筆user profile

               但是profile 用notepad or uedit32 開啟都ok , 但是若是用type , find 等指令則中文會show 亂碼
               目前想到的方法是尋找類似wget 程式