aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plugins/youtube.js
Commit message (Expand)AuthorAgeFilesLines
* Update youtube.jsSam Potts2019-01-061-1/+0
* remove commentOmar Khatib2018-12-131-1/+1
* support Youtube noCookie ModeOmar Khatib2018-12-131-0/+2
* Removed YouTube quality controlsSam Potts2018-08-131-54/+0
* Merge pull request #1131 from friday/1108Sam Potts2018-07-291-0/+4
|\
| * Fix #1108: Make sure youtube.onReady doesn't run twiceAlbin Larsson2018-07-281-0/+4
* | Add support for YouTube's hl paramLéo Renaud-Allaire2018-07-241-0/+1
|/
* Linting, housekeeping, duration fix (fixes #1074)Sam Potts2018-06-291-10/+10
* Fix #1045: YouTube mutes when seeking after playAlbin Larsson2018-06-191-2/+2
* 120 line width, package upgradeSam Potts2018-06-171-8/+12
* Merge pull request #1039 from friday/poster-race-conditionsSam Potts2018-06-171-3/+9
|\
| * Respect call order and prioritize public API calls for setting poster, in ord...Albin Larsson2018-06-151-2/+3
| * Copy poster when creating new media element for YouTube and Vimeo (needed for...Albin Larsson2018-06-151-1/+6
* | Replace switch in YouTube error handler with object literalAlbin Larsson2018-06-151-39/+15
|/
* Remove line breaks in arraysAlbin Larsson2018-06-131-4/+1
* Merge branch 'develop' of github.com:sampotts/plyr into developSam Potts2018-06-131-74/+39
|\
| * Trigger qualityrequested event unconditionally when trying to set it (needed ...Albin Larsson2018-06-121-9/+1
| * Simplify logic in youtube.mapQualityUnit (not that it matters much now)Albin Larsson2018-06-121-45/+19
* | Utils broken down into seperate files and exportsSam Potts2018-06-131-44/+60
|/
* Fix problem with YouTube and Vimeo seeking while playingAlbin Larsson2018-06-111-1/+4
* Fix #921: Trigger seeked event in youtube plugin if either playing or pausedAlbin Larsson2018-05-191-6/+11
* Fix #876: YouTube and Vimeo autoplays on seekAlbin Larsson2018-05-191-28/+30
* Fix playback state (paused) and events (play/pause)Albin Larsson2018-05-191-10/+16
* Youtube poster: Set css backgroundSize to 'cover' for padded youtube thumbnailsAlbin Larsson2018-05-151-1/+7
* Rewrite ui.setPoster to check that images arent broken or youtube fallback im...Albin Larsson2018-05-151-1/+7
* v3.3.0Sam Potts2018-05-061-3/+6
* Restore paused state after seekSam Potts2018-04-111-0/+8
* YouTube speed menu fixSam Potts2018-04-031-2/+1
* HTML5 quality selectionSam Potts2018-04-021-13/+70
* Bug fixesSam Potts2018-03-281-1/+2
* v3.0.5Sam Potts2018-03-271-2/+0
* Fix for .stop() method (fixes #819)Sam Potts2018-03-221-0/+12
* 3.0.0-beta.20Sam Potts2018-03-131-5/+5
* Event listener fixes, loadScript promise, ads tweaksSam Potts2018-03-111-1/+3
* Ready event fix, YouTube play event fix, docs updateSam Potts2018-03-031-4/+1
* Added backwards compatibility for <div> embedsSam Potts2018-02-061-1/+9
* Removed fetch dependencySam Potts2018-02-051-3/+3
* Attempt to fix YouTube message error, added ads references, changes to boolSam Potts2018-01-251-2/+2
* Progressively enhance <iframe> embedsSam Potts2018-01-121-19/+21
* Remove chaning ability and return promise for play()Sam Potts2017-12-201-0/+3
* Moved to provider + type to make it cleaner in future, fix for multiple playersSam Potts2017-11-231-2/+3
* Updated data attributes to `data-plyr` namespace. Speed menu fixesSam Potts2017-11-231-5/+2
* Handle no audio, more docs in code, fix for playing getterSam Potts2017-11-211-4/+7
* Merge branch 'develop' of https://github.com/Selz/plyr into developSam Potts2017-11-201-21/+36
|\
| * YouTube titleSam Potts2017-11-191-21/+36
* | Added ended and playing gettersSam Potts2017-11-201-3/+10
|/
* Controls cleanup, work on captions bug, click to invert timeSam Potts2017-11-181-13/+15
* Using fetch instead of xhr, grabbing title for YouTubeSam Potts2017-11-161-0/+14
* Started on error handling, Safari icon fixSam Potts2017-11-141-3/+40
* YouTube fixSam Potts2017-11-141-1/+3