Skip to content

Commit

Permalink
fixed missing ruhunt
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Nov 21, 2017
1 parent 6418611 commit 9cfa34e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.elementum.burst" name="Elementum [COLOR FFFF6B00]Burst[/COLOR]" version="0.0.2" provider-name="elgatito">
<addon id="script.elementum.burst" name="Elementum [COLOR FFFF6B00]Burst[/COLOR]" version="0.0.3" provider-name="elgatito">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="plugin.video.elementum" optional="false"/>
Expand Down
9 changes: 0 additions & 9 deletions burst/providers/burst_overrides.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,6 @@ def source():
}
},

# Ruhunt
'ruhunt': {
'base_url': "http://ruhunt.org/search?q=QUERYEXTRA&i=s",
'season_keywords': u"{title} \"Сезон {season}\"",
'season_keywords2': "{title} [S{season:2}]",
'tv_keywords': "{title} s{season:2}e{episode:2}",
'tv_keywords2': u"{title} \"Сезон {season}\""
},

# Rutor
'rutor': {
'anime_query': "0/10/300/2/QUERYEXTRA",
Expand Down

0 comments on commit 9cfa34e

Please sign in to comment.