Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Releases: rylio/ytdl

v0.6.4

22 Jul 13:41
Compare
Choose a tag to compare

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

08 Jun 16:51
Compare
Choose a tag to compare

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

28 Dec 01:09
Compare
Choose a tag to compare

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

06 Sep 17:04
Compare
Choose a tag to compare

ytdl v0.5.0

31 Jan 04:27
Compare
Choose a tag to compare
  • 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

26 Dec 22:13
Compare
Choose a tag to compare

Converted format type to struct
Fixed extracting info from embedded urls, which also fixed videos with age restrictions

ytdl v0.3.1

19 Dec 14:17
Compare
Choose a tag to compare

Fixed regular expression for extracting info json from embedded url

ytdl v0.3.0

18 Dec 21:09
Compare
Choose a tag to compare
  • Fixed signature parsing due to YouTube changes
  • Renamed Info type to VideoInfo
  • Added itag format key

ytdl v0.2.0

13 Dec 21:47
Compare
Choose a tag to compare

Added cli option to output info as json

ytdl v0.1.0

13 Dec 13:49
Compare
Choose a tag to compare
  • Added author and duration to video info