Remove filesize hard limit

This commit is contained in:
Nexus 2024-01-26 19:05:23 +00:00
parent dbbd0d53e8
commit c0feda1ac7

View file

@ -56,7 +56,7 @@ class YTDLCog(commands.Cog):
"merge_output_format": "webm/mp4/mov/m4a/oga/ogg/mp3/mka/mkv", "merge_output_format": "webm/mp4/mov/m4a/oga/ogg/mp3/mka/mkv",
"source_address": "0.0.0.0", "source_address": "0.0.0.0",
"concurrent_fragment_downloads": 4, "concurrent_fragment_downloads": 4,
"max_filesize": (25 * 1024 * 1024) - 256 # "max_filesize": (25 * 1024 * 1024) - 256
} }
self.colours = { self.colours = {
"youtube.com": 0xff0000, "youtube.com": 0xff0000,