こんにちは@shiworkです.
とても悲しいことに、女子高生声優の木戸衣吹ちゃんの有料配信のマガジン
このサービスが終了するのに伴い木戸衣吹ちゃんの配信も終了。そして、2014/2末に閲覧もできなくなってしまいます。
- 閲覧期限 2014年3月末
find ./ -mtime +10 -name "*.ts" -type f -maxdepth 1 | xargs rm |
find ./ -mtime +10 -name "*.ts" -type f -maxdepth 1 | xargs |
こんにちは@shiworkです.
とても悲しいことに、女子高生声優の木戸衣吹ちゃんの有料配信のマガジン
このサービスが終了するのに伴い木戸衣吹ちゃんの配信も終了。そして、2014/2末に閲覧もできなくなってしまいます。
/** | |
* Opens the file and retrieves its contents. | |
* | |
* During construction the given file is checked whether it is readable and | |
* if the $validate argument is true a PHP Lint action is executed to | |
* check whether the there are no parse errors. | |
* | |
* By default the Lint check is disabled because of the performance hit | |
* introduced by this action. | |
* |
/* your source here */ | |
.mg-t20 {display:none !important;} | |
#main-ntg .area-pickupgame {display:none;} | |
#foot {display:none;} |
diff --git a/perl/captureimagemaker.pl b/perl/captureimagemaker.pl | |
index 384e979..47a6d4d 100755 | |
--- a/perl/captureimagemaker.pl | |
+++ b/perl/captureimagemaker.pl | |
@@ -117,7 +117,7 @@ unless (-e $capimgdirname ){ | |
# キャプチャ入れるディレクトリ作成 | |
# $captureimgdir = "$tid"."-"."$countno"."-"."$date"."-"."$time"; | |
$captureimgdir = $filename; | |
-$captureimgdir =~ s/\.m2p$|\.m2t$|\.m2v$//; | |
+$captureimgdir =~ s/\.m2p$|\.m2t$|\.ts$|\.m2v$//; |
find ./ -mtime +10 -name "*.m2t" -print0 | xargs -0 -I% rename .m2t .ts % |
for i in `ps aux | egrep 'ffmpeg|mplayer' | grep foltia | gawk '{print $2}'` | |
do | |
TIME=`ps -o lstart --noheader -p $i`; | |
START=`date +%s -d "$TIME"`; | |
NOW=`date +%s`; | |
PASSTIME=`expr $NOW - $START`; | |
if [ $PASSTIME -gt 12000 ]; then | |
kill $i; | |
echo "kill $i at "`date`; |