core: FlareSolverr integration. Bypass Cloudflare protection (#9028)

This commit is contained in:
Diego Heras
2020-12-13 21:42:10 +01:00
committed by GitHub
parent d77b7c3616
commit ebe05267b2
11 changed files with 35 additions and 12 deletions

View File

@@ -200,6 +200,10 @@
<span class="input-header">Cache max results per indexer: </span>
<input id="jackett-cache-max-results-per-indexer" class="form-control input-right" type="text" value="" placeholder="">
</div>
<div class="input-area">
<span class="input-header">FlareSolverr API URL: </span>
<input id="jackett-flaresolverrurl" class="form-control input-right" type="text" value="" placeholder="Blank for default">
</div>
<div class="input-area">
<span class="input-header">OMDB API key: </span>
<input id="jackett-omdbkey" class="form-control input-right" type="text" value="" placeholder="">
@@ -692,6 +696,6 @@
</script>
<script type="text/javascript" src="../libs/api.js?changed=2017083001"></script>
<script type="text/javascript" src="../custom.js?changed=20201208"></script>
<script type="text/javascript" src="../custom.js?changed=20201220"></script>
</body>
</html>