We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I tried your repository but i did not managed to make it works, because of two issues:
ununsupported
I've made https://github.com/mirkul-yeah/yt-dlp-uncensored-plugin/ and it works, with only one extractor: by extending KnownPiracyIE i get to disable the builtin filter and implement the real extraction.
The text was updated successfully, but these errors were encountered:
@mirkul-yeah
relative import in plugins (this will not work)
what do you mean by this? and would it not work?
the ununsupported extractor does not disable the KnownPiracyIE
if you have a better solution, please create a pull request. i'll almost certainly merge it.
Sorry, something went wrong.
See #7
For example changed
from ..compat import compat_str
to
from yt_dlp.compat import compat_str
No branches or pull requests
Hi,
I tried your repository but i did not managed to make it works, because of two issues:
ununsupported
extractor does not disable the KnownPiracyIEI've made https://github.com/mirkul-yeah/yt-dlp-uncensored-plugin/ and it works, with only one extractor: by extending KnownPiracyIE i get to disable the builtin filter and implement the real extraction.
The text was updated successfully, but these errors were encountered: