Skip to content

Releases: mos9527/pyncm

Version 1.6.8.1

24 Sep 14:14
Compare
Choose a tag to compare
cli : added `--no-overwrite` (#21)
This controls how overwritting exisiting files is handled.
If enabled, and files with extensions `flac` `mp3` `m4a` that has the same basename of the download task would not be downloaded.
cli : added download summary
Outputs summary of exceptions handled during download.
helper  : added `FuzzyPathHelper`

Version 1.6.8.0

11 Sep 04:30
Compare
Choose a tag to compare
cli : `LoginViaAnonymousAccount` will be called when there's no login info specified
apis/login : documented `LoginViaAnonymousAccount`
misc : corrected some typos

Version 1.6.7.9

11 Sep 04:07
Compare
Choose a tag to compare
api/login : implemented `LoginViaAnonymousAccount`
We are now able to login with an anoymous deviceId token

Version 1.6.7.8.Redist.2

04 Sep 08:20
Compare
Choose a tag to compare
ci : build w/ UPX & extra dependencies

Version 1.6.7.8.Redist

04 Sep 08:10
Compare
Choose a tag to compare
ci : build w/ UPX & extra dependencies

Version 1.6.7.8

04 Sep 04:42
Compare
Choose a tag to compare
cli : handle palceholder urls correctly

Version 1.6.7.7

03 Sep 15:10
Compare
Choose a tag to compare
cli : added some speical tags for FLAC/Vorbis format
utils/helper : added `CD`

Version 1.6.7.6

03 Sep 08:40
Compare
Choose a tag to compare
ci : enable CI

Version 1.6.6.1

14 May 14:07
Compare
Choose a tag to compare
README : added `asciinema` demo
chore : formatting code

Version 1.6.6.0

14 May 12:52
Compare
Choose a tag to compare
cli : Track audio are fetched and downloaded in tandem
cli : added support for `coloredlogs`
cli : imporved support for `tqdm` (mainly w/ logging)
setup : added `extra_require` field