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

Dailymotion Support #2136

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

Dailymotion Support #2136

wants to merge 6 commits into from

Commits on May 12, 2020

  1. Adding DailyMotion plugin

    * DailyMotion doesn't support captions (captions.js)
    * It provides a new api and sdk plus some config parameters (defaults.js)
    * Added a new provider type and a regexp rule so it can be selected (types.js)
    * Added a setup condition inside media.js
    * Daillymotion Plugin moved inside plugins folder
    * Added definitions for dailymotion parameters and providers (plyr.d.ts)
    * Added new function isDailymotion, removed playback rate support for Dailymotion, added a destroy rule for DailyMotion (plyr.js)
    * New i18n propertie for dailymotion (i18n.js)
    akuma06 committed May 12, 2020
    Configuration menu
    Copy the full SHA
    190473f View commit details
    Browse the repository at this point in the history
  2. Working example for DailyMotion

    Added a dailymotion video example inside index.html.
    akuma06 committed May 12, 2020
    Configuration menu
    Copy the full SHA
    df6d167 View commit details
    Browse the repository at this point in the history
  3. Added minified url support

    akuma06 committed May 12, 2020
    Configuration menu
    Copy the full SHA
    e34bda8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Merge pull request #1 from sampotts/develop

    Develop
    akuma06 authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    29a5c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75ca9ac View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Update dailymotion.js

    akuma06 authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    c6435d6 View commit details
    Browse the repository at this point in the history