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

Delivery methods without design flaws #862

Draft
wants to merge 43 commits into
base: dev
Choose a base branch
from

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    c2b9537 View commit details
    Browse the repository at this point in the history
  2. Removed old streaming API

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    c129d7b View commit details
    Browse the repository at this point in the history
  3. Added Utility

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    8b94206 View commit details
    Browse the repository at this point in the history
  4. Rewrote extractors part 1

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    73bd33d View commit details
    Browse the repository at this point in the history
  5. Added VideoQualityData

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    d0bae9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9055f55 View commit details
    Browse the repository at this point in the history
  7. Added more TODOs

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    489b0cd View commit details
    Browse the repository at this point in the history
  8. Reworked VideoQualityData

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    ca5a141 View commit details
    Browse the repository at this point in the history
  9. Re-Implemented Itags

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    f632fc9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a77865b View commit details
    Browse the repository at this point in the history
  11. More reworks

    * Killed StreamType
    * Move ``Privacy`` out of ``Extractor``
    * Reworked YT stream extractor
    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    cd42e19 View commit details
    Browse the repository at this point in the history
  12. More refactoring...

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    32e85d3 View commit details
    Browse the repository at this point in the history
  13. Fix StreamInfoItem

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    a2df180 View commit details
    Browse the repository at this point in the history
  14. Fix more compile problems

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    474c3cd View commit details
    Browse the repository at this point in the history
  15. Use better name for meethod

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    cf77bf5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    862ed87 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1d0a27c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    411b6c1 View commit details
    Browse the repository at this point in the history
  19. Fixed checkstyle problems

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    2ef215a View commit details
    Browse the repository at this point in the history
  20. Fixed API

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    7363669 View commit details
    Browse the repository at this point in the history
  21. Started fixing tests...

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    9da8dd8 View commit details
    Browse the repository at this point in the history
  22. Fixed most tests

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    943b46c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    95581b2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6f45e5c View commit details
    Browse the repository at this point in the history
  25. Fixed more tests

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    7f9e895 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    34d11af View commit details
    Browse the repository at this point in the history
  27. Fixed Soundcloud test: Return EVERYTHING that is found

    deduplication should be done by the extractor
    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    9c715d7 View commit details
    Browse the repository at this point in the history
  28. Fix merge conflicts

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    579de7b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8c71edf View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    eb74ae3 View commit details
    Browse the repository at this point in the history
  31. Removed unused equalsStream

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    d2e82bd View commit details
    Browse the repository at this point in the history
  32. Naming changes

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3f1f2b2 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5390982 View commit details
    Browse the repository at this point in the history
  34. [Peertube] No special handling of live video streams, use ``getHlsMas…

    …terPlaylistUrl()`` instead
    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    0732bef View commit details
    Browse the repository at this point in the history
  35. Code cleanup

    Updated javadoc
    
    Cleanup more code
    
    * Improve /Add java doc
    * Remove unused code
    * Convert TODOs to followup issues
    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    3ce7f2e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    e3c989e View commit details
    Browse the repository at this point in the history
  37. Improvements for NewPipe

    * Added support for content-length (important for downloader)
    * Code cleanup
    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    889b5f2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ff8eb68 View commit details
    Browse the repository at this point in the history
  39. Code improvements

    * Throw ContentNotSupportedExceptions when extracting (as was done before)
    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    fa57ec0 View commit details
    Browse the repository at this point in the history
  40. Implemented StreamResolvingStrategy

    Not finished yet
    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    c9e911e View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    95a8b8b View commit details
    Browse the repository at this point in the history
  42. Remove useless checkstyle off

    litetex committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    8b7cb62 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    c2f3c1a View commit details
    Browse the repository at this point in the history