[READ-ONLY] Mirror of https://github.com/probablykasper/vidl. CLI for downloading video/audio pypi.org/project/vidl
audio cli downloader metadata package video
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump version

Kasper (Apr 15, 2022, 7:48 PM +0200) 4ea302a8 87b85028

+9 -9
+8 -8
CHANGELOG.md
··· 1 - ## Next 1 + ## 4.0.0 - 2022 Apr 15 2 2 - **Breaking**: Renamed `file_format` API option to `format` 3 3 - Add `bestaudio` and `bestvideo` formats 4 4 5 - ## 3.6.5 2021 Sep 15 5 + ## 3.6.5 - 2021 Sep 15 6 6 - Improve format selection 7 7 8 - ## 3.6.4 2021 Sep 15 8 + ## 3.6.4 - 2021 Sep 15 9 9 - Fix old references to youtube-dl 10 10 11 - ## 3.6.3 2021 Sep 15 11 + ## 3.6.3 - 2021 Sep 15 12 12 - Move to yt-dlp 13 13 - Improved audio quality 14 14 15 - ## 3.6.2 2021 Apr 5 15 + ## 3.6.2 - 2021 Apr 5 16 16 - Finish move back to youtube-dl. Turns out I didn't really do it in 3.6.1. 17 17 18 - ## 3.6.1 2021 Mar 12 18 + ## 3.6.1 - 2021 Mar 12 19 19 - Move back to youtube-dl 20 20 21 - ## 3.6.0 2020 Oct 30 21 + ## 3.6.0 - 2020 Oct 30 22 22 - Moved from youtube-dl to youtube-dlc 23 23 24 - ## 3.5.1 2020 Sep 5 24 + ## 3.5.1 - 2020 Sep 5 25 25 - Updated project metadata 26 26 27 27 ## 3.5.0 - 2020 Aug 2
+1 -1
pyproject.toml
··· 1 1 [tool.poetry] 2 2 name = "vidl" 3 - version = "3.6.5" 3 + version = "4.0.0" 4 4 description = "Downloads video/audio from anywhere, adding thumbnails and mp3 metadata if applicable" 5 5 authors = ["kasper.space"] 6 6 readme = "README.md"