A spider to collect douban top250 movies.

- Use
go get github.com/binatify/dbmovie250 - Or binary release.
$ dbmovie250 -h
Usage of dbmovie250:
-csv string
the data saved csv name. (default "./data.csv")when you run dbmovie250 -csv xxx, you will get data in file xxx.csv.
type Movie struct {
Name string
Director string
Starring string
Year string
Area string
Category string
Star string
Discription string
Poster string
Link string
}