Skip to content

Commit

Permalink
add referer to mgtv, remove xbmcswift2 in pptv/sohu/iqiyi/qq/bilivideo
Browse files Browse the repository at this point in the history
  • Loading branch information
yfang1644 committed Mar 26, 2020
1 parent 26a832b commit be1ad84
Show file tree
Hide file tree
Showing 29 changed files with 658 additions and 594 deletions.
11 changes: 4 additions & 7 deletions addons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
version="2.2.1"
provider-name="yfang1644">
<requires>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
<import addon="script.module.geturl" version="1.0.0"/>
</requires>
Expand Down Expand Up @@ -131,7 +130,6 @@
version="2.6.4"
provider-name="Taxigps,yfang1644">
<requires>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
<import addon="script.module.geturl" version="1.0.0"/>
<import addon="plugin.video.iqiyi" version="2.3.0"/>
Expand Down Expand Up @@ -329,7 +327,7 @@

<addon id="plugin.video.mgtv"
name="芒果TV"
version="1.1.5"
version="1.1.6"
provider-name="yfang1644">
<requires>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
Expand Down Expand Up @@ -483,7 +481,7 @@

<addon id="plugin.video.qq"
name="腾讯视频"
version="2.0.0"
version="2.0.1"
provider-name="yfang1644">
<requires>
<import addon="script.module.beautifulsoup4" version="4.3.2"/>
Expand Down Expand Up @@ -530,10 +528,9 @@

<addon id="plugin.video.youku"
name="优酷视频"
version="2.0.1"
version="2.0.2"
provider-name="yfang1644">
<requires>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
<import addon="script.module.geturl" version="2.0.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
Expand Down Expand Up @@ -779,7 +776,7 @@

<addon id="plugin.video.bilivideo"
name="哔哩哔哩影视"
version="0.9.0"
version="0.9.1"
provider-name="yfang1644">
<requires>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
Expand Down
2 changes: 1 addition & 1 deletion addons.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4deb70e81bfa6ec8e3adfe0dfdd9e238 addons.xml
b30a37c1fc05212a24ad5ddf9e9276f6 addons.xml
3 changes: 1 addition & 2 deletions plugin.video.bilivideo/addon.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.bilivideo"
name="哔哩哔哩影视"
version="0.9.0"
version="0.9.1"
provider-name="yfang1644">
<requires>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
<import addon="script.module.geturl" version="2.0.0"/>
<import addon="plugin.video.qq" version="1.1.0"/>
</requires>
Expand Down
Loading

0 comments on commit be1ad84

Please sign in to comment.