Releases: rylio/ytdl
v0.6.4
Changelog
5ffc40a Clean up code
cdc531e Add testcase for #109
5a3f99a Fixed age restricted videos
278dc93 Remove parsing of dash manifest
743f960 Fix printing of FPS value
129ec11 Add more URL parameters and add another test case
75b13b9 Restructure tests
9d5caf4 Fix tests
0e89aa6 Rename cx to ctx and create Request with Context directly
17393b4 Fix example in readme
d1ead98 Update dependencies
18f4429 Add Codecov and badges
01b27c4 Remove Circle CI
v0.6.3
Changelog
a58d839 Use Github actions
57340ed Rewrite metadata extraction
41b1bf3 Improve test suite
ee74b04 Update README.md
440fa5f Improve signature cipher extraction
9a0da99 fix after youtube changes
e02f0f1 Update ytplayer config regex to be less brittle to changes
1ba4232 Update regex to end at ytplayer.web_player_context_config instead of ytplayer.load
e979337 Update dependencies
7e4b73f feature(dash/hls): extract HLS and DASH manifest URL if provided in the json config
136380c feature(getVideoInfo): provide flag for streams extracted from the DASH manifest
8fbe86f feature(context): pass context to network requests so that we can cancel inflight requests(if we need)
d55e850 Feature: provide extra information on adaptive tracks
f3a87da Add Client struct with logger and HTTP client
9eb9d2c Fix tests
3db428f Adding m.youtube.com as supported host
v0.6.2
Changelog
5c6a75e Use httpGetAndCheckResponse
ce77d9d Fix unexpected status code error
c59622e Embed Itag in Format struct
874c9ff Add itags for AV1
39866ab Improve CompareKey
5f1a4c2 Add more itags and FPS
4b3280b Omit default values
9039e10 Fix goreleaser
5ae23c9 Add support for more URL formats
c888425 Copy Itag to Format
6532141 Refactor Format struct
92eff6f Thinned down Docker container. With this new setup container of this app takes up only 17MP instead of previous 428MB.
v0.5.1: Merge pull request #26 from mattn/windows-color
forcibly windows colors
ytdl v0.5.0
- Added format list type, has methods for filtering and manipulating formats
- Added filtering by extremes(i.e. best/worst)
- Added tests for most methods
ytdl v0.4.0
Converted format
type to struct
Fixed extracting info from embedded urls, which also fixed videos with age restrictions
ytdl v0.3.1
Fixed regular expression for extracting info json from embedded url
ytdl v0.3.0
- Fixed signature parsing due to YouTube changes
- Renamed
Info
type toVideoInfo
- Added
itag
format key
ytdl v0.2.0
Added cli option to output info as json
ytdl v0.1.0
- Added author and duration to video info