Skip to content

Commit

Permalink
Merge pull request #12 from vitalygashkov/next
Browse files Browse the repository at this point in the history
Update Wink domains
  • Loading branch information
vitalygashkov authored Jun 13, 2023
2 parents 655e1be + df55310 commit e3cc42b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamyx",
"version": "3.6.1",
"version": "3.6.2",
"author": "Vitaly Gashkov <[email protected]>",
"description": "Command-line video downloader",
"main": "dist/streamyx.js",
Expand Down
1 change: 1 addition & 0 deletions src/downloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}` : '';
Expand Down
2 changes: 1 addition & 1 deletion src/providers

0 comments on commit e3cc42b

Please sign in to comment.