8000 Comparing v4.10.1...master · fent/node-ytdl-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fent/node-ytdl-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.10.1
Choose a base ref
...
head repository: fent/node-ytdl-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 24 files changed
  • 18 contributors

Commits on Mar 5, 2022

  1. 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>
    depfu[bot] and TimeForANinja authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    e2feaeb View commit details
    Browse the repository at this point in the history
  2. fix: videoDetails.age_restricted is always false 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
    skick1234 authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    21bc728 View commit details
    Browse the repository at this point in the history
  3. fix: trim id's passed to the url-utils (#1073)

    * fix invalid getURLVideoID test
    
    #CopyPaste
    
    * trim id's passed to url-utils
    TimeForANinja authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    b35bdad View commit details
    Browse the repository at this point in the history
  4. 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>
    8 people authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    06f5611 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f47dd0d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    11103be View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. fix(types): update the correct thumbnails property (#1099)

    Corrected the thumbnails property type in the VideoDetails interface
    Thiti-Dev authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    eb811de View commit details
    Browse the repository at this point in the history
  2. 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
    TimeForANinja authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    a299081 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. 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
    TimeForANinja authored Sep 3, 2022
    Configuration menu
    Copy the full SHA
    f16e8c8 View commit details
    Browse the repository at this point in the history
  2. 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..
    TimeForANinja authored Sep 3, 2022
    Configuration menu
    Copy the full SHA
    99e6c67 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. docs(examples): fix ffmpeg-static import

    The path is returned by default. so proposing this change to support the latest ffmpeg-static.
    ahamedama authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    fb8f813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d02c16 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. 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>
    orochaa and TimeForANinja authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e57c6f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0c42ac View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. fix: code parser (#1203)

    oversight when reading js code with special characters from html pages
    
    closes #1197
    closes #1201
    closes #1204
    closes #1207
    khlevon authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    0d3f91b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. 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
    gatecrasher777 authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e1ebdf9 View commit details
    Browse the repository at this point in the history
  2. docs(README): fix typo (#1218)

    * Update README.md
    
    fix typo
    
    * Update README.md
    
    ---------
    
    Co-authored-by: TimeForANinja <TimeForANinja@users.noreply.github.com>
    sebnun and TimeForANinja authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9f87da3 View commit details
    Browse the repository at this point in the history
  3. chore(package): update miniget to version 4.2.3 (#1237)

    Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
    depfu[bot] authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9e15c73 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    f5b57a2 View commit details
    Browse the repository at this point in the history
Loading
0