Releases: merasugd/yt-playlist-downloader
Releases · merasugd/yt-playlist-downloader
v1.1.1-pre2
v1.1.1-pre2
- Brings back the 2 anime providers.
- Fixed captions (anime only)
- Added anime apis settings(
api.js
) on thesettings folder
so you use your own.
v1.1.1-pre
v1.1.1-pre
- Removed 2 providers
- Better m3u8 downloader
- Fixed bugs
v1.1.0
v1.0.8
- Modified V2 Downloaders (Using ytdl-core to search formats)
- New Cookie System.
- Organized files.
- No more support for V1 downloaders. More focused on V2 and an upcoming V3 downloader.
- Added default output dir. (Means you can skip output dir or dont provide any)
v1.0.9
- Split V2 Downloaders now downloads both audio and video at the same time.
- Split V2 uses own info fetcher, while Single V2 uses ytdl-core.
- Fixes cache downloaded file extensions.
v1.1.0
- Special downloader ('anime-downloader')
- Added installer script.
- Rearranged README
lets have multiple update.. I forgor to upload v1.0.8 and v1.0.9 to releases
v1.0.8-pre
v1.0.8-pre
- Made the downloader into one config (eg.
downloader: 'split-v2'
) [Types are: single-v1, split-v1 and split-v2] - Added more formats. (m4a/flac/mov/avi)
- Added list prompt for quality and format.
- Fixed video specific settings.
v1.0.7
v1.0.7
- New split downloader V2. (
split_download
must be false andsplit_download_v2
defaults totrue
) (Note: this is currently in beta and also because of the ytdl-core 403 error, I plan to use yt-dlp in the future) - Added support for other formats. (flv/mkv/wav/ogg)
- Added video support.
- Cleaned the code a little.
- Added medium for quality. (only in
split_download_v2
)
v1.0.7-pre
v1.0.7-pre
- Added proper metadata to mp3 (option in
config.json
asmusic_metadata
which defaults to false and needsacrcloud host, api key and secret
in thedownload.json
). - Proper video thumbnails.
- Added song cover for mp3.
split_download
defaults tofalse
again.- Skips downloaded playlist if same output path.
v1.0.6
v1.0.6
- Added
safe_download
. If error has occurred or you close the program when not finished, You can continue downloading it when you run the program again. (Puts it in theconfig.json
where it defaults totrue
.) - Made the logging centered.
- You can now optionally put a youtube url that contains list in the query instead of playlist ID (Note: you can still put a playlist ID).
- Made the downloader fixed.
- Storage optimization for moving the
v1.0.6-pre
v1.0.6-pre
- Renamed
settings.json
todownload.json
. - Moved
config.json
anddownload.json
tosettings
directory. - Prompt is cleaner.
- Fixed
version checking
.
v1.0.5
v1.0.5
- Made prompt a little cleaner.
- Fixed video-specific settings prompt.
- Added checking for video-specific settings.
- Added confirmation prompt before proceed prompt in the video-specific settings prompt.
- Made the project structure more cleaner.
- renamed bin to .cache
v1.0.5-pre2
v1.0.5-pre2
- Fixed something in
README.md
- Made
split_download
defaults to true. - Added version checking.