Skip to content
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

Simpler approach #6

Open
mirkul-yeah opened this issue Jul 19, 2024 · 2 comments
Open

Simpler approach #6

mirkul-yeah opened this issue Jul 19, 2024 · 2 comments

Comments

@mirkul-yeah
Copy link
Contributor

Hi,
I tried your repository but i did not managed to make it works, because of two issues:

  • relative import in plugins (this will not work)
  • the ununsupported extractor does not disable the KnownPiracyIE

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.

@DaBigBlob
Copy link
Contributor

@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.

@mirkul-yeah
Copy link
Contributor Author

See #7

For example changed

from ..compat import compat_str

to

from yt_dlp.compat import compat_str

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants