From b07d0b4be6aef4211ef8388c044f8268611bb0ac Mon Sep 17 00:00:00 2001 From: bytedream Date: Wed, 13 Jul 2022 18:04:55 +0200 Subject: [PATCH] Update supported sites table --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index f88b4c5..86723cb 100644 --- a/README.md +++ b/README.md @@ -67,22 +67,22 @@ Install the addon directly from the [firefox addon store](https://addons.mozilla ## 📜 Supported sites -| Site | Supported | Note | -|-----------------------------------------------------------------------|-----------|--------------------------------------------------| -| [doodstream.com](doodstream.com) / [dood.pm](https://dood.pm) | ❌ | Reverse engineering the site costs too much time | -| [evoload.io](https://evoload.io) | ✔️ | | -| [mixdrop.co](https://mixdrop.co) | ✔ ️ | | -| [mp4upload.com](https://mp4upload.com) | ❌ | URL can be extracted but not played | -| [newgrounds.com](https://newgrounds.com) | ✔ | | -| [streamtape.com](https://streamtape.com) | ✔ | | -| [streamzz.to](https://streamzz.to) / [streamz.ws](https://streamz.ws) | ✔ | | -| [upstream.to](https://upstream.to) | ✔ | | -| [videovard.sx](https://videovard.sx) | ❌ | Reverse engineering the site costs too much time | -| [vidlox.me](https://vidlox.me) | ⚠ | Website down / Timeout | -| [vidoza.net](https://vidoza.net) | ✔ | | -| [vivo.sx](https://vivo.sx) | ⚠️ | Website down / Timeout | -| [voe.sx](https://voe.sx) / [voeunblk.com](https://voeunblk.com) | ✔ | | -| [vupload.com](https://vupload.com) | ✔ | | +| Site | Supported | Note | +|-----------------------------------------------------------------------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [doodstream.com](doodstream.com) / [dood.pm](https://dood.pm) | ❌ | URL can be extracted but not played (see [here](https://github.com/ByteDream/stream-bypass/blob/674527ed9c1aa35a30fed135c46017571dd3ce31/src/match/matches.ts#L18) for more information) | +| [evoload.io](https://evoload.io) | ✔️ | | +| [mixdrop.co](https://mixdrop.co) | ✔ ️ | | +| [mp4upload.com](https://mp4upload.com) | ❌ | URL can be extracted but not. Probably the same issue as with doodstream | +| [newgrounds.com](https://newgrounds.com) | ✔ | | +| [streamtape.com](https://streamtape.com) | ✔ | | +| [streamzz.to](https://streamzz.to) / [streamz.ws](https://streamz.ws) | ✔ | | +| [upstream.to](https://upstream.to) | ✔ | | +| [videovard.sx](https://videovard.sx) | ❌ | Reverse engineering the site costs too much time | +| [vidlox.me](https://vidlox.me) | ⚠ | Website down / Timeout | +| [vidoza.net](https://vidoza.net) | ✔ | | +| [vivo.sx](https://vivo.sx) | ⚠️ | Website down / Timeout | +| [voe.sx](https://voe.sx) / [voeunblk.com](https://voeunblk.com) | ✔ | | +| [vupload.com](https://vupload.com) | ✔ | | - ✔️: Everything ok. - ⚠: Included in the addon but will probably not work. See `Note` in this case, an explanation why will stand there in the most cases.