From 37bb69cd7d63fec909ad3553dcada04a59ed2433 Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Sun, 2 Jul 2023 11:33:02 +0500 Subject: [PATCH] bump version & mark wink as supported --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cd06fb..ac3755c 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ $ streamyx "https://hd.kinopoisk.ru/film/46c5df252dc1a790b82d1a00fcf44812?conten | ---------------------------------------- | ------------ | ------------------------------------------------------------------------ | | [Кинопоиск](https://hd.kinopoisk.ru/) | Supported | | | [Иви](https://www.ivi.ru/) | Experimental | 3D/seasons/series in progress | -| [Wink](https://wink.ru/) | Experimental | Seasons/series in progress | +| [Wink](https://wink.ru/) | Supported | | | [Okko](https://okko.tv/) | Experimental | Sometimes the anti-bot protection triggers and requests are not executed | | [KION](https://kion.ru/) | Planned | | | [PREMIER](https://premier.one/) | Planned | | diff --git a/package.json b/package.json index 14e8691..2d961b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streamyx", - "version": "3.6.4", + "version": "3.6.5", "author": "Vitaly Gashkov ", "description": "Command-line video downloader", "main": "dist/streamyx.js",