mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
5 lines
72 B
Python
5 lines
72 B
Python
import os
|
|
|
|
|
|
def get_hook_dirs():
|
|
return [os.path.dirname(__file__)]
|