Skip to content

Commit

Permalink
Updated YouTube Extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
s77rt committed Jun 27, 2021
1 parent f5260d1 commit 02928ef
Show file tree
Hide file tree
Showing 3 changed files with 373 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project (YouTubeDownloader) will be documented in this file.

## [0.1.3] - 27/06/2021
### Changed:
- Updated YouTube Extractor (fixes #3)

## [0.1.2] - 26/05/2021
### Fixed:
- Unable to download videos due to 404 error (Issue #2)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/kkdai/youtube/v2 v2.7.0
github.com/kkdai/youtube/v2 v2.7.2
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/zserge/lorca v0.1.9
)
Loading

0 comments on commit 02928ef

Please sign in to comment.