mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-15 05:48:35 +00:00
0147b22000
Intermediate commits (oldest → newest): - Fixed version of spotify_dl - I also modified yt_dlp. But I do not remember what I changed. Have fun - Poprawiono obsluge rotowanych logow i troche ulepszono funkcje opowiadania o fabryczcce - Fucking windows bugfix and playlist gen fix
6 lines
72 B
Python
6 lines
72 B
Python
import os
|
|
|
|
|
|
def get_hook_dirs():
|
|
return [os.path.dirname(__file__)]
|