Minor fix youtube

This commit is contained in:
BarsTiger
2023-10-24 18:12:07 +03:00
parent b5e4f55de3
commit 495202d949
2 changed files with 9 additions and 8 deletions

View File

@@ -27,13 +27,6 @@ class YouTubeBytestream:
duration=int(duration),
)
@property
def dict(self):
return {
"file": self.file,
"filename": self.filename
}
@define
class Downloader: