iYTDL

Asynchronous Standalone Inline YouTube-DL Module

⬇️ Installing

Install

pip3 install iytdl

Upgrade

pip3 install -U iytdl

⭐️ Features

  • Fully Asynchronous
  • Fast and Memory Efficient (uses Aiosqlite for Caching)
  • Uses search query based sha1 hashes to store results to avoid storing duplicate data
  • Supports Context Manager
  • Supported Sites

Requirements

Supported Callbacks

  • Back and Next
r"^yt_(back|next)\|(?P<key>[\w-]{5,11})\|(?P<pg>\d+)$"
  • List View
r"^yt_listall\|(?P<key>[\w-]{5,11})$"
  • Extract Info
r"^yt_extract_info\|(?P<key>[\w-]{5,11})$"
  • Download
r"yt_(?P<mode>gen|dl)\|(?P<key>[\w-]+)\|(?P<choice>[\w-]+)\|(?P<dl_type>a|v)$"
  • Cancel
r"^yt_cancel\|(?P<process_id>[\w\.]+)$"

GitHub

https://github.com/iytdl/iytdl