From c5b89455eaf6f344f306dfda611ffc6e8e64c6a9 Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Tue, 29 Aug 2023 09:32:21 +0200 Subject: [PATCH] Added yt-dlp --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ba24cc..1763c8e 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -* Apps/tools covered: **1026** +* Apps/tools covered: **1027** * Number of categories: **65**. # Index @@ -40,7 +40,7 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. * [Anki, decks and flashcards](#flashcard) (6) * [Backup](#backup) (10) * [Calculators](#calc) (8), [Chat and instant messaging](#chat) (25), [ChatGPT / AI](#chatgpt) (8), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (7), [Command launchers](#launcher) (16), [Commands cheatsheet and snippets](#cheatsheet) (14), [Conversion](#conversion) (7) -* [Data management](#data-management) (24), [Data management - Tabular data](#data-management-tabular) (15), [Data transfer](#transfer) (31), [Diff](#diff) (9), [Directory changers (alternatives to cd)](#cd) (16), [Disk usage analyzers](#disk-analyzer) (12) +* [Data management](#data-management) (24), [Data management - Tabular data](#data-management-tabular) (15), [Data transfer](#transfer) (32), [Diff](#diff) (9), [Directory changers (alternatives to cd)](#cd) (16), [Disk usage analyzers](#disk-analyzer) (12) * [Editors](#editors) (23), [Email](#email) (13) * [File and file system handling](#file-handling) (17), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (8), [File finding (alternatives to find)](#find) (5), [File listing (alternatives to ls)](#ls) (6), [File manager](#file-manager) (18), [File renamers](#file-renamer) (11), [File systems](#file-system) (4), [Financial tools](#financial) (11), [Font management](#font) (2), [Funny tools](#funny) (27), [Fuzzy finders](#fuzzy-finder) (10) * [Games](#games) (42), [Git and accessories](#git) (38), [Graphics](#graphics) (28) @@ -296,6 +296,7 @@ Tools to manage tabular data files (CSV, xls, database tables, etc.). * [xh](https://github.com/ducaale/xh) - xh is a friendly and fast tool for sending HTTP requests. It reimplements as much as possible of HTTPie's excellent design. * [Yark](https://github.com/Owez/yark) - YouTube archiving made simple. * [youtube-dl](https://github.com/ytdl-org/youtube-dl/) - Downloads videos from [YouTube](https://www.youtube.com/) and some other sites useful for automated bulk downloads. +* [yt-dlp](https://github.com/yt-dlp/yt-dlp) - A youtube-dl fork with additional features and fixes. * [ytfzf](https://github.com/pystardust/ytfzf) - A POSIX script that helps you find Youtube videos (without API) and opens/downloads them using mpv/youtube-dl. * [ytmdl](https://github.com/deepjyoti30/ytmdl) - Get songs from Youtube in mp3 format. diff --git a/data/apps.csv b/data/apps.csv index 43c6579..0f9d8ca 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1025,3 +1025,4 @@ chat,signal-cli,,https://github.com/AsamK/signal-cli,"signal-cli provides an uno chat,toxic,,https://github.com/Jfreegman/toxic,A Tox-based instant messaging and video chat client. music,ncspot,,https://github.com/hrkfdn/ncspot,"Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes." multimedia,Streamlink,,https://github.com/streamlink/streamlink,Streamlink is a CLI utility which pipes video streams from various services into a video player. +transfer,yt-dlp,,https://github.com/yt-dlp/yt-dlp,A youtube-dl fork with additional features and fixes.