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

Disable decryption in tests for the native HLS downloader #27660

Merged
merged 2 commits into from
Jan 4, 2021

Commits on Jan 4, 2021

  1. Disable decryption in tests for the native HLS downloader

    Tests truncate the download to 10241 bytes, which is not divisible by 16
    and cannot be decrypted. Tests don't really care about the decrypted
    content, just that the data they retrieved is the expected data.
    Therefore, it's fine to just return the encrypted data to tests.
    
    See: ytdl-org#27621 and ytdl-org#27620
    kevinoconnor7 committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    3f8411f View commit details
    Browse the repository at this point in the history
  2. Update hls.py

    dstftw authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    5daf848 View commit details
    Browse the repository at this point in the history