Skip to content

Releases: tanaikech/goodls

v1.2.4

03 Jan 01:49
Compare
Choose a tag to compare
  • v1.2.4 (January 3, 2020)

    1. It seems that the specification of github.com/urfave/cli was changed by the update of https://github.com/urfave/cli. By this, when go get -u github.com/tanaikech/goodls is run, an error occurred. So this error was removed.

v1.2.3

30 Oct 23:18
Compare
Choose a tag to compare
  • v1.2.3 (October 31, 2019)

    1. An option for inputting the directory to save the downloaded files was added.

      • $ goodls -u [URL] -d [directory]

From this thread, the files for the ARM build were added.

v1.2.2

12 Dec 05:53
Compare
Choose a tag to compare
  • v1.2.2 (December 12, 2018)

    1. When files are downloaded from a specific folder, it got to be able to select mimeType. By this, files with the specific mimeType in the specific folder can be retrieved. For this, I updated the go library go-getfilelist.
      • $ goodls -u [URL] -key [APIkey] -m "application/pdf,image/png"

v1.2.1

25 Nov 02:05
Compare
Choose a tag to compare

v1.2.0

24 Nov 05:34
Compare
Choose a tag to compare
  • v1.2.0 (November 24, 2018)

    1. By using API key, the shared large files can be run the resumable download.
      • This demonstration can be seen at Demo.

v1.1.1

13 Nov 07:07
Compare
Choose a tag to compare
  • v1.1.1 (November 13, 2018)

    1. Version of go-getfilelist was updated. Because the structure of drive.File got to be able to be used, I also updated this application.

v1.1.0

04 Nov 03:24
Compare
Choose a tag to compare
  • v1.1.0 (November 4, 2018)

    1. By using API key, files from the shared folder got to be able to be downloaded while keeping the folder structure.
      • This demonstration can be seen at Demo.
    2. By using API key, the information of shared file and folder can be also retrieved.
    3. About the option of --extension and -e, when -e ms is used, Google Docs (Document, Spreadsheet, Slides) are converted to Microsoft Docs (Word, Excel, Powerpoint), respectively.

v1.0.3

04 Sep 02:27
Compare
Choose a tag to compare
  • v1.0.3 (September 4, 2018)

    1. When the files are downloaded, the progress of downloading got to be able to be displayed.

v1.0.2

10 May 00:39
Compare
Choose a tag to compare
  • v1.0.2 (May 10, 2018)

    1. Files with large size has gotten to be able to be used.
      • In order to download files with large size (several gigabytes), files are saved by chunks.

v1.0.1

11 Jan 03:12
Compare
Choose a tag to compare
  • v1.0.1 (January 11, 2018)

    1. In order to download several files, a datafile including URLs using Standard Input and Pipe have gotten to be able to be inputted.