Commit Graph

23 Commits

Author SHA1 Message Date
mhdzumair 98085b7c06 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.
2024-12-13 15:55:10 +05:30
mhdzumair 49cc1b60eb Remove obsolete spiders Streamed and StreamBTW 2024-12-07 18:37:35 +05:30
mhdzumair e23a7f0474 Remove EasyDebrid shady debrid service 2024-11-29 06:04:04 +05:30
mhdzumair eaf1fbdd96 Add support for disabling streaming providers and error handling
Introduce a system for toggling streaming providers, allowing specific providers to be disabled via configuration. Enhance error handling in user data decryption by adding validation checks and returning precise error messages in JSON responses. These changes improve flexibility for administrators and provide better feedback to users.
2024-11-28 18:44:52 +05:30
mhdzumair da4de1423b Remove redundant disable_download_via_browser env configuration option 2024-11-27 08:32:07 +05:30
ragmehos b8590ecf5a Added support for scrape from Mediafusion instance (#358) 2024-11-27 08:13:44 +05:30
Mohamed Zumair 481891e324 Update version handling and add branding description (#341)
Removed git revision from the version string in the API response. Added a new field for branding description in settings and integrated it in the home template. Introduced VERSION argument and environment variable in the Dockerfile.
2024-11-02 07:15:16 +05:30
mhdzumair fde61f7dfd Remove ScrapeOps integration 2024-11-01 16:31:58 +05:30
mhdzumair 98efbe59a0 organize configuration settings and reorganize documentation 2024-11-01 16:23:51 +05:30
Mohamed Zumair 5ea7968568 Update documentation and config for better clarity (#300) 2024-09-27 23:27:27 +05:30
Mohamed Zumair 0e7a5126f5 Add centralized config management for spiders & Remove deprecated spiders and update related configurations (#299)
* Add centralized config management for spiders

* Remove deprecated spiders and update related configurations
2024-09-27 21:50:29 +05:30
Mohamed Zumair 130b4c06a5 Add support for parental guides nudity filter and certification filter in user config (#244)
* Add support for parental guides nudity filter and certification filter in user config

* refactor validator according to review
2024-07-21 09:18:19 +05:30
mhdzumair f563d49a30 Rebrand scripts of mhdtv to nowmetv 2024-06-09 23:17:12 +05:30
mhdzumair 1d7d2183bf Add support for prowlarr search query timeout config 2024-06-03 07:44:06 +05:30
mhdzumair d93926891f make poster url as optional config & use default host url 2024-05-13 00:16:47 +05:30
mhdzumair 21575879ea Update ENV configs documentation 2024-05-12 23:56:25 +05:30
mhdzumair 9c7ab0a59f Update docs 2024-04-24 09:51:29 +05:30
mhdzumair c806a25d5d organize configs env and docs 2024-04-14 22:33:10 +05:30
mhdzumair 6baab1dc2a Add MrGamingStreams scrapy for sports events 2024-04-01 16:45:07 +05:30
mhdzumair 40e71a6c7f Add support for M3U8 URL validation for liveness before returning 2024-03-31 01:46:46 +05:30
mhdzumair d0826c8797 Add support for prowlarr live title search & increase api request timeout 2024-03-30 23:38:35 +05:30
mhdzumair 9fb15eb804 Add is_public_instance flag for community instances 2024-03-24 01:10:54 +05:30
mhdzumair 1a3ed4497a Add configuration documentation and update README files 2024-03-11 01:02:26 +05:30