Skip to content

Releases: norkunas/youtube-dl-php

v1.0.0

28 Nov 12:21
Compare
Choose a tag to compare

Breaking Changes

  • PHP 7.0 is now required
  • Symfony options resolver and process components must be at least v3.3

Features

  • Progress callback
  • Set custom python binary path

v0.3.5

12 Oct 07:05
Compare
Choose a tag to compare
Remove unnecessary normalizer for output (#48)

v0.3.4

22 Sep 05:38
Compare
Choose a tag to compare
Let the process to do cmd args escaping

v0.3.3

18 Mar 09:33
Compare
Choose a tag to compare
Fix support for php <7.0

v0.3.2

27 Feb 05:42
Compare
Choose a tag to compare

#31- Fix special chars

v0.3.1

10 Nov 05:48
Compare
Choose a tag to compare

[f413547] prevent from downloading soundcloud sets

v0.3.0

08 Sep 08:18
Compare
Choose a tag to compare

e08287b...b86b29c

BREAKING:

  • all-formats
  • playlist-start
  • playlist-end
  • playlist-items
  • playlist-reverse
  • yes-playlist
  • no-playlist

Using these options will now throw Symfony\Component\OptionsResolver\Exception\UndefinedOptionsException.

v0.2.3

14 Jan 17:52
Compare
Choose a tag to compare

v0.2.2

07 Jan 06:25
Compare
Choose a tag to compare

#15 - add "--id" parameter

v0.2.1

13 Oct 07:47
Compare
Choose a tag to compare

Fixed #4