-
Notifications
You must be signed in to change notification settings - Fork 857
Comparing changes
Open a pull request
base repository: fent/node-ytdl-core
base: v4.10.1
head repository: fent/node-ytdl-core
compare: master
- 19 commits
- 24 files changed
- 18 contributors
Commits on Mar 5, 2022
-
chore(package): 4.0.0 → 4.2.2 (minor) (#1048)
* chore(package): update miniget to version 4.2.2 * drop node v10 & update package-lock.json * update workflow versions * try #1 to fix unit tests Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: TimeForANinja <t.kutscha@yahoo.de>
Configuration menu - View commit details
-
Copy full SHA for e2feaeb - Browse repository at this point
Copy the full SHA e2feaebView commit details -
fix:
videoDetails.age_restricted
is alwaysfalse
in other languag……es (#986) * fix: `videoDetails.age_restricted` is always `false` in other languages * fix: error when a media value is not a string * test: add age restricted video in other language
Configuration menu - View commit details
-
Copy full SHA for 21bc728 - Browse repository at this point
Copy the full SHA 21bc728View commit details -
fix: trim id's passed to the url-utils (#1073)
* fix invalid getURLVideoID test #CopyPaste * trim id's passed to url-utils
Configuration menu - View commit details
-
Copy full SHA for b35bdad - Browse repository at this point
Copy the full SHA b35bdadView commit details -
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 read 10000 me * 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>
Configuration menu - View commit details
-
Copy full SHA for 06f5611 - Browse repository at this point
Copy the full SHA 06f5611View commit details -
Configuration menu - View commit details
-
Copy full SHA for f47dd0d - Browse repository at this point
Copy the full SHA f47dd0dView commit details
Commits on Mar 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 11103be - Browse repository at this point
Copy the full SHA 11103beView commit details
Commits on Aug 26, 2022
-
fix(types): update the correct thumbnails property (#1099)
Corrected the thumbnails property type in the VideoDetails interface
Configuration menu - View commit details
-
Copy full SHA for eb811de - Browse repository at this point
Copy the full SHA eb811deView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a299081 - Browse repository at this point
Copy the full SHA a299081View commit details
Commits on Sep 3, 2022
-
Fix: invalid regex used in cutAfterJS (#1137)
* 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 * fix regex & add another test
Configuration menu - View commit details
-
Copy full SHA for f16e8c8 - Browse repository at this point
Copy the full SHA f16e8c8View commit details -
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..
Configuration menu - View commit details
-
Copy full SHA for 99e6c67 - Browse repository at this point
Copy the full SHA 99e6c67View commit details
Commits on Mar 29, 2023
-
docs(examples): fix ffmpeg-static import
The path is returned by default. so proposing this change to support the latest ffmpeg-static.
Configuration menu - View commit details
-
Copy full SHA for fb8f813 - Browse repository at this point
Copy the full SHA fb8f813View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d02c16 - Browse repository at this point
Copy the full SHA 6d02c16View commit details
Commits on Mar 30, 2023
-
fix: typescript autocomplete for
'literal' | string
(#1188)* fix: presenve type autocomplete * feat(types): ExtendString type helper * add trailing semicolons * add explaining comment --------- Co-authored-by: Tobias Kutscha <t.kutscha@yahoo.de>
Configuration menu - View commit details
-
Copy full SHA for e57c6f2 - Browse repository at this point
Copy the full SHA e57c6f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c42ac - Browse repository at this point
Copy the full SHA b0c42acView commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d3f91b - Browse repository at this point
Copy the full SHA 0d3f91bView commit details
Commits on Jul 14, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for e1ebdf9 - Browse repository at this point
Copy the full SHA e1ebdf9View commit details -
docs(README): fix typo (#1218)
* Update README.md fix typo * Update README.md --------- Co-authored-by: TimeForANinja <TimeForANinja@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f87da3 - Browse repository at this point
Copy the full SHA 9f87da3View commit details -
chore(package): update miniget to version 4.2.3 (#1237)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9e15c73 - Browse repository at this point
Copy the full SHA 9e15c73View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f5b57a2 - Browse repository at this point
Copy the full SHA f5b57a2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.10.1...master