aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plugins/youtube.js
Commit message (Collapse)AuthorAgeFilesLines
* TweaksSam Potts2019-01-261-20/+20
|
* Fullscreen fixesSam Potts2019-01-141-7/+2
|
* 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
|\ | | | | Make sure youtube.onReady doesn't run twice
| * 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
|\ | | | | Fix poster race conditions
| * Respect call order and prioritize public API calls for setting poster, in ↵Albin Larsson2018-06-151-2/+3
| | | | | | | | order to avoid race conditions
| * Copy poster when creating new media element for YouTube and Vimeo (needed ↵Albin Larsson2018-06-151-1/+6
| | | | | | | | for #1018)
* | 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
|\ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/js/captions.js # src/js/controls.js # src/js/fullscreen.js # src/js/html5.js # src/js/listeners.js # src/js/plugins/youtube.js # src/js/plyr.js # src/js/utils.js
| * Trigger qualityrequested event unconditionally when trying to set it (needed ↵Albin Larsson2018-06-121-9/+1
| | | | | | | | for streaming libraries to be able to listen)
| * 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 ↵Albin Larsson2018-05-151-1/+7
| | | | images. Only show poster element when valid
* 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
|\ | | | | | | | | | | # Conflicts: # dist/plyr.js # dist/plyr.js.map
| * 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
|