Skip to content

Commit

Permalink
Remove requirement for pycaption
Browse files Browse the repository at this point in the history
  • Loading branch information
Dis90 committed Mar 8, 2020
1 parent 6021129 commit e3a6112
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Dplay addon for Kodi
This addon is unofficial and it is not supported by Discovery Networks, so it can break at anytime.

# Requirements
- pycaption from https://github.com/aussieaddons/script.module.pycaption/releases
- Firefox (used for login)

# Supported platforms
Expand Down
3 changes: 1 addition & 2 deletions addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<import addon="script.module.requests" version="2.9.1"/>
<import addon="script.module.inputstreamhelper" version="0.2.4"/>
<import addon="inputstream.adaptive" version="2.0.4"/>
<import addon="script.module.pycaption" version="0.5.6"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
Expand All @@ -20,4 +19,4 @@
</assets>
<news></news>
</extension>
</addon>
</addon>

0 comments on commit e3a6112

Please sign in to comment.