Skip to content

Commit

Permalink
fix: modify film 31=>37
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhizheng committed Apr 12, 2020
1 parent 0c784f1 commit bd12b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Tip
- 由于爬取的目标网站最近经常出现访问失败的情况,现已增加直接请求api的形式,同时兼容旧版本(以后master只维护API版),[API接口说明.txt](http://www.jisudhw.com/help/API%E6%8E%A5%E5%8F%A3%E8%AF%B4%E6%98%8E.txt)
- [v1.0.0 爬虫版](https://github.com/hezhizheng/go-movies/releases/tag/v1.0.0) (可用,但不能保证数据稳定)
- [v2.0.0 API版](https://github.com/hezhizheng/go-movies/releases/tag/v2.0.0)
- [v2.0.1 API版](https://github.com/hezhizheng/go-movies/releases/tag/v2.0.1)

## Github地址
[https://github.com/hezhizheng/go-movies](https://github.com/hezhizheng/go-movies)
Expand Down
2 changes: 1 addition & 1 deletion utils/spider/SpiderApi.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func actionList(subCategoryId string, pg int, pageCount int) {
Member: `/?m=vod-detail-id-` + strconv.Itoa(value.VodId) + `.html`,
})

film := []int{6, 7, 8, 9, 10, 11, 12, 20, 21, 31}
film := []int{6, 7, 8, 9, 10, 11, 12, 20, 21, 37}
tv := []int{13, 14, 15, 16, 22, 23, 24}
cartoon := []int{29, 30, 31, 32, 33}

Expand Down

0 comments on commit bd12b3f

Please sign in to comment.