Skip to content

Releases: amishshah/ytdl-core-discord

v1.3.1

12 Jun 12:18
Compare
Choose a tag to compare
  • chore: bump prism-media from 1.2.8 to 1.2.9 (#335)

    Bumps prism-media from 1.2.8 to 1.2.9.

    Signed-off-by: dependabot-preview[bot] [email protected]

    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

  • chore: update package author email address

  • chore(Deps): update dependencies

  • chore(Release): v1.3.1

v1.3.0

20 Mar 17:12
Compare
Choose a tag to compare
  • chore: bump ytdl-core from 4.2.1 to 4.4.1 (#305)

    Bumps ytdl-core from 4.2.1 to 4.4.1.

    Signed-off-by: dependabot-preview[bot] [email protected]

    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

  • chore: update dependencies

  • refactor: access videoDetails from a shorter chain (#307)

    info.player_response.videoDetails.isLiveContent => info.videoDetails.isLiveContent
    since videoDetails can now be accessed through the main function/promise instead of accessing it through player_response

  • refactor: use pipeline

  • chore(Release): v1.3.0

v1.2.5

22 Dec 11:59
Compare
Choose a tag to compare
  • deps: update dependencies

  • chore: v1.2.5

v1.2.4

23 Oct 10:24
Compare
Choose a tag to compare
  • chore: bump ytdl-core from 3.2.2 to 3.4.2 (#261)

    Bumps ytdl-core from 3.2.2 to 3.4.2.

    Signed-off-by: dependabot-preview[bot] [email protected]

    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

  • chore: bump @types/node from 14.11.2 to 14.14.2 (#260)

    Bumps @types/node from 14.11.2 to 14.14.2.

    Signed-off-by: dependabot-preview[bot] [email protected]

    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

  • chore: bump eslint from 7.9.0 to 7.11.0 (#254)

    Bumps eslint from 7.9.0 to 7.11.0.

    Signed-off-by: dependabot-preview[bot] [email protected]

    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

  • chore: v1.2.4

v.1.2.3

23 Sep 10:38
Compare
Choose a tag to compare
  • chore: bump eslint from 7.7.0 to 7.9.0 (#240)

    Bumps eslint from 7.7.0 to 7.9.0.

    Signed-off-by: dependabot-preview[bot] [email protected]

    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

  • fix: 'info.length_seconds' deprecation warning (#245)

  • chore: bump @types/node from 14.11.1 to 14.11.2 (#246)

    Bumps @types/node from 14.11.1 to 14.11.2.

    Signed-off-by: dependabot-preview[bot] [email protected]

    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

  • chore: v1.2.3

v1.2.2

18 Sep 09:45
Compare
Choose a tag to compare
  • updated to the latest version of ytdl-core (3.2.2) (a1bff70)

v1.2.1

22 Jun 20:23
Compare
Choose a tag to compare
  • fix: error on non-opus fallback (1745555)
  • chore: update dependencies (914fe11)

v1.2.0

12 Apr 12:44
Compare
Choose a tag to compare
  • Update dependencies, use ytdl-core 2.0.1

v1.1.0

31 Jan 11:58
Compare
Choose a tag to compare
  • TypeScript typings (7d08bce)
  • Provides all other ytdl-core functions (c5ba233)
  • Use FFmpeg to convert to Opus where possible (b0b003d)
  • Support for @discordjs/opus for performant, improved audio quality (6516110)

v1.0.2

18 Feb 17:24
Compare
Choose a tag to compare
  • Fix livestream detection (2e161fe)
  • Fix livestreams ending early (d80d565)