Skip to content

Releases: merasugd/yt-playlist-downloader

v1.1.1-pre2

20 Jul 13:48
Compare
Choose a tag to compare
v1.1.1-pre2 Pre-release
Pre-release

v1.1.1-pre2

  • Brings back the 2 anime providers.
  • Fixed captions (anime only)
  • Added anime apis settings(api.js) on the settings folder so you use your own.

v1.1.1-pre

18 Jul 10:30
Compare
Choose a tag to compare
v1.1.1-pre Pre-release
Pre-release

v1.1.1-pre

  • Removed 2 providers
  • Better m3u8 downloader
  • Fixed bugs

v1.1.0

14 Jul 12:51
Compare
Choose a tag to compare

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

01 Jul 14:13
4f8d1f6
Compare
Choose a tag to compare
v1.0.8-pre Pre-release
Pre-release

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

01 Jul 12:05
c859a9e
Compare
Choose a tag to compare

v1.0.7

  • New split downloader V2. (split_download must be false and split_download_v2 defaults to true) (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

26 Jun 12:05
Compare
Choose a tag to compare
v1.0.7-pre Pre-release
Pre-release

v1.0.7-pre

  • Added proper metadata to mp3 (option in config.json as music_metadata which defaults to false and needs acrcloud host, api key and secret in the download.json).
  • Proper video thumbnails.
  • Added song cover for mp3.
  • split_download defaults to false again.
  • Skips downloaded playlist if same output path.

v1.0.6

24 Jun 10:53
Compare
Choose a tag to compare

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 the config.json where it defaults to true.)
  • 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

22 Jun 12:36
Compare
Choose a tag to compare
v1.0.6-pre Pre-release
Pre-release

v1.0.6-pre

  • Renamed settings.json to download.json.
  • Moved config.json and download.json to settings directory.
  • Prompt is cleaner.
  • Fixed version checking.

v1.0.5

22 Jun 08:13
Compare
Choose a tag to compare

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

22 Jun 07:12
Compare
Choose a tag to compare
v1.0.5-pre2 Pre-release
Pre-release

v1.0.5-pre2

  • Fixed something in README.md
  • Made split_download defaults to true.
  • Added version checking.