7x11x13
4d9bf45bdb
Fix downloading hidden tracks from a hidden playlist
4 months ago
7x11x13
593eb1613f
Implement offset
4 months ago
7x11x13
7ac54a6823
Fix file size calculation
5 months ago
7x11x13
8866f9e85c
v2.5.2
5 months ago
7x11x13
3d461850f7
Fix downloading
5 months ago
7x11x13
69ef01d05f
Fix m4a downloading
5 months ago
7x11x13
698ce9396a
Reimplement --min-size and --max-size
5 months ago
7x11x13
700071ab9e
Allow user to provide just username instead of soundcloud.com URL
5 months ago
7x11x13
e30a93b3f6
Add --no-playlist option
5 months ago
7x11x13
1b51d930a4
Dynamically generate client_id if specified client_id is not valid
5 months ago
Christof Damian
3a6529c65b
Fix issue for limitting number of playlist entry downloads
...
created_at doesn't seem to be present in the MiniTrack class, but id will always
be present and works equally well.
5 months ago
7x11x13
8f6ac3a8f7
Remove typo
6 months ago
7x11x13
46bbf02778
Remove query string from input URL
6 months ago
7x11x13
23ca12e693
Download even if track is not streamable
6 months ago
7x11x13
cc22faf121
Prefer original file extension over mimetype guess
6 months ago
7x11x13
da8b9c2d86
Add support for downloading original files with secret tokens
6 months ago
7x11x13
94e2aea6d6
Add support for Python 3.6
6 months ago
7x11x13
f5f41705f3
Allow downloading of mobile links
6 months ago
7x11x13
0f6991077b
Better error handling, return exit code 1 on errors
6 months ago
7x11x13
d79d55ff89
v2.2.4
6 months ago
7x11x13
c8d1adc7e4
Add --strict option, shorten converted .flac filenames to 255 bytes
6 months ago
7x11x13
bcb94b2e5e
Exit with message if ffmpeg is not installed
6 months ago
7x11x13
d2ebc0feed
Include default config file
6 months ago
7x11x13
13f1f5ef3c
Raise error if default config file cannot be read
6 months ago
7x11x13
03be1c45db
Reimplement 'me' downloading
6 months ago
7x11x13
0d8380939f
Use 7x11x13 fork
6 months ago
def-hash
8dbe937a22
added missing headers to another request ( #385 )
6 months ago
Tim Gates
6dd6ef713b
docs: fix simple typo, occured -> occurred ( #358 )
...
There is a small typo in scdl/scdl.py.
Should read `occurred` rather than `occured`.
1 year ago
Michel Faria
28a35f6cd0
Program should refuse to run with an informative error message if ffmpeg is not found in PATH ( #350 )
...
Co-authored-by: Michel <email>
2 years ago
flyingrub
73bf81221a
Add a --no-album-tag option to prevent track to get the same album art on some player
2 years ago
flyingrub
9ffac3393e
Add a --force-metadata option to add the metadata to downloaded file
2 years ago
flyingrub
9382b39512
Fix already downloaded
...
Also check if the file is correctly dowloaded and not assume it.
Exit if it it is not there.
2 years ago
flyingrub
83c076a216
Skip metadata if file already exist
2 years ago
hgabs
b0a164f843
Fix missing check for geoblocked tracks ( #332 ) ( #334 )
...
Tracks were being downloaded regardless of their location availability.
Now only available tracks for location will be downloaded.
2 years ago
Daniele Pusceddu
9c32085723
Add track number metadata when downloading playlists ( #330 )
...
* Add track number metadata when downloading playlists
* Merge playlist arguments into a single object
2 years ago
flyingrub
075d0fa4d1
Fix original download detection
2 years ago
flyingrub
99043072d7
Fix typo
2 years ago
Charlie Vieth
41d4503722
respect XDG_CONFIG_HOME environment variable ( #312 )
...
This fixes two bugs:
1. When XDG_CONFIG_HOME was set the scdl.cfg file was created at
XDG_CONFIG_HOME/scdl.cfg not XDG_CONFIG_HOME/scdl/scdl.cfg
2. get_config() did not check for the XDG_CONFIG_HOME environment
variable and read from ~/.config/scdl/scdl.cfg instead
2 years ago
flyingrub
84bca6240a
fix #320 , only get more info when needed
2 years ago
flyingrub
ebc611dbb3
Fix soundcloud url
2 years ago
Miguel Pérez
8ffa64dde6
Added -n option ( #282 )
...
* Added -n option
Limits the number of downloads to -n, sorting from most recent creation date to older
* Remove missplaced comment.
2 years ago
Ronan
c221e439a4
Fixes from @mavieth ( #308 )
2 years ago
kellergoech
16f414d7cc
Update scdl.py ( #296 )
2 years ago
George Pchelkin
a251a82a9a
Fix --addtimestamp and already downloaded fail ( #295 )
...
* fix addtimestamp option strptime template (same as other strptime occurences)
* fix already_downloaded behaviour for hls (same as in other functions)
2 years ago
Alexander Molochko
89d6fcf97b
Fix issues with utf8 paths from config
2 years ago
Alexander Molochko
2808f51c88
Return filename from the download functon
2 years ago
Alexander Molochko
e9f20970a0
Fix windows issues
2 years ago
flyingrub
30968bc5a1
Introduce support for HLS
...
Progress bar display is broken
Needs ffmpeg
No more min / max option
3 years ago
Ondřej Tesáček
1e9ef0b048
Fix '--no-playlist-folder' ( #280 )
...
Fixed issue of downloading to wrong directory with '--no-playlist-folder'.
3 years ago
flyingrub
aaf64be7a2
v1.6.12
4 years ago