├── LICENSE ├── README ├── css ├── bootstrap-select.min.css ├── bootstrap.css ├── bootstrap.min.css └── bootswatch.min.css ├── fonts ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf └── glyphicons-halflings-regular.woff ├── index.html └── js ├── bootstrap-select.min.js ├── castplayer.js └── urlplayer.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/LICENSE -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/README -------------------------------------------------------------------------------- /css/bootstrap-select.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/css/bootstrap-select.min.css -------------------------------------------------------------------------------- /css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/css/bootstrap.css -------------------------------------------------------------------------------- /css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/css/bootstrap.min.css -------------------------------------------------------------------------------- /css/bootswatch.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/css/bootswatch.min.css -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/index.html -------------------------------------------------------------------------------- /js/bootstrap-select.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/js/bootstrap-select.min.js -------------------------------------------------------------------------------- /js/castplayer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/js/castplayer.js -------------------------------------------------------------------------------- /js/urlplayer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vickyg3/UrlPlayer/HEAD/js/urlplayer.js --------------------------------------------------------------------------------