This commit is contained in:
2025-04-17 21:51:30 +02:00
parent b4fe6270a9
commit 88fdf35dc5
+1 -1
View File
@@ -262,7 +262,7 @@ async def get_file(ctx, source, link):
] ]
# TODO: Make sponsorblock work # TODO: Make sponsorblock work
sponsorblock_postprocessor = [] sponsorblock_postprocessor = []
dir_path = "/home/pi/RetroPie/movies/porn" dir_path = "/home/pi/MediaShare/movies/porn"
ydl_opts = { ydl_opts = {
"postprocessors": sponsorblock_postprocessor, "postprocessors": sponsorblock_postprocessor,
"paths": {"home": dir_path}, "paths": {"home": dir_path},