Skip to content

Commit

Permalink
Merge pull request #144 from vitalygashkov/next
Browse files Browse the repository at this point in the history
Support multiple audio & video codecs via arguments, fixed IVI episodes fetching with number large than 20
  • Loading branch information
vitalygashkov authored May 4, 2024
2 parents c0508ec + 8d6a053 commit 5ccd867
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "streamyx",
"version": "4.0.0-beta.16",
"version": "4.0.0-beta.17",
"author": "Vitaly Gashkov <[email protected]>",
"description": "Cross-platform video downloader",
"description": "Powerful media downloader",
"main": "dist/src/main.js",
"bin": {
"streamyx": "dist/src/main.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/dasha
Submodule dasha updated 4 files
+2 −1 dasha.js
+16 −6 lib/dash.js
+23 −0 lib/track.js
+7 −0 types/dasha.d.ts
2 changes: 1 addition & 1 deletion src
Submodule src updated from e204a5 to 7a89a0

0 comments on commit 5ccd867

Please sign in to comment.