mirror of
https://github.com/Viren070/MediaFusion.git
synced 2025-12-01 23:21:11 +01:00
Add support for request proxy with httpx & aiohttp libs
Replaced custom proxy implementation and `curl-cffi` with unified `httpx` and `aiohttp` proxy support using `requests_proxy_url` config from settings. Simplified and standardized HTTP client instantiations across various modules for improved maintainability and consistency.
This commit is contained in:
@@ -33,7 +33,7 @@ These settings control the database and caching behavior of MediaFusion.
|
||||
These URLs define the locations of various external services used by MediaFusion.
|
||||
|
||||
- **poster_host_url** (default: Use the Host URL value): The URL where poster images are served from. Use the same value as `host_url` if posters are served from the same location.
|
||||
- **scraper_proxy_url**: The proxy URL for the scraper, if any.
|
||||
- **requests_proxy_url**: The URL for forwarding requests through a proxy. This setting is optional.
|
||||
- **torrentio_url** (default: `"https://torrentio.strem.fun"`): The Torrentio / KightCrawler URL.
|
||||
- **mediafusion_url** (default: `"https://mediafusion.elfhosted.com"`): The Mediafusion URL.
|
||||
- **playwright_cdp_url** (default: `"ws://browserless:3000?blockAds=true&stealth=true"`): The URL for the Playwright CDP (Chrome DevTools Protocol) service.
|
||||
|
||||
Reference in New Issue
Block a user