handle pot plugin noop

This commit is contained in:
Simon 2026-01-30 19:25:56 +07:00
parent 5f593ada73
commit e667591af8
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 12 additions and 1 deletions

View File

@ -89,6 +89,17 @@ class YtWrap:
}
},
)
return
# https://github.com/Brainicism/bgutil-ytdlp-pot-provider/pull/185
deep_merge(
self.obs,
{
"extractor_args": {
"youtubepot-bgutilhttp": {"disable": ["True"]}
}
},
)
def download(self, url):
"""make download request"""

View File

@ -1,5 +1,5 @@
apprise==1.9.7
bgutil-ytdlp-pot-provider==1.2.2
bgutil-ytdlp-pot-provider @ git+https://github.com/bbilly1/bgutil-ytdlp-pot-provider@c3f7bf4c99f8eb62015cb1c4142324f3d681cf07#subdirectory=plugin
celery==5.6.2
deepdiff==8.6.1
django-auth-ldap==5.3.0