mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-13 00:00:01 -08:00
7 lines
144 B
Python
7 lines
144 B
Python
from yt_dlp import YoutubeDL
|
|
|
|
|
|
# TODO: create a class that makes yt-dlp's YoutubeDL fit in more with fastanime
|
|
class YtDlp(YoutubeDL):
|
|
pass
|