mirror of
https://github.com/p-stream/providers.git
synced 2026-05-06 19:19:52 +00:00
docs: Update README with provider status, common issues, and technical infrastructure details
This commit is contained in:
parent
5469e6f40b
commit
e934512874
1 changed files with 40 additions and 0 deletions
40
README.md
40
README.md
|
|
@ -14,6 +14,46 @@ features:
|
|||
|
||||
Visit documentation here: https://providers.pstream.mov/
|
||||
|
||||
## Provider Status (Updated September 2, 2025)
|
||||
|
||||
Based on comprehensive testing with Fight Club (TMDB ID: 550), here's the current status of providers:
|
||||
|
||||
### ✅ Working Providers (5/11 tested - 45% success rate)
|
||||
|
||||
| Provider | Type | Quality | Notes |
|
||||
|----------|------|---------|-------|
|
||||
| **cloudnestra** | HLS | Multiple | Proxy depth 2, reliable streaming |
|
||||
| **rgshows** | HLS | Multiple | Custom headers, stable performance |
|
||||
| **lookmovie** | HLS | Multiple | 44 subtitle languages, IP-locked |
|
||||
| **vidnest** | Embeds | Variable | Returns 2 embed URLs (hollymoviehd, allmovies) |
|
||||
| **hdrezka** | MP4 | 4 levels | Direct file streams, 3 subtitle languages |
|
||||
|
||||
### ❌ Disabled Providers (6/11 tested)
|
||||
|
||||
| Provider | Issue | Details |
|
||||
|----------|--------|---------|
|
||||
| **ridomovies** | Broken embeds | Closeload embed scraper has corrupted decoding |
|
||||
| **tugaflix** | Geo-blocking | Streamtape embeds blocked in India |
|
||||
| **fsharetv** | Geo-blocking | Works only with VPN, provides excellent MP4 streams |
|
||||
| **animetsu** | Broken logic | Returns embed URLs but no actual streams |
|
||||
| **wecima** | Complex structure | Arabic site with obfuscated JavaScript player |
|
||||
| **zunime** | API issues | Authentication problems with backend services |
|
||||
|
||||
### 🌍 Common Issues
|
||||
|
||||
1. **Geo-blocking**: Major issue affecting multiple providers (ridomovies, tugaflix, fsharetv)
|
||||
2. **Embed Dependencies**: Many providers rely on third-party embeds that get broken/blocked
|
||||
3. **Anti-Bot Protection**: Sites frequently update obfuscation methods
|
||||
4. **Domain Changes**: Streaming sites change domains to avoid blocking
|
||||
|
||||
### 🔧 Technical Infrastructure
|
||||
|
||||
- **Proxy System**: Multi-level proxy support with depth configuration (0, 1, 2)
|
||||
- **Fetcher Types**: Native, Browser, Browser Extension support
|
||||
- **Stream Types**: HLS, MP4, File-based with quality selection
|
||||
- **Subtitle Support**: Multiple languages with VTT format
|
||||
- **Headers/CORS**: Automatic handling of referer, origin, and CORS restrictions
|
||||
|
||||
## How to run locally or test my changes
|
||||
|
||||
These topics are also covered in the documentation
|
||||
|
|
|
|||
Loading…
Reference in a new issue