Commit Graph

29 Commits

Author SHA1 Message Date
vitiko98 8aeaf4cd23 Fix token fetcher (close #150) 2022-05-21 19:49:26 -04:00
vitiko98 9c54988a2d Organize functions 2021-03-22 18:57:15 -04:00
vitiko98 10040396ad Fix #86 2021-03-22 14:02:17 -04:00
nathannathant 41cc9a5333 added command line option
also:
- replaced multiple concatenated help strings with one multiline string
- type hints

Signed-off-by: nathannathant <74019033+pynathanthomas@users.noreply.github.com>
2021-03-05 12:02:05 -08:00
nathannathant 32015dca4f improved function, added cli and config support
Signed-off-by: nathannathant <74019033+pynathanthomas@users.noreply.github.com>
2021-03-04 22:04:10 -08:00
nathannathant 628e0a67c3 working function that cleans up discographies
also added bit depth and sampling rate to download logging
2021-03-03 23:27:48 -08:00
nathannathant 93f9d8d92f comments 2021-03-02 19:44:10 -08:00
nathannathant 8d67d9d619 typo 2021-03-02 19:35:58 -08:00
nathannathant e45ce11439 fit get_type and get_id functions into one
using both needlessly searched the url twice
2021-03-02 16:14:22 -08:00
nathannathant 78c27f9999 Only formatting, no real changes
switched to the black formatter
2021-03-02 14:29:56 -08:00
nathannathant 4a57145be7 formatted filepaths 2021-02-28 21:31:43 -08:00
nathannathant 7987653b32 added support for other types of links 2021-02-24 14:50:57 -08:00
vitiko98 98b6c98f7b Don't show traceback 2021-02-04 19:08:21 -04:00
vitiko98 5cda0e403c Fix #60 2021-02-03 17:05:00 -04:00
vitiko98 f34975e54f Close #54 and #57 2021-01-26 18:42:29 -04:00
vitiko98 b8e68e2bf3 Use hashlib with passwords (close #48); add comments support for text files (close #47) 2021-01-01 16:06:11 -04:00
vitiko98 36c01a326e Major changes
* Handle duplicate IDs with database (close #45)
* Prettify the code with f strings
* New filename format
* Add label tag
* Add technical info to the folder for Hi-Res downloads
2020-12-20 16:33:41 -04:00
vitiko98 0ded90c0f8 Remove leftover files after failed downloads 2020-12-19 15:29:26 -04:00
vitiko98 4861c6ab85 Replace YEAR by DATE (close #42) 2020-12-19 12:56:59 -04:00
vitiko98 f370b5c0b0 Add more options to config file 2020-12-18 17:17:20 -04:00
vitiko98 17c8ff5ece Handle request exceptions 2020-12-18 13:22:12 -04:00
vitiko98 f4509b00f9 Remove magenta color 2020-12-17 22:52:10 -04:00
vitiko98 5f3c85847f Fix Color code error with windows; close #36
Covers won't be downloaded in their original size anymore by default as they are too big. If you still want to download in the original size, just  set the flag --og-cover after running a qobuz-dl command.
2020-12-17 21:55:42 -04:00
vitiko98 fd260ee0f3 Remove print calls; colored output; minor fixes
Close #37
2020-12-17 21:27:08 -04:00
vitiko98 1bf8bb16de Add the option to disable quality fallback (close #35)
Also stop the version number heresy
2020-12-16 19:07:40 -04:00
vitiko98 2cd31e5a8a New feature and error handling with downloads
Playlist m3u for playlist download [Enhancement]. Close #31
Fix #32
Update README.md
2020-12-16 14:21:15 -04:00
vitiko98 cf1a14a2d8 Add new feature: m3u playlists. Close #31. 2020-12-15 16:23:11 -04:00
vitiko98 b3688429de Fix #27 2020-12-14 22:06:29 -04:00
vitiko98 4179f3bc73 Partial rewrite
* Fix #26
* Fix #25
* Fix #23 (new flag: --albums-only)
* Fix #6
* Add support for last.fm playlists
* Update README
2020-12-14 19:48:15 -04:00