[funkwhale] improve detection

This commit is contained in:
Laura Liberda 2020-12-12 17:01:59 +01:00
parent 4221c2ee68
commit f646087983

View file

@ -13,6 +13,7 @@ from ..utils import (
class FunkwhaleBaseExtractor(SelfhostedInfoExtractor):
_SH_VALID_CONTENT_STRINGS = (
"<noscript><strong>We're sorry but Funkwhale doesn't work",
"<meta name=generator content=Funkwhale>",
)
def _call_api(self, host, method, params, vis_id, note='Downloading JSON metadata'):