Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0883b0f

Browse files
authored
Merge pull request#1370 from gouarfig/fix-for-youtube-403-errors
Upgrade youtube package to fix 403 errors
2 parents2cc6fcc +5131bdc commit0883b0f

File tree

2 files changed

+36
-64
lines changed

2 files changed

+36
-64
lines changed

‎go.mod‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ require (
88
github.com/PuerkitoBio/goqueryv1.8.0
99
github.com/buger/jsonparserv1.1.1
1010
github.com/cheggaaa/pb/v3v3.0.8
11-
github.com/dop251/gojav0.0.0-20230304130813-e2f543bf4b4c
11+
github.com/dop251/gojav0.0.0-20240627195025-eb1f15ee67d2
1212
github.com/fatih/colorv1.13.0
1313
github.com/gocolly/colly/v2v2.1.0
1414
github.com/itchyny/gojqv0.12.7
1515
github.com/json-iterator/gov1.1.12
16-
github.com/kkdai/youtube/v2v2.7.18
16+
github.com/kkdai/youtube/v2v2.10.1
1717
github.com/kr/prettyv0.3.0
1818
github.com/pkg/errorsv0.9.1
1919
github.com/robertkrimen/ottov0.0.0-20211024170158-b87d35c0b86f
@@ -26,30 +26,30 @@ require (
2626
github.com/antchfx/htmlqueryv1.2.3// indirect
2727
github.com/antchfx/xmlqueryv1.3.1// indirect
2828
github.com/antchfx/xpathv1.1.10// indirect
29-
github.com/bitly/go-simplejsonv0.5.0// indirect
29+
github.com/bitly/go-simplejsonv0.5.1// indirect
3030
github.com/cpuguy83/go-md2man/v2v2.0.1// indirect
31-
github.com/dlclark/regexp2v1.7.0// indirect
32-
github.com/go-sourcemap/sourcemapv2.1.3+incompatible// indirect
31+
github.com/dlclark/regexp2v1.11.0// indirect
32+
github.com/go-sourcemap/sourcemapv2.1.4+incompatible// indirect
3333
github.com/gobwas/globv0.2.3// indirect
3434
github.com/golang/groupcachev0.0.0-20200121045136-8c9f03a8e57e// indirect
3535
github.com/golang/protobufv1.5.0// indirect
36-
github.com/google/pprofv0.0.0-20230207041349-798e818bf904// indirect
36+
github.com/google/pprofv0.0.0-20240625030939-27f56978b8b0// indirect
3737
github.com/itchyny/timefmt-gov0.1.3// indirect
3838
github.com/kennygrant/sanitizev1.2.4// indirect
3939
github.com/kr/textv0.2.0// indirect
4040
github.com/mattn/go-colorablev0.1.12// indirect
4141
github.com/mattn/go-isattyv0.0.14// indirect
42-
github.com/mattn/go-runewidthv0.0.14// indirect
42+
github.com/mattn/go-runewidthv0.0.15// indirect
4343
github.com/modern-go/concurrentv0.0.0-20180306012644-bacd9c7ef1dd// indirect
4444
github.com/modern-go/reflect2v1.0.2// indirect
45-
github.com/rivo/unisegv0.4.3// indirect
46-
github.com/rogpeppe/go-internalv1.9.0// indirect
45+
github.com/rivo/unisegv0.4.7// indirect
46+
github.com/rogpeppe/go-internalv1.12.0// indirect
4747
github.com/russross/blackfriday/v2v2.1.0// indirect
4848
github.com/saintfish/chardetv0.0.0-20120816061221-3af4cd4741ca// indirect
4949
github.com/temoto/robotstxtv1.1.1// indirect
5050
golang.org/x/netv0.23.0// indirect
5151
golang.org/x/sysv0.18.0// indirect
52-
golang.org/x/textv0.14.0// indirect
52+
golang.org/x/textv0.16.0// indirect
5353
google.golang.org/appenginev1.6.6// indirect
5454
google.golang.org/protobufv1.33.0// indirect
5555
gopkg.in/sourcemap.v1v1.0.5// indirect

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp