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

[XHamster] Overhaul existing extractors and add playlist extractors #32579

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

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    296e436 View commit details
    Browse the repository at this point in the history
  2. [XHamster] Update domain list

    * include domains listed as trusted in page, aliased to xhamster.com
    * excluding domains that redirect to xhamster (eg xhday.com)
    dirkf committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    bafa9d7 View commit details
    Browse the repository at this point in the history
  3. [XHamster] Revise video extraction

    * re-factor extraction code
    * use traverse_obj()
    dirkf committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    6845e4e View commit details
    Browse the repository at this point in the history
  4. [test] Only limit playlist test when playlist_mincount is the only …

    …count tested
    
    * eg not when `playlist_count` is specified
    * avoid `playlist_mincount` if a `lambda` test may test the count
    dirkf committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    d912aa0 View commit details
    Browse the repository at this point in the history
  5. [XHamster] Add extraction for Creator, Category, Search pages

    * re-factor existing playlist extraction
     - for a URL with specified page, extract that oage only with `(p{n})` appended to title
     - otherwise follow next page continuations with `(all)` appended
    * add XHamsterCreatorIE for Creator/Pornstar/Celebrity pages
    * add XHamsterCategoryIE for Category pages
    * add XHamsterSearchIE for search pages with search term as base title
    * add XHamsterSearchKeyIE to support search with xhsearch[n]: pseudo-URL scheme
    dirkf committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ffccff1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. [test] pl_counts

    dirkf committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3a31e52 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    e6c95bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0762cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44a30c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71aae1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2b622a View commit details
    Browse the repository at this point in the history