Skip to content

Commit

Permalink
main: update README.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Sep 13, 2019
1 parent 0283218 commit 77604a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ Twitter | <https://twitter.com> | ✓ | | | |
音悦台 | <https://yinyuetai.com> | ✓ | | | |
极客时间 | <https://time.geekbang.org> | ✓ | | | |
Pornhub | <https://pornhub.com> | ✓ | | | |
XVIDEOS | <https://xvideos.com> | ✓ | | | |


## Known issues
Expand Down
2 changes: 1 addition & 1 deletion extractors/xvideos/xvideos.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func Extract(url string) ([]downloader.Data, error) {
}
return []downloader.Data{
{
Site: "xvideos",
Site: "XVIDEOS",
Title: title,
Type: "video",
Streams: streams,
Expand Down
1 change: 1 addition & 0 deletions extractors/yinyuetai/yinyuetai_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (

func TestDownload(t *testing.T) {
config.InfoOnly = true
config.RetryTimes = 5
tests := []struct {
name string
args test.Args
Expand Down

0 comments on commit 77604a4

Please sign in to comment.