Files
FastAnime/fastanime/Utility/downloader/_yt_dlp.py
2024-09-23 11:04:31 +03:00

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