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

[ie/orf:on] Improve extraction #9677

Merged
merged 13 commits into from
May 23, 2024
Merged

Commits on Apr 12, 2024

  1. [on.orf.at] add subtitle parsing

    use the linked subtitles in the v4.3 api
    tuxcoder committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f9c443b View commit details
    Browse the repository at this point in the history
  2. [on.orf.at] fix url parsing

    some urls are without slug
    also some video-Id's are shorter that 8 digits
    and could probably be bigger than 8
    tuxcoder committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8c6550a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. [on.orf.at] add better drm detection

    some videos formats were not reported as DRM protected
    fixes: yt-dlp#9652
    tuxcoder committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f2def23 View commit details
    Browse the repository at this point in the history
  2. [on.orf.at] parse age_limit

    tuxcoder committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c5ccf37 View commit details
    Browse the repository at this point in the history
  3. [on.orf.at] add better tests

    new test file has no kill_date,
    so I hope it will be online for longer
    old one will be not available after "2024-08-12T21:05:00+02:00"
    tuxcoder committed May 20, 2024
    Configuration menu
    Copy the full SHA
    55e647f View commit details
    Browse the repository at this point in the history
  4. [on.orf.at] replace display_id with video_id

    as display_id is optional it does not make sense to keep it
    tuxcoder committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c30f9fc View commit details
    Browse the repository at this point in the history
  5. [on.orf.at] inline age_limit parsing

    tuxcoder committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2363b28 View commit details
    Browse the repository at this point in the history
  6. [on.orf.at] inline age_limit the right way

    tuxcoder committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8fcd76b View commit details
    Browse the repository at this point in the history
  7. [on.orf.at] cleanup imports

    tuxcoder committed May 20, 2024
    Configuration menu
    Copy the full SHA
    665f2c9 View commit details
    Browse the repository at this point in the history
  8. [on.orf.at] improve subtilte parsing

    interrate over all subtitles and sort that `vtt` is default,
    so `--embed-subs` is working out of the box
    tuxcoder committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2c1add1 View commit details
    Browse the repository at this point in the history
  9. [on.orf.at] simplify sub sorting solution

    as `vtt_url` is the last in the list,
    it will get priority
    tuxcoder committed May 20, 2024
    Configuration menu
    Copy the full SHA
    49a0d06 View commit details
    Browse the repository at this point in the history
  10. [on.orf.at] cleanup url match

    Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
    TuxCoder and seproDev committed May 20, 2024
    Configuration menu
    Copy the full SHA
    26b03f9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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