Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: migrate from Glide to dep #172

Merged
merged 2 commits into from
Jun 24, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
80 changes: 80 additions & 0 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[[constraint]]
name = "github.com/PuerkitoBio/goquery"
version = "1.4.1"

[[constraint]]
name = "github.com/cheggaaa/pb"
version = "1.0.25"

[[constraint]]
name = "github.com/fatih/color"
version = "1.7.0"

[prune]
non-go = true
go-tests = true
unused-packages = true
14 changes: 3 additions & 11 deletions extractors/qq_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,10 @@ func TestQQ(t *testing.T) {
},
},
{
name: "vid test",
name: "movie and vid test",
args: test.Args{
URL: "https://v.qq.com/x/cover/4opd3z8rcb7bbhh.html",
Title: "《古墓丽影:源起之战》中文版终极预告 “坎妹”吴彦祖爆燃开打",
Quality: "蓝光;(1080P)",
},
},
{
name: "movie test",
args: test.Args{
URL: "https://v.qq.com/x/cover/e5qmd3z5jr0uigk/9k9DQFMFRoo.html",
Title: "赌侠",
URL: "https://v.qq.com/x/cover/e5qmd3z5jr0uigk.html",
Title: "赌侠1991(普通话版)",
Size: 470753231,
Quality: "高清;(480P)",
},
Expand Down
28 changes: 0 additions & 28 deletions glide.lock

This file was deleted.

12 changes: 0 additions & 12 deletions glide.yaml

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/PuerkitoBio/goquery/.gitattributes

This file was deleted.

16 changes: 0 additions & 16 deletions vendor/github.com/PuerkitoBio/goquery/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/PuerkitoBio/goquery/.travis.yml

This file was deleted.

146 changes: 0 additions & 146 deletions vendor/github.com/PuerkitoBio/goquery/README.md

This file was deleted.

Loading