generated from yt-dlp/yt-dlp-sample-plugins
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors when running srt_fix from yt-dlp (2024.04.09) on my mac #15
Comments
FYI. Exactly the same issue for me. |
Maybe you did not copy the plugin to the right place.I had a similar error
when the python file was not at the right place. I have no mac and can't
try it.
ocococococ ***@***.***> schrieb am Di., 28. Mai 2024, 16:48:
… FYI. Exactly the same issue for me.
—
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATZWN6VYE7JZLZZT4VMKWK3ZESKLBAVCNFSM6AAAAABGO6NVFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZVGQZDEMJXGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Not sure if it is related, but maybe it is. I also had another issue with running src_fix standalone on my mac, and I just posted a little update on that one here: Where should the plugin be copied? |
@franticht the directories for plugins are listed here User Plugins
System Plugins
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
username@mac01337 workfolder % yt-dlp --write-auto-subs --sub-langs "en*" --use-postprocessor srt_fix "[URL TO YOUTUBE VIDEO]"
Traceback (most recent call last):
File "/opt/local/bin/yt-dlp", line 8, in
sys.exit(main())
^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/yt_dlp/init.py", line 1072, in main
_exit(*variadic(_real_main(argv)))
^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/yt_dlp/init.py", line 970, in _real_main
with YoutubeDL(ydl_opts) as ydl:
^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/yt_dlp/YoutubeDL.py", line 789, in init
get_postprocessor(pp_def.pop('key'))(self, **pp_def),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/local/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/yt_dlp/postprocessor/init.py", line 42, in get_postprocessor
return globals()[key + 'PP']
~~~~~~~~~^^^^^^^^^^^^
KeyError: 'srt_fixPP'
The text was updated successfully, but these errors were encountered: