mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
fx
This commit is contained in:
@@ -869,8 +869,7 @@ async def get_file(ctx, source, link):
|
||||
"force_keyframes": True,
|
||||
},
|
||||
]
|
||||
#TODO: TEMPORARY
|
||||
sponsorblock_postprocessor=None
|
||||
sponsorblock_postprocessor = []
|
||||
if platform == "win32":
|
||||
dir_path = "G:\\Muzyka\\Youtube"
|
||||
else:
|
||||
@@ -879,6 +878,7 @@ async def get_file(ctx, source, link):
|
||||
"proxy": "",
|
||||
"default_search": "ytsearch",
|
||||
"format": "bestaudio/best",
|
||||
"postprocessors": sponsorblock_postprocessor,
|
||||
"noplaylist": True,
|
||||
"no_color": False,
|
||||
"paths": {"home": dir_path},
|
||||
|
||||
Reference in New Issue
Block a user