8000 Comparing v4.10.1...v4.11.0 · 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: v4.11.0
Choose a head ref
  • 4 commits
  • 22 files changed
  • 10 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 l
    69E2
    ines
    
    * 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>
    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
Loading
0