Accepting request 856591 from home:MasterPatricko
- Update to 1.7.0: * Added: new plugins for micous.com, tv999.bg and cbsnews.com * Added: new embedded ad detection for Twitch streams (#3213) * Fixed: a few broken plugins and minor plugin issues (see changelog down below) * Fixed: arguments in config files were read too late before taking effect (#3255) * Fixed: Arte plugin returning too many streams and overriding primary ones (#3228) * Fixed: Twitch plugin error when stream metadata API response is empty (#3223) * Fixed: Zattoo login issues (#3202) * Changed: plugin request and submission guidelines (#3244) * Changed: refactored and cleaned up Twitch plugin (#3227) * Removed: platform=_ stream token request parameter from Twitch plugin (again) (#3220) * Removed: plugins for itvplayer, aljazeeraen, srgssr and dingittv - Update to 1.6.0: * Fixed: lots of broken plugins and minor plugin issues (see changelog down below) * Fixed: embedded ads on Twitch with an ads workaround, removing pre-roll and mid-stream ads (#3173) * Fixed: read timeout error when filtering out HLS segments (#3187) * Fixed: twitch plugin logging incorrect low-latency status when pre-roll ads exist (#3169) * Fixed: crunchyroll auth logic (#3150) * Added: the --hls-playlist-reload-time parameter for customizing HLS playlist reload times (#2925) * Added: python -m streamlink invocation style support (#3174) * Added: plugin for mrt.com.mk (#3097) * Changed: yupptv plugin and replaced email+pass with id+token authentication (#3116) * Removed: plugins for vaughnlive, pandatv, douyutv, cybergame, europaplus and startv OBS-URL: https://build.opensuse.org/request/show/856591 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/streamlink?expand=0&rev=13
This commit is contained in:
parent
591ce4050b
commit
9dcfc9c0b0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9db20ae31fd54fa7cf85e8cdeede6d371be91ca86c24b5314ee67251fbc70d3d
|
||||
size 719731
|
3
streamlink-1.7.0.tar.gz
Normal file
3
streamlink-1.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b512c596f4ee7ffe832f5bad355e029f568e8763d04522efd5322319841fc1b6
|
||||
size 724545
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 21:23:03 UTC 2020 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
|
||||
|
||||
- Update to 1.7.0:
|
||||
* Added: new plugins for micous.com, tv999.bg and cbsnews.com
|
||||
* Added: new embedded ad detection for Twitch streams (#3213)
|
||||
* Fixed: a few broken plugins and minor plugin issues (see changelog down below)
|
||||
* Fixed: arguments in config files were read too late before taking effect (#3255)
|
||||
* Fixed: Arte plugin returning too many streams and overriding primary ones (#3228)
|
||||
* Fixed: Twitch plugin error when stream metadata API response is empty (#3223)
|
||||
* Fixed: Zattoo login issues (#3202)
|
||||
* Changed: plugin request and submission guidelines (#3244)
|
||||
* Changed: refactored and cleaned up Twitch plugin (#3227)
|
||||
* Removed: platform=_ stream token request parameter from Twitch plugin (again) (#3220)
|
||||
* Removed: plugins for itvplayer, aljazeeraen, srgssr and dingittv
|
||||
- Update to 1.6.0:
|
||||
* Fixed: lots of broken plugins and minor plugin issues (see changelog down below)
|
||||
* Fixed: embedded ads on Twitch with an ads workaround, removing pre-roll and mid-stream ads (#3173)
|
||||
* Fixed: read timeout error when filtering out HLS segments (#3187)
|
||||
* Fixed: twitch plugin logging incorrect low-latency status when pre-roll ads exist (#3169)
|
||||
* Fixed: crunchyroll auth logic (#3150)
|
||||
* Added: the --hls-playlist-reload-time parameter for customizing HLS playlist reload times (#2925)
|
||||
* Added: python -m streamlink invocation style support (#3174)
|
||||
* Added: plugin for mrt.com.mk (#3097)
|
||||
* Changed: yupptv plugin and replaced email+pass with id+token authentication (#3116)
|
||||
* Removed: plugins for vaughnlive, pandatv, douyutv, cybergame, europaplus and startv
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 20:18:43 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package streamlink
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,32 +12,34 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: streamlink
|
||||
Version: 1.5.0
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: Program to pipe streams from services into a video player
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://streamlink.github.io/
|
||||
URL: https://streamlink.github.io/
|
||||
Source: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Recommends: mpv
|
||||
BuildArch: noarch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-devel >= 3.4
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-requests >= 1.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python3-setuptools
|
||||
Requires: python3-PySocks
|
||||
Requires: python3-isodate
|
||||
Requires: python3-pycountry
|
||||
Requires: python3-pycryptodome
|
||||
Requires: python3-requests >= 1.0
|
||||
Requires: python3-websocket-client
|
||||
Requires: python3-isodate
|
||||
Requires: python3-PySocks
|
||||
Recommends: vlc
|
||||
Suggests: ffmpeg
|
||||
Suggests: rtmpdump
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Streamlink is a CLI utility that pipes flash videos
|
||||
|
Loading…
Reference in New Issue
Block a user