Skip to content

Asynchronous Standalone Inline YouTube-DL Module

License

Notifications You must be signed in to change notification settings

TrendingTechnology/iytdl

 
 

Repository files navigation

iYTDL

License: GPLv3 Actions Status PyPI Downloads Code style: black

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\.]+)$"

Usage:

Example Plugin

About

Asynchronous Standalone Inline YouTube-DL Module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%