8000
Skip to content

Tags: fent/node-ytdl-core

Tags

v4.11.5

Toggle v4.11.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove n-transform function name ambiguity (#1242)

* Add files via upload

N transform function name fix

* Add files via upload

* Update sig.js

* Update sig.js removes n-transform function name ambiguity

v4.11.4

Toggle v4.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: code parser (#1203)

oversight when reading js code with special characters from html pages

closes #1197
closes #1201
closes #1204
closes #1207

v4.11.3

Toggle v4.11.3's commit message
chore(cicd): bump cicd node versions

v4.11.2

Toggle v4.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(workflows): bump node.js versions in workflows (#1138)

this shouldn't be "fix" but since i screwed up the last 2 commit names this is the best way to get the latest fixes deployed to npm..

v4.11.1

Toggle v4.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: replace cutAfterJSON with cutAfterJS (#1126)

* support regex in `utils#cutAfterJSON`

* fix test and code

* add support for single and backtick quoted strings to cutAfterJSON

* yet another unit-test

* update comments

v4.11.0

Toggle v4.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add IPv6 block rotating (#713)

* IPv6 Rotating ^-^

* linter got mad at missing semicolon nice

* Fixing format

Fixing the format of files so eslint does not throw any errors.

* adding colon

* added test for IPv6 Block

* Forgot to lint

* Info test and download test improvement

* use net instead if .includes

* remove chunking-related stuff

* Update lib/util.js

Co-authored-by: fent <fentbox@gmail.com>

* improve tests, fix the check in util

* add test for invalid subnet

* place done's on separate lines

* fix typo in readme

* fixing README.md

* fixed mistake

* fixed other mistake

* Update README.md

Co-authored-by: fent <fentbox@gmail.com>

* Update README.md

Co-authored-by: fent <fentbox@gmail.com>

* fix conflicts

* i forgot about this change

* Fix undefined testInfo

* ignoring invalid this

* fix info test

* fix million's await

* remove useless part

* Adding requested test

* remove unrelated dependency

* remove unused option

* update readme

* lint ipv6 example

* remove ip6 dependencie

* improve test coverage

* (es)lint

* Update lib/utils.js

Co-authored-by: Voltrex <mohammadkeyvanzade94@gmail.com>

Co-authored-by: MILLION <apaolini900o@outlook.com>
Co-authored-by: Million900o <apaolini900o@gmail.com>
Co-authored-by: fent <fentbox@gmail.com>
Co-authored-by: MILLION <30964205+Million900o@users.noreply.github.com>
Co-authored-by: TimeForANinja <t.kutscha@yahoo.de>
Co-authored-by: TimeForANinja <TimeForANinja@users.noreply.github.com>
Co-authored-by: Voltrex <mohammadkeyvanzade94@gmail.com>

v4.10.1

Toggle v4.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(package): update m3u8stream to version 0.8.6 (#1049)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>

v4.10.0

Toggle v4.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: chooseFormat from livestream tests (#987)

* fix chooseFormat from livestream tests

* yikes

v4.9.2

Toggle v4.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Direct cipher signature & n-transform functions to circumvent th…

…rottling. (#1022)

* Add files via upload

* Add files via upload

* Update getInfoBandwidth.js

* Update getInfoBandwidth.js

* Add files via upload

* extract functions.

* test functions not tokens.

* get functions not tokens

* Delete getInfoBandwidth.js

* relax no-new-func to warn

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update .eslintrc.yml

* neater code, more efficient process.

* Add files via upload

* Add files via upload

v4.9.1

Toggle v4.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: bug in URL decection (#984)

* Update url-utils.js

* Fixed youtu.be not working

* Added new tests

* linting

* hotfix for tests
0