Commit Graph

  • 51042eefa9 Update requirements master 7x11x13 2022-07-12 10:17:43 -0400
  • b7c0c448e7 v2.7.1 7x11x13 2022-05-05 07:45:30 -0400
  • 2ee3b26ae4
    Prefer filename* header (#416) hunkyburrito 2022-05-05 06:40:02 -0500
  • 3758fc194f
    Support wav file tagging (#417) Littletsu 2022-05-05 06:34:23 -0500
  • c06f642bc1 Update README 7x11x13 2022-04-06 01:28:10 -0400
  • ca0e48a334 v2.7.0 7x11x13 2022-04-06 01:26:46 -0400
  • 24988f740d
    New sync option (#374) hunkyburrito 2022-04-06 00:25:15 -0500
  • 3ecc7196b3 Fix offset for playlists 7x11x13 2022-02-12 12:45:22 -0500
  • 4d9bf45bdb Fix downloading hidden tracks from a hidden playlist 7x11x13 2022-01-20 04:36:58 -0500
  • 593eb1613f Implement offset 7x11x13 2022-01-18 04:46:53 -0500
  • 7ac54a6823 Fix file size calculation 7x11x13 2022-01-07 05:48:43 -0500
  • 8866f9e85c v2.5.2 7x11x13 2022-01-07 05:46:11 -0500
  • 3d461850f7 Fix downloading 7x11x13 2022-01-07 05:45:59 -0500
  • 69ef01d05f Fix m4a downloading 7x11x13 2022-01-07 05:39:27 -0500
  • 698ce9396a Reimplement --min-size and --max-size 7x11x13 2022-01-03 20:10:23 -0500
  • 700071ab9e Allow user to provide just username instead of soundcloud.com URL 7x11x13 2022-01-03 19:38:44 -0500
  • e30a93b3f6 Add --no-playlist option 7x11x13 2022-01-03 19:27:53 -0500
  • c7d1089b8a Only publish on new tag pushed 7x11x13 2021-12-28 16:27:30 -0500
  • 5d93be6783 Publish to PyPI with GitHub Actions 7x11x13 2021-12-28 16:23:42 -0500
  • 1b51d930a4 Dynamically generate client_id if specified client_id is not valid 7x11x13 2021-12-25 12:08:38 -0500
  • b6da47008a
    Merge pull request #399 from christofdamian/fix-missing-created_at 7x11x13 2021-12-15 15:12:01 -0500
  • 3a6529c65b Fix issue for limitting number of playlist entry downloads Christof Damian 2021-12-13 11:47:02 +0100
  • 8f6ac3a8f7 Remove typo 7x11x13 2021-12-08 21:37:35 -0500
  • 46bbf02778 Remove query string from input URL 7x11x13 2021-12-08 21:34:38 -0500
  • 23ca12e693 Download even if track is not streamable 7x11x13 2021-12-03 17:19:43 -0500
  • cc22faf121 Prefer original file extension over mimetype guess 7x11x13 2021-11-29 05:36:26 -0500
  • da8b9c2d86 Add support for downloading original files with secret tokens 7x11x13 2021-11-29 05:35:23 -0500
  • 94e2aea6d6 Add support for Python 3.6 7x11x13 2021-11-29 04:17:45 -0500
  • 0554fec199 Update README 7x11x13 2021-11-26 10:32:28 -0500
  • f5f41705f3 Allow downloading of mobile links 7x11x13 2021-11-26 10:21:57 -0500
  • 0f6991077b Better error handling, return exit code 1 on errors 7x11x13 2021-11-26 09:48:20 -0500
  • d79d55ff89 v2.2.4 7x11x13 2021-11-26 00:43:36 -0500
  • c8d1adc7e4 Add --strict option, shorten converted .flac filenames to 255 bytes 7x11x13 2021-11-26 00:42:00 -0500
  • bcb94b2e5e Exit with message if ffmpeg is not installed 7x11x13 2021-11-25 23:05:08 -0500
  • d2ebc0feed Include default config file 7x11x13 2021-11-18 00:58:12 -0500
  • 13f1f5ef3c Raise error if default config file cannot be read 7x11x13 2021-11-18 00:51:57 -0500
  • 03be1c45db Reimplement 'me' downloading 7x11x13 2021-11-17 18:39:10 -0500
  • 0d8380939f Use 7x11x13 fork 7x11x13 2021-11-17 18:17:37 -0500
  • 6610eb4421
    Add --flac to readme (#372) TheTechRobo 2021-11-16 05:05:48 -0500
  • 8dbe937a22
    added missing headers to another request (#385) def-hash 2021-11-16 04:55:47 -0500
  • 6dd6ef713b
    docs: fix simple typo, occured -> occurred (#358) Tim Gates 2020-12-28 23:57:11 +1100
  • 28a35f6cd0
    Program should refuse to run with an informative error message if ffmpeg is not found in PATH (#350) Michel Faria 2020-09-28 10:41:41 -0300
  • 73bf81221a Add a --no-album-tag option to prevent track to get the same album art on some player flyingrub 2020-06-10 19:37:45 +0200
  • 9ffac3393e Add a --force-metadata option to add the metadata to downloaded file flyingrub 2020-06-10 19:27:55 +0200
  • 9382b39512 Fix already downloaded Also check if the file is correctly dowloaded and not assume it. Exit if it it is not there. flyingrub 2020-06-08 20:51:21 +0200
  • 29ee406bc0 Merge branch 'master' of github.com:flyingrub/scdl flyingrub 2020-06-08 18:42:20 +0200
  • 83c076a216 Skip metadata if file already exist flyingrub 2020-06-08 18:42:08 +0200
  • b0a164f843
    Fix missing check for geoblocked tracks (#332) (#334) hgabs 2020-05-01 17:10:10 +0300
  • 9c32085723
    Add track number metadata when downloading playlists (#330) Daniele Pusceddu 2020-04-27 14:13:29 +0200
  • 075d0fa4d1 Fix original download detection flyingrub 2020-04-08 13:30:19 +0200
  • 63045813ce Merge branch 'master' of github.com:flyingrub/scdl flyingrub 2020-03-30 19:56:37 +0200
  • 99043072d7 Fix typo flyingrub 2020-03-30 19:55:22 +0200
  • 41d4503722
    respect XDG_CONFIG_HOME environment variable (#312) Charlie Vieth 2020-03-30 13:45:34 -0400
  • 71a8867403 Merge branch 'master' of github.com:flyingrub/scdl flyingrub 2020-03-30 19:43:07 +0200
  • 84bca6240a fix #320, only get more info when needed flyingrub 2020-03-30 19:42:25 +0200
  • 668bc97ce7
    Update README.md Ronan 2020-03-30 19:33:53 +0200
  • ebc611dbb3 Fix soundcloud url flyingrub 2020-03-30 19:17:00 +0200
  • 29fb8c3f56
    using README.md to generate pypi long description (#316) SpicyPlatform 2020-02-26 06:03:03 -0800
  • 8ffa64dde6
    Added -n option (#282) Miguel Pérez 2020-02-26 15:02:00 +0100
  • 8f524faa0e
    Update README.md Ronan 2020-02-13 10:46:56 +0100
  • 4813d62e5f
    Update README.md Ronan 2020-01-21 10:49:03 +0100
  • c221e439a4
    Fixes from @mavieth (#308) Ronan 2020-01-21 10:35:31 +0100
  • aa3e5bee2b s/pip/pip3/ (#303) Jon Stevens 2020-01-16 18:26:19 +0700
  • 2edd9658be Edit readme flyingrub 2020-01-14 21:04:25 +0100
  • 1d0776ccac Merge branch 'CROSP-master' flyingrub 2020-01-14 21:00:20 +0100
  • 16f414d7cc Update scdl.py (#296) kellergoech 2019-12-19 12:32:31 +0100
  • a251a82a9a Fix --addtimestamp and already downloaded fail (#295) George Pchelkin 2019-12-15 20:24:12 +0200
  • 89d6fcf97b Fix issues with utf8 paths from config Alexander Molochko 2019-12-15 00:47:35 +0300
  • 2808f51c88 Return filename from the download functon Alexander Molochko 2019-12-07 19:09:49 +0300
  • e9f20970a0 Fix windows issues Alexander Molochko 2019-12-07 18:59:31 +0300
  • 30968bc5a1 Introduce support for HLS Progress bar display is broken Needs ffmpeg No more min / max option flyingrub 2019-11-27 16:53:53 +0100
  • 1e9ef0b048 Fix '--no-playlist-folder' (#280) Ondřej Tesáček 2019-09-17 13:41:52 +0200
  • e2aa9a2ce9
    Update README.md Ronan 2019-08-22 21:58:24 +0200
  • e833a22dd6 Fix example in Readme flyingrub 2018-07-12 11:40:13 +0200
  • aaf64be7a2 v1.6.12 flyingrub 2018-05-10 16:05:47 +0200
  • 7f0b1c9591 Small fix to avoid 500 server error due to too much tracks flyingrub 2018-04-11 18:38:04 +0200
  • 9e960be913 Fix some file detection flyingrub 2018-04-11 18:27:32 +0200
  • 7b3ca4477a Fix album Art and description tag flyingrub 2018-04-11 17:30:55 +0200
  • dca712f66b Fix metadata for mp3 and flac flyingrub 2018-04-10 15:06:51 +0200
  • 3cc7c66306 Merge branch 'master' of github.com:flyingrub/scdl flyingrub 2018-04-10 13:21:18 +0200
  • 10b48620df Add --flac option flyingrub 2018-04-10 13:10:08 +0200
  • 2a87a85f39 Installing instruction for Gentoo users (#253) glicOne 2018-03-20 10:10:34 +0200
  • cd979d3078 extract-artist dashes, minus and hyphen + spaces (#250) George Pchelkin 2018-02-09 17:49:12 +0300
  • 3b067f8766 v1.6.11 flyingrub 2018-01-30 13:33:47 +0100
  • ea7fd439d3 Use the soundcloud title for original download flyingrub 2018-01-24 14:01:15 +0100
  • da72588ff6 verify downloaded size matches content-length (#249) r00t- 2018-01-24 13:07:45 +0100
  • 40dec6ea02 Fix KeyError Exception (#247) Diogo Dutra 2018-01-14 18:35:07 -0200
  • b59d3f425f adding --extract-artist feature (#240) Justin Mai 2018-01-08 05:54:04 -0800
  • 172ea154da Update README.md (#243) Justin Mai 2018-01-02 07:02:58 -0800
  • 471806364a check for None before tagging (#242) Justin Mai 2018-01-02 07:02:37 -0800
  • eb2991805e fix PEP8 formatting (#238) Justin Mai 2017-12-26 03:05:15 -0800
  • d95a99cc5e added download-archive feature (#232) Justin Mai 2017-12-24 02:35:27 -0800
  • ebf66a278c adding --no-playlist-folder feature (#236) Justin Mai 2017-12-22 00:55:19 -0800
  • a7a94a8a78 [bugfix] syntax error (#237) Justin Mai 2017-12-15 02:41:57 -0800
  • eb97629214 fixed --addtofile duplicate artists (#233) Justin Mai 2017-12-12 03:08:05 -0800
  • 0134b48f74 Fixing typos and formatting (#228) Justin Mai 2017-12-10 06:43:07 -0800
  • 7400fa3889 Remove test folder flyingrub 2017-11-25 11:51:10 +0100
  • b1d95f9082 v1.6.10 flyingrub 2017-11-21 17:39:19 +0100
  • 7d6b392870 Fixes #223 : Trim Long filename flyingrub 2017-11-21 17:38:14 +0100
  • ffab10b6bc Fix original filename flyingrub 2017-11-21 17:16:20 +0100