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

Generalized framework for webpage-based extraction #4307

Merged
merged 6 commits into from
Aug 1, 2022

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    de3cd2f View commit details
    Browse the repository at this point in the history
  2. [extractor, test] Basic framework for embed tests (yt-dlp#4307)

    and split download tests so they can be more easily run in CI
    
    Authored by: coletdjnz
    pukkandan committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    6cbae36 View commit details
    Browse the repository at this point in the history
  3. [extractor/camtasia] Separate into own extractor (yt-dlp#4307)

    Authored by: coletdjnz
    pukkandan committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    cc23816 View commit details
    Browse the repository at this point in the history
  4. [extractor/html5] Separate into own extractor (yt-dlp#4307)

    Closes yt-dlp#4291
    
    Authored by: coletdjnz, pukkandan
    pukkandan committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    34aa9e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1367e00 View commit details
    Browse the repository at this point in the history
  6. [extractors] Use new framework for existing embeds (yt-dlp#4307)

    `Brightcove` is difficult to migrate because it's subclasses may depend
    on the signature of the current functions. So it is left as-is for now
    
    Note: Tests have not been migrated
    pukkandan committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    d96fa83 View commit details
    Browse the repository at this point in the history