File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- Version 1.10.2 (Under development )
2
- ----------------------------------
1
+ Version 1.10.2 (2014-09-05 )
2
+ ---------------------------
3
3
4
4
Plugins:
5
5
- Added plugin for Arte.tv (artetv). (#457)
6
6
- Added plugin for RTVE.es (rtve), patch by @jaimeMF. (#509)
7
7
- Added plugin for Seemeplay.ru (seemeplay). (#510)
8
8
- euronews: Updated for service changes.
9
9
- filmon: Updated for service changes. (#514)
10
+ - gaminglive: Updated for service changes, patch by @chhe. (#524)
10
11
- twitch: Now handles videos with chunks that are missing URLs.
11
12
- vaughnlive: Added support for breakers.tv, instagib.tv and vapers.tv. (#521)
12
13
- youtube: Added support for audio-only streams. (#522)
Original file line number Diff line number Diff line change 46
46
sys_path .insert (0 , srcdir )
47
47
48
48
setup (name = "livestreamer" ,
49
- version = "1.10.1 " ,
49
+ version = "1.10.2 " ,
50
50
description = "Livestreamer is command-line utility that extracts streams "
51
51
"from various services and pipes them into a video player of "
52
52
"choice." ,
Original file line number Diff line number Diff line change 11
11
12
12
13
13
__title__ = "livestreamer"
14
- __version__ = "1.10.1 "
14
+ __version__ = "1.10.2 "
15
15
__license__ = "Simplified BSD"
16
16
__author__ = "Christopher Rosell"
17
17
__copyright__ = "Copyright 2011-2014 Christopher Rosell"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SetCompressor lzma
9
9
10
10
# Livestreamer program information
11
11
!define PROGRAM_NAME " Livestreamer"
12
- !define PROGRAM_VERSION " 1.10.1 "
12
+ !define PROGRAM_VERSION " 1.10.2 "
13
13
!define PROGRAM_WEB_SITE " http://livestreamer.tanuki.se/"
14
14
15
15
# Python files generated with bbfreeze
You can’t perform that action at this time.
0 commit comments