* tests: improving test coverage
* tests: improving test coverage of utils
* tests: ensure that all the plugins can be loaded
* tests: simple parse test for m3u8
* tests: mock tvplayer plugin requests
* tests: use mock from unittest where available
* test_hls_playlist: all strings are unicode
* plugins.{ine,atresplayer}: fix bug in regex for py26
* Enable automated testing on Windows via AppVeyor
* tests: add some tests for the command line argument parsing
* cli: fixed windows argument parsing with escaped quotes, etc.
* tests: python2.6 requires unittest2
* tests: fixed awful typo!
When there are multiple streams with same name
but different streaming types, a priority system
is used.
API: plugin.get_streams(priority=["rtmp", "hls", ...])
CLI: --stream-priority rtmp,hls,http,akamaihd