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

[gedi] Add new extractor #26946

Closed
wants to merge 13 commits into from
Closed

[gedi] Add new extractor #26946

wants to merge 13 commits into from

Commits on Feb 19, 2021

  1. [gedidigital] Add new extractor

    nixxo authored and nixxo committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    33db516 View commit details
    Browse the repository at this point in the history
  2. [gedidigital] title cleanup, thumb regex, added new test

    nixxo authored and nixxo committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    8553b84 View commit details
    Browse the repository at this point in the history
  3. [gedi] https regex fix

    nixxo authored and nixxo committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    5a687f0 View commit details
    Browse the repository at this point in the history
  4. [gedidigital] improvements

    - improved and simplified formats extraction using _extract_akamai_formats
    - test md5 fix
    - improved thumbnail extraction
    nixxo committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    9c2bbd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93cd298 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0c9385 View commit details
    Browse the repository at this point in the history
  7. [gedidigital] fixes following review

    - improved title extraction with fallback value
    - added timestamp (with tests)
    - added fallback values for description and thumbnail
    - improved regex to extract video player data
    - removed custom IE_NAME
    nixxo committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    8a7db20 View commit details
    Browse the repository at this point in the history
  8. [gedidigital] code clean-up

    - removed http direct url creation (no longer necessary after extract_akamai_formats teke care of it)
    - removed audio format clean-up
    nixxo committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    8f564a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    92e71b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc3669 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. [gedi] cleanup following review

    - removed 'image_full_play' from thumbnail url extraction and adjusted test value
    - removed 'modified_time' as a value to timestamp generation
    - put 'only_matching' to some no longer necessary tests
    - added 'ipad' tag to hls formats selection
    nixxo committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    47e8320 View commit details
    Browse the repository at this point in the history
  2. [gedi] fixes

    - removed md5 leftover in test
    - added comment in test for .strip() necessity
    - changed default='' to fatal=False in _og_search_property for timestamp genaration
    nixxo committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    fbf5cfa View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

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