Skip to content

Commit

Permalink
removed ruhunt as it's dead
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Nov 21, 2017
1 parent b3727b2 commit 6418611
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
40 changes: 0 additions & 40 deletions burst/providers/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -959,46 +959,6 @@
"tv_keywords": "{title} s{season:2}e{episode:2}",
"tv_keywords2": null
},
"ruhunt": {
"anime_extra": "",
"anime_keywords": "{title} {episode}",
"anime_query": "",
"base_url": "http://ruhunt.org/search?q=QUERY&EXTRA&i=s&tag=video",
"color": "FF79BBFF",
"general_extra": "",
"general_keywords": "{title}",
"general_query": "",
"language": "ru",
"login_failed": "",
"login_object": "",
"login_path": null,
"movie_extra": "",
"movie_keywords": "{title} {year}",
"movie_query": "",
"name": "Ruhunt",
"parser": {
"infohash": "",
"name": "item(tag='td', order=2)",
"peers": "item(tag='td', order=6)",
"row": "find_once(tag='table', select=('id', 'torrents'), order=1).find_all(tag='tr')",
"seeds": "item(tag='td', order=5)",
"size": "item(tag='td', order=4)",
"torrent": "item(tag='a', attribute='href')"
},
"private": false,
"season_extra": "",
"season_extra2": "",
"season_keywords": "{title} \u0441\u0435\u0437\u043e\u043d {season}",
"season_keywords2": "{title} S[{season:2}]",
"season_query": "",
"separator": "+",
"show_query": "",
"subpage": null,
"tv_extra": "",
"tv_extra2": "",
"tv_keywords": "{title} s{season:2}e{episode:2}",
"tv_keywords2": "{title} \u0441\u0435\u0437\u043e\u043d {season}"
},
"rutor": {
"anime_extra": "",
"anime_keywords": "{title} {episode}",
Expand Down
1 change: 0 additions & 1 deletion resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<setting label="MagnetDL" id="use_magnetdl" type="bool" default="true" />

<setting label="The Pirate Bay" id="use_thepiratebay" type="bool" default="false" />
<setting label="Ruhunt" id="use_ruhunt" type="bool" default="false" />
<setting label="Rutor" id="use_rutor" type="bool" default="false" />
<setting label="MegaPeer" id="use_megapeer" type="bool" default="false" />
<setting label="Serialz.tv" id="use_serialz" type="bool" default="false" />
Expand Down

0 comments on commit 6418611

Please sign in to comment.