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

[QingTing] Add new extractor #31021

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2022

  1. [QingTing] Add new extractor

    wangchangren committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    174624a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. remove capture of patterns that aren't used

    Co-authored-by: dirkf <fieldhouse@gmx.net>
    changren-wcr and dirkf committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6078302 View commit details
    Browse the repository at this point in the history
  2. Use _search_regex() to get proper error reports in youtube-dl

    Co-authored-by: dirkf <fieldhouse@gmx.net>
    changren-wcr and dirkf committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    87706c5 View commit details
    Browse the repository at this point in the history
  3. fix regular search pattern for title

    _html_search_regex() has default fatal=True: add a default to fall back to _og_search_title()
    
    allow line break in .*
    
    Co-authored-by: dirkf <fieldhouse@gmx.net>
    changren-wcr and dirkf committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9a421b4 View commit details
    Browse the repository at this point in the history
  4. use youtube-dl match function instead of native python re

    Co-authored-by: dirkf <fieldhouse@gmx.net>
    changren-wcr and dirkf committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    16e7b15 View commit details
    Browse the repository at this point in the history
  5. fix: add new extractor for QingTing

    wangchangren committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9ff181a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. fix: refactor two extractors into one

    wangchangren committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    0afddd0 View commit details
    Browse the repository at this point in the history