Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aria2c, but for real now #220

Draft
wants to merge 69 commits into
base: v3.0
Choose a base branch
from
Draft

Aria2c, but for real now #220

wants to merge 69 commits into from

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    0cbc962 View commit details
    Browse the repository at this point in the history
  2. first draft of Decrypter

    lukaarma committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    5334293 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67573fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    685fa27 View commit details
    Browse the repository at this point in the history
  5. changed UserAgent version

    added debug logging
    lukaarma committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    0d8b420 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c0e37a View commit details
    Browse the repository at this point in the history
  7. minor formatting changes

    lukaarma committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    29a6fab View commit details
    Browse the repository at this point in the history
  8. very simple test for SIGINT

    lukaarma committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    d29bd54 View commit details
    Browse the repository at this point in the history
  9. added debug logging

    lukaarma committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    5350bc3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c65ff7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    903f2bf View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    1dff41c View commit details
    Browse the repository at this point in the history
  2. exclude debug launch config

    lukaarma committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    6e874f5 View commit details
    Browse the repository at this point in the history
  3. updated packages

    lukaarma committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    9e25870 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    d037b7c View commit details
    Browse the repository at this point in the history
  2. added debug logging

    lukaarma committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    8b61f86 View commit details
    Browse the repository at this point in the history
  3. added quality option

    lukaarma committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    aa21e54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a185f51 View commit details
    Browse the repository at this point in the history
  5. - removed useless function/properties

    - added filename property to Video type
    lukaarma committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    96f4c90 View commit details
    Browse the repository at this point in the history
  6. - fixed progress bar not updating

    - fixed comments
    lukaarma committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    ec099e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1476ff View commit details
    Browse the repository at this point in the history
  8. updating comments

    lukaarma committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    a93b328 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e9dea14 View commit details
    Browse the repository at this point in the history
  10. removed useless old code

    lukaarma committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    16a8532 View commit details
    Browse the repository at this point in the history
  11. marked unused code

    lukaarma committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    6f082e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. change user agent

    lukaarma committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    796753f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. code cleanup

    lukaarma committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    6c8628e View commit details
    Browse the repository at this point in the history
  2. added debug statement

    lukaarma committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    7cab44a View commit details
    Browse the repository at this point in the history
  3. installed portfinder

    removed useless packages
    moved types to devDependencies
    
    upgraded packages to more recent versions
    - axios                             ^0.19.2  →  ^0.20.0
    - axios-retry                        ^3.1.8  →   ^3.1.9
    - puppeteer                           2.1.1  →    5.3.0
    - yargs                             ^15.4.1  →  ^16.0.3
    - @types/mocha                       ^7.0.2  →   ^8.0.3
    - @types/puppeteer                  ^1.20.6  →   ^3.0.2
    - @typescript-eslint/eslint-plugin  ^2.34.0  →   ^4.1.1
    - @typescript-eslint/parser         ^2.34.0  →   ^4.1.1
    - eslint                             ^6.8.0  →   ^7.9.0
    - mocha                              ^7.2.0  →   ^8.1.3
    - typescript                         ^3.9.7  →   ^4.0.3
    lukaarma committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    9453458 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e472f9 View commit details
    Browse the repository at this point in the history
  5. implemented port finding

    upgraded logging during execution
    lukaarma committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    8df5155 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9c9fef View commit details
    Browse the repository at this point in the history
  7. fixed linting errors

    lukaarma committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    af4725c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. check for aria existance

    changed ffmpeg error message
    lukaarma committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    38edbad View commit details
    Browse the repository at this point in the history
  2. fixed bug on hanging on shutdown

    improved shutdown sequence
    lukaarma committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    482a506 View commit details
    Browse the repository at this point in the history
  3. improved shutdown sequence

    done a couple of TODOs
    lukaarma committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    95c7150 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. typo fix

    lukaarma committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    14cfe7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7e0415 View commit details
    Browse the repository at this point in the history
  3. better webSocket initialization

    It should solve all timing issues
    lukaarma committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    502565d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    020518e View commit details
    Browse the repository at this point in the history
  2. fix for *nix platforms

    lukaarma committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    331efd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. workaround for listeners not removed

    fixed typo
    lukaarma committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    b89e041 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Update README.md

    made videos path clear
    rohit404404 committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    8848f29 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    made videos path clearer
    rohit404404 committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    389be33 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #242 from rohit404404/patch-1

    Update README.md
    lukaarma committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    ec24ff9 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Misc fixes (#244)

    * cleared up docs
    
    * fix 401 bug for images thumbnail
    lukaarma committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    22968f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15c4203 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

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

Commits on Oct 11, 2020

  1. Configuration menu
    Copy the full SHA
    3249759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85f3bea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41206a9 View commit details
    Browse the repository at this point in the history
  4. changed exec in favour of spawn for aria2c

    (should solve and close #254)
    lukaarma committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    1763dc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Update Errors.ts

    Fix typo in `MISSING_ARIA2` and some capitalization
    rpaulucci3 committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    a179bdc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #265 from rpaulucci3/patch-1

    Fix typo and capitalization in Errors.ts
    lukaarma committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    eacb2b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    4a45c68 View commit details
    Browse the repository at this point in the history
  2. Fix verbose logging when we get JSON back

    Which i guess was like 99% of the time? :)
    snobu committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    0f2d902 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    461df7b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Update README.md

    snobu committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    0b4c900 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. fixed parsing for group with more than 100 videos

    fixed error logging
    lukaarma committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    ddafc50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08364ed View commit details
    Browse the repository at this point in the history
  3. updated all packages

    lukaarma committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    6d28b3c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. add aria2 to prereqs

    fulminemizzega committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    c1a0994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a7f60 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Added aria2 prerequisite

    Added a prerequisite for the `aria2` package to be installed when using this version.
    pastacolsugo committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    195d0dd View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Merge pull request #303 from pastacolsugo/patch-1

    Added `aria2` prerequisite
    lukaarma committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    1e8db6f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

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

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    3fe64d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #289 from fulminemizzega/patch-1

    Update prereqs and fix quotes in readme.md
    lukaarma committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    cea18bb View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

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