handle pot plugin noop
This commit is contained in:
parent
5f593ada73
commit
e667591af8
|
|
@ -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"""
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue