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

[YouTube] Support Shorts UI in playlists #1093

Merged
merged 5 commits into from
Aug 12, 2023

Commits on Aug 7, 2023

  1. [YouTube] Support Shorts UI in playlists

    Also remove an outdated A/B test comment.
    AudricV committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e6f371f View commit details
    Browse the repository at this point in the history
  2. [YouTube] Add a playlist with Shorts UI test

    The system Shorts videos uploads playlist of the YouTube official channel has
    been chosen for this test.
    AudricV committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e2f4ee4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    162c261 View commit details
    Browse the repository at this point in the history
  4. Fix wrong assertion in assertNotEmpty

    The non-null assertion was made on the exception message instead of the string
    to check, causing a NullPointerException if the string to check was null.
    AudricV committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8237052 View commit details
    Browse the repository at this point in the history
  5. Do not require knowledge of uploader in default StreamInfoItems tests

    This change is required as some services can return no uploader info, such as
    YouTube for playlists with a Shorts UI.
    AudricV committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    698c710 View commit details
    Browse the repository at this point in the history