1
mirror of https://github.com/streamlink/streamlink synced 2024-09-11 05:57:52 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Beardypig
f29b08c58c Windows command line parsing fix (#300)
* 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!
2016-12-15 11:47:22 -08:00
Beardypig
127ac26eb6 Added a method to automatically determine the encoding when parsing JSON, if no encoding is provided. (#122) 2016-11-03 09:35:57 -07:00
Charlie Drage
a6ceedc4e7 Rename instances of "livestreamer" to "streamlink"
Renames all instances of "livestreamer" to "streamlink".
2016-09-19 15:46:06 -04:00
Christopher Rosell
cd1bf03133 tests: Python 2.6's unittest module is terrible. 2014-03-29 00:34:48 +01:00
Christopher Rosell
5ebf5af093 plugin.api.http_session: Make sure a read timeout is set.
requests 2.0 changed the read timeout behaviour,
but it will be fixed in the future 2.3.0 release.

This fix uses a HTTPAdapter if needed that will
make the behaviour consistent on all versions.
2014-03-28 23:52:40 +01:00