]> jfr.im git - yt-dlp.git/blame - yt_dlp/__pyinstaller/__init__.py
[cleanup] Remove questionable extractors (#9911)
[yt-dlp.git] / yt_dlp / __pyinstaller / __init__.py
CommitLineData
acb1042a 1import os
2
3
4def get_hook_dirs():
5 return [os.path.dirname(__file__)]