Skip to content

Latest commit

 

History

History
executable file
·
79 lines (68 loc) · 3.01 KB

README.md

File metadata and controls

executable file
·
79 lines (68 loc) · 3.01 KB

youtubist logo

Youtubist

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.

Releases GPLv3 Python Version CodeFactor Downloads

Table of Contents
  1. Features
  2. Installation
  3. Dependencies
  4. Usage
  5. Contributing
  6. License

Features

  • 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

Installation

Pre-built binaries are available from the releases page. (Windows only)

Dependencies

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

Usage

Paste this command into the terminal (at the youtubist folder):

python youtubist.py

Contributing

Never have I had one, but I am imperfect human, so I am open for pull requests.

License

GNU GPLv3 Image

Software licensed under the GNU GPLv3.