마왕을 그리워하시는분께-
마왕을 그리워하시는분께-
짤막한 코드를 한줄 남깁니다...
#!/usr/bin/php -q
<?php$start = strtotime('2011-05-09');
$end = strtotime('2011-10-22');
for ($i=$start;$i<=$end;$i=$i+60*60*24) {
$url = 'http://podcastfile.imbc.com/cgi-bin/podcast.fcgi/podcast/ghoststation/ghoststation_'.date('Ymd',$i).'.mp3';
$cs = curl_init();
curl_setopt($cs,CURLOPT_URL,$url);
curl_setopt($cs,CURLOPT_RETURNTRANSFER,1);
curl_setopt($cs,CURLOPT_FOLLOWLOCATION,1);
$buffer = curl_exec($cs);
$cinfo = curl_getinfo($cs);
curl_close($cs);
if ($cinfo['http_code'] == 200 && $cinfo['content_type'] == 'audio/mpeg') {
if (is_dir('files') == false) {
mkdir('files');
chmod('files',0707);
}
$filepath = './files/ghoststation_'.date('Ymd',$i).'.mp3';
$fp = fopen($filepath,'w');
fwrite($fp,$buffer);
fclose($fp);
echo $filepath."\n";
}
}
?>
댓글 4개
게시판 목록
자유게시판
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 공지 |
|
2주 전 | 47 | |
| 199718 |
|
2주 전 | 27 | |
| 199717 | 1개월 전 | 27 | ||
| 199716 |
느긋한카키쿠키
|
1개월 전 | 19 | |
| 199715 |
현대적인무질서한까마귀
|
1개월 전 | 20 | |
| 199714 | 1개월 전 | 30 | ||
| 199713 | 1개월 전 | 38 | ||
| 199712 | 1개월 전 | 299 | ||
| 199711 |
안졸리니졸리니
|
1개월 전 | 147 | |
| 199710 |
|
1개월 전 | 161 | |
| 199709 |
|
1개월 전 | 94 | |
| 199708 | 1개월 전 | 108 | ||
| 199707 | 1개월 전 | 244 | ||
| 199706 | 1개월 전 | 45 | ||
| 199705 | 1개월 전 | 29 | ||
| 199704 | 1개월 전 | 50 | ||
| 199703 | 2개월 전 | 58 | ||
| 199702 | 2개월 전 | 101 | ||
| 199701 | 2개월 전 | 112 | ||
| 199700 | 2개월 전 | 84 | ||
| 199699 | 2개월 전 | 89 | ||
| 199698 | 2개월 전 | 137 | ||
| 199697 | 2개월 전 | 100 | ||
| 199696 |
|
2개월 전 | 249 | |
| 199695 | 2개월 전 | 91 | ||
| 199694 | 2개월 전 | 121 | ||
| 199693 | 2개월 전 | 189 | ||
| 199692 | 2개월 전 | 202 | ||
| 199691 |
|
2개월 전 | 174 | |
| 199690 | 2개월 전 | 262 | ||
| 199689 | 2개월 전 | 164 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기