#!/bin/bash

wget "$1" --no-check-certificate -O- | grep get/Project | head -n 5 | sed -e 's/<[^>]*>//g'  -e 's/In Project, //' -e 's/the file //' -e 's/\.$//' | nkf --numchar-input --utf8
