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

[download fail]: Youtube #1364

Open
ExceptionAlBert opened this issue Jun 14, 2024 · 2 comments
Open

[download fail]: Youtube #1364

ExceptionAlBert opened this issue Jun 14, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ExceptionAlBert
Copy link

Website name: youtube

OS:: Windows

Video URL:: url

erorr message:

Downloading https://www.youtube.com/watch?v=z7NrcTD0lb8 error:
https://rr4---sn-oguesn6y.googlevideo.com/videoplayback?bui=AbKP-1PuVmOLD5jWMHzBnUa65VOs7YTRMETIQloGLcbIf5xo_QhrZ9uLNHaUkTnSkF_usQiQ4aEQOhvp&c=WEB&clen=3022885&dur=186.734&ei=IlxsZvXOLcGg1d8Prc6q4AE&expire=1718399106&fvip=2&gir=yes&id=o-ACS08s2S39td3jnZUyIJWVakrjT402g5iIzJXPcQYdUW&initcwndbps=2026250&ip=2a12%3Aa301%3A1000%3A%3A20f3&itag=140&keepalive=yes&lmt=1717546166363942&lsig=AHlkHjAwRQIhAIvBKLUv3wbmsUhUvF79FTJbY0UW_fLTLiVX3SP_uFgbAiALYrtbaxCBhMbNwHikMfid7y1_ocfeVhydNwZRYW1vtg%3D%3D&lsparams=mh%2Cmm%2Cmn%2Cms%2Cmv%2Cmvi%2Cpl%2Cinitcwndbps&mh=Sw&mime=audio%2Fmp4&mm=31%2C26&mn=sn-oguesn6y%2Csn-npoeenek&ms=au%2Conr&mt=1718376796&mv=m&mvi=4&n=yUwGoeDrj8vNMsv0&ns=ABQXMSM5nzfZgLDc1JVghVcQ&pl=32&requiressl=yes&rqh=1&sefc=1&sig=AJfQdSswRgIhAJZlEsR43Pz6IEzUSEVJ9TXcWpqDwOr6IDp2MX3-t68XAiEA-zJJGebZkp6sF48WksZRO0Eb7PZ94AJ--2PF1ZwOcTk%3D&source=youtube&sparams=expire%2Cei%2Cip%2Cid%2Citag%2Csource%2Crequiressl%2Cxpc%2Cbui%2Cspc%2Cvprv%2Csvpuc%2Cmime%2Cns%2Crqh%2Cgir%2Cclen%2Cdur%2Clmt&spc=UWF9fySpAdxbjdklvS-cRjLncMdq0Cx8fHDawBWA3dCmoor2shr7Y9tE2bBa&svpuc=1&txp=5432434&vprv=1&xpc=EgVo2aDSNQ%3D%3D request error: HTTP 403
github.com/iawia002/lux/request.Request
        /home/runner/work/lux/lux/request/request.go:116
github.com/iawia002/lux/downloader.(*Downloader).writeFile
        /home/runner/work/lux/lux/downloader/downloader.go:110
github.com/iawia002/lux/downloader.(*Downloader).save
        /home/runner/work/lux/lux/downloader/downloader.go:194
github.com/iawia002/lux/downloader.(*Downloader).Download
        /home/runner/work/lux/lux/downloader/downloader.go:641
github.com/iawia002/lux/app.download
        /home/runner/work/lux/lux/app/app.go:331
github.com/iawia002/lux/app.New.func1
        /home/runner/work/lux/lux/app/app.go:252
github.com/urfave/cli/v2.(*App).RunContext
        /home/runner/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:322
github.com/urfave/cli/v2.(*App).Run
        /home/runner/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:224
main.main
        /home/runner/work/lux/lux/main.go:13
runtime.main
        /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:271
runtime.goexit
        /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695
github.com/iawia002/lux/request.Request
        /home/runner/work/lux/lux/request/request.go:118
github.com/iawia002/lux/downloader.(*Downloader).writeFile
        /home/runner/work/lux/lux/downloader/downloader.go:110
github.com/iawia002/lux/downloader.(*Downloader).save
        /home/runner/work/lux/lux/downloader/downloader.go:194
github.com/iawia002/lux/downloader.(*Downloader).Download
        /home/runner/work/lux/lux/downloader/downloader.go:641
github.com/iawia002/lux/app.download
        /home/runner/work/lux/lux/app/app.go:331
github.com/iawia002/lux/app.New.func1
        /home/runner/work/lux/lux/app/app.go:252
github.com/urfave/cli/v2.(*App).RunContext
        /home/runner/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:322
github.com/urfave/cli/v2.(*App).Run
        /home/runner/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:224
main.main
        /home/runner/work/lux/lux/main.go:13
runtime.main
        /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/proc.go:271
runtime.goexit
        /opt/hostedtoolcache/go/1.22.2/x64/src/runtime/asm_amd64.s:1695

Screenshots

Screenshot 2024-06-14 231258

Additional context

Looks like they changed something.
Maybe is the signature decoding function.
request error : HTTP 403

@ExceptionAlBert ExceptionAlBert added the bug Something isn't working label Jun 14, 2024
@TBRay90
Copy link

TBRay90 commented Jun 17, 2024

Encounter the same problem

@joseavilasg
Copy link

Same issue happening with other downloaders. Looks like YouTube has changed something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants