Basically fork of yt-dlp python module to my needs.
You can paste playlist or channel link on the YouTube.
It will automatically format to special hyperlink format in Todoist [displayed_text](url).
Then you can copy text from .txt file and then paste it into Todoist.
Table of Contents
- Saves a lot of time if you like to create Todoist tasks from playlist/channel videos
- Easy and intuitive to use
- yt-dlp is still in development so my repo will never be static
Pre-built binaries are available from the releases page. (Windows only)
You need only 1 additional modules:
It can be installed at once by pasting this command into a terminal:
pip install yt-dlp
If the installation fails due to lack of access rights, try this:
pip install --user yt-dlp
Paste this command into the terminal (at the youtubist folder):
python youtubist.py
Never have I had one, but I am imperfect human, so I am open for pull requests.
Software licensed under the GNU GPLv3.