blob: 51eb0159f0ab759e182080d6ed77bdeee050e68f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
**Milestone:**
[YouTube Support](https://github.com/lejenome/html5-video-everywhere/milestones/YouTube%20Support)
**URL:**
- [x] `www.youtube.com/v/<VIDEO_ID>`
- [x] `www.youtube.com/watch?v=<VIDEO_ID>`
- [x] `www.youtube.com/embed/<VIDEO_ID>`
- [ ] `www.youtube.com/apiplayer?video_id=<VIDEO_ID>&version=3` #2
- [ ] `www.youtube.com/embed?listType=playlist&list=PL<PLAYLIST_ID>` #3
- [ ] `www.youtube.com/embed?listType=user_uploads&list=<USERNAME>` #3
- [ ] `www.youtube.com/embed?listType=search&list=<QUERY>` #3
**QUERY:**
- [x] autoplay 1,0
- [ ] autohide 0,1,2
- [ ] color
- [ ] controls 0,1,2
- [ ] enablejsapi 0,1
- [ ] end
- [ ] fs 0,1
- [x] loop 0,1
- [ ] playlist
- [x] start
- [x] t
**API:**
more @ https://developers.google.com/youtube/player_parameters
|