mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-03-22 15:48:59 +09:00
6 lines
72 B
Python
6 lines
72 B
Python
import os
|
|
|
|
|
|
def get_hook_dirs():
|
|
return [os.path.dirname(__file__)]
|