mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
7.0.2.1
This commit is contained in:
parent
6975aa7d2c
commit
da2a5a6bc3
4 changed files with 6 additions and 1 deletions
1
.github/workflows/make-release.yml
vendored
1
.github/workflows/make-release.yml
vendored
|
|
@ -91,6 +91,7 @@ jobs:
|
|||
rm *.md
|
||||
version=$(xmlstarlet sel -t -v 'string(/addon/@version)' addon.xml)
|
||||
xmlstarlet ed -L -u '/addon/requires/import[@addon="xbmc.python"]/@version' -v '3.0.0' addon.xml
|
||||
xmlstarlet ed -L -u '/addon/requires/import[@addon="inputstream.adaptive"]/@version' -v '19.0.7' addon.xml
|
||||
xmlstarlet ed -L -d '/addon/requires/import[@addon="script.module.infotagger"]' addon.xml
|
||||
filename=${{ github.event.repository.name }}-${version}.matrix.1.zip
|
||||
cd ..
|
||||
|
|
|
|||
1
.github/workflows/submit-release.yml
vendored
1
.github/workflows/submit-release.yml
vendored
|
|
@ -74,6 +74,7 @@ jobs:
|
|||
version=$(xmlstarlet sel -t -v 'string(/addon/@version)' addon.xml)
|
||||
xmlstarlet ed -L -u '/addon/@version' -v "${version}+matrix.1" addon.xml
|
||||
xmlstarlet ed -L -u '/addon/requires/import[@addon="xbmc.python"]/@version' -v '3.0.0' addon.xml
|
||||
xmlstarlet ed -L -u '/addon/requires/import[@addon="inputstream.adaptive"]/@version' -v '19.0.7' addon.xml
|
||||
xmlstarlet ed -L -d '/addon/requires/import[@addon="script.module.infotagger"]' addon.xml
|
||||
git add .
|
||||
git commit -m "Kodi 19 Patch"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.youtube" name="YouTube" version="7.0.2" provider-name="anxdpanic, bromix">
|
||||
<addon id="plugin.video.youtube" name="YouTube" version="7.0.2.1" provider-name="anxdpanic, bromix">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="3.0.1"/>
|
||||
<import addon="script.module.requests" version="2.12.4"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
7.0.2.1
|
||||
[fix] fix Matrix InputStream.Adaptive dependency version
|
||||
|
||||
7.0.2
|
||||
[new] quality and stream feature selection
|
||||
[new] enable HLS live streams
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue