diff --git a/README.md b/README.md index 9c56fdd..9cd06fb 100644 --- a/README.md +++ b/README.md @@ -54,16 +54,16 @@ $ streamyx "https://hd.kinopoisk.ru/film/46c5df252dc1a790b82d1a00fcf44812?conten ## Streaming services -| Title | Status | Details | -| ---------------------------------------- | ------------ | -------------------------------------------------- | -| [Кинопоиск](https://hd.kinopoisk.ru/) | Supported | | -| [Иви](https://www.ivi.ru/) | Experimental | 3D/seasons/series in progress | -| [Wink](https://wink.ru/) | Experimental | Seasons/series in progress | -| [Okko](https://okko.tv/) | Supported | | -| [KION](https://kion.ru/) | Planned | | -| [PREMIER](https://premier.one/) | Planned | | -| [START](https://start.ru/) | Planned | | -| [Amediateka](https://www.amediateka.ru/) | Planned | | -| [Crunchyroll](https://crunchyroll.com/) | Experimental | | -| [НТВ](https://www.ntv.ru/) | In progress | Only download link extracting | -| [Wakanim](https://www.wakanim.tv/) | Deprecated | No longer maintained due to merge with Crunchyroll | +| Title | Status | Details | +| ---------------------------------------- | ------------ | ------------------------------------------------------------------------ | +| [Кинопоиск](https://hd.kinopoisk.ru/) | Supported | | +| [Иви](https://www.ivi.ru/) | Experimental | 3D/seasons/series in progress | +| [Wink](https://wink.ru/) | Experimental | Seasons/series in progress | +| [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 | | +| [START](https://start.ru/) | Planned | | +| [Amediateka](https://www.amediateka.ru/) | Planned | | +| [Crunchyroll](https://crunchyroll.com/) | Experimental | | +| [НТВ](https://www.ntv.ru/) | In progress | Only download link extracting | +| [Wakanim](https://www.wakanim.tv/) | Deprecated | No longer maintained due to merge with Crunchyroll | diff --git a/package.json b/package.json index 07a5978..274d984 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "streamyx", - "version": "3.6.1", + "version": "3.6.2", "author": "Vitaly Gashkov ", "description": "Command-line video downloader", "main": "dist/streamyx.js", diff --git a/src/downloader.ts b/src/downloader.ts index c3024b4..06e8c76 100644 --- a/src/downloader.ts +++ b/src/downloader.ts @@ -215,6 +215,7 @@ class Downloader { } outputInfo() { + logger.debug(`Manifest URL: ${this._config.manifestUrl}`); const title = this._config.show?.title ?? this._config.movie?.title ?? ''; const seasonNumber = this._config.season?.number ? `S${this._config.season.number}` : ''; const episodeNumber = this._config.episode?.number ? `E${this._config.episode.number}` : ''; diff --git a/src/providers b/src/providers index d790767..dae9ac4 160000 --- a/src/providers +++ b/src/providers @@ -1 +1 @@ -Subproject commit d79076783672634961e7ee59a77874e9db62ab71 +Subproject commit dae9ac4918de9ae963094f0661284ad3038cdb8d