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

[YouPorn] Fix and improve extraction; add playlist extraction #32740

Merged
merged 4 commits into from Apr 22, 2024

Commits on Apr 7, 2024

  1. [YouPorn] Incorporate yt-dlp PR 8827

    * from yt-dlp/yt-dlp#8827
    * extract from webpage instead of broken API URL
    * thx The-MAGI
    dirkf committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    f38398d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. [test/test_download] Support 'playlist_maxcount:count' expected value

    * parallel to `playlist_mincount'
    * specify both for a range of playlist lengths
    * if max < min the test will always fail!
    dirkf committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    263e5d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. [YouPorn] Improve extraction

    * detect unwatchable videos
    * improve duration extraction
    * fix count extraction and support large values
    * detect and remove SEO spam boilerplate description
    dirkf committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    88216f1 View commit details
    Browse the repository at this point in the history
  2. [YouPorn] Add playlist extractors

    * YouPornCategoryIE
    * YouPornChannelIE
    * YouPornCollectionIE
    * YouPornStarIE
    * YouPornTagIE
    * YouPornVideosIE,
    dirkf committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f66e450 View commit details
    Browse the repository at this point in the history