Skip to content

Releases: Athlon1600/php-curl-file-downloader

v1.0.2

25 Feb 20:35
Compare
Choose a tag to compare
  • Better filename guessing logic specifically for cases where filename extension is not included in the URL. For example:
    https://r3---sn-vgqsrnes.googlevideo.com/videoplayback
    previously returned videoplayback as filename. It now returns videoplayback.mp4 by guessing .mp4 extension from HTTP headers.

v1.0.1

24 Feb 01:39
Compare
Choose a tag to compare
  • added ability to guess filenames based on content-type header

v1.0

07 Jun 19:26
Compare
Choose a tag to compare

First fully working version.