Skip to content

Releases: shiningw/ncdownloader

ncdownloader

28 Apr 14:11
Compare
Choose a tag to compare

What's Changed

  • Update filename in the database according to the download extension file by @medismail in #41
  • Fix: the metadata add create a copy stream error bc of ffmpeg by @Claers in #49

Full Changelog: v0.9.16...v0.9.24

ncdownloader-v0.9.16

24 Apr 08:12
Compare
Choose a tag to compare

What's Changed

  • Fix : Test pg_escape and pg_unescape exist before executing them by @Claers in #48

New Contributors

Full Changelog: v0.9.1...v0.9.16

ncdownloader-v0.9.1

17 Apr 00:37
Compare
Choose a tag to compare
  • added compatibility with nc24

ncdownloader

20 Mar 08:51
Compare
Choose a tag to compare
  • added options for selecting video and audio formats when using youtube-dl(thanks to @medismail)
  • fixed #38

ncdownloader

05 Mar 12:07
Compare
Choose a tag to compare
  • added option for disabling bt protocol for non-admin uses close #3;
  • used a faster version of youtube-dl(#36);
  • fixed yt binary download issues;
  • simplified the process of adding more search sites
  • other bugfixes and minor changes

ncdownloader

27 Feb 11:25
Compare
Choose a tag to compare
  • added support for a music site #32
  • improved search module
  • fixed unreadable filename when downloading non-English files using Aria2
  • force ipv4 when searching
  • converted js library to ts

ncdownloader

24 Feb 08:01
Compare
Choose a tag to compare
  • fixed youtube-dl download items not showing up in centos7 snap installation
  • improved message displaying
  • fixed regex rules for validating url(freeze occurs when trying downloading twitter videos)

ncdownloader-v0.7.5

22 Feb 13:16
Compare
Choose a tag to compare

fixed invalid signature

ncdownloader-v0.7.4

22 Feb 10:28
Compare
Choose a tag to compare
  1. added executable permissions if youtube-dl or aria2c doesn't have it
  2. fixed unsightly gap in download button
  3. use vue in place of php tpl engine to render settings template

ncdownloader-v0.7.1

21 Feb 14:20
Compare
Choose a tag to compare

improved user experience for novice user
including support for standalone aria2c and ytdl binaries;
support for snap installation;close #19