Skip to content

Commit

Permalink
Add filebase.ws tracker (#278)
Browse files Browse the repository at this point in the history
* add filebase.ws tracker

* add settings for filebase.ws tracker

* mark filebase as public

* make filebase as public in settings
  • Loading branch information
antonsoroko authored Apr 28, 2021
1 parent ce9018c commit be5bb3d
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
47 changes: 47 additions & 0 deletions burst/providers/providers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2956,5 +2956,52 @@
"tv_extra_fallback2": "5",
"tv_keywords_fallback3": "\"{title:original} {season}\"",
"tv_extra_fallback3": "3"
},
"filebase": {
"anime_keywords": "{title:en:ru}",
"anime_keywords_fallback": "{title:original}",
"anime_query": "&c=anime",
"base_url": "http://www.filebase.ws/torrents/search/?search=QUERY&t=liveonly&s=seedD",
"color": "FFF14E13",
"general_keywords": "{title}",
"general_query": "&c=0",
"language": "ru",
"languages": "ru",
"login_failed": "Имя пользователя введено неверно",
"login_object": "{'uid': USERNAME, 'pwd': PASSWORD}",
"login_path": "/login.php",
"movie_keywords": "{title:en:ru} {year}",
"movie_keywords_fallback": "{title:original} {year}",
"movie_query": "&c=0",
"name": "Filebase",
"parser": {
"infohash": "",
"name": "item(tag='a', order=2)",
"peers": "item(tag='td', order=8)",
"row": "find_once('table', ('id', 'torrents_list'), order=1).find_all('tr', start=2)",
"seeds": "item(tag='td', order=7)",
"size": "item(tag='td', order=5)",
"torrent": "'http://www.filebase.ws/download.php?id=%s' % item(tag='a', attribute='href', order=2, divider=('/', 3))"
},
"enabled": true,
"predefined": false,
"private": false,
"subpage": false,
"separator": "+",
"root_url": "http://www.filebase.ws",
"season_query": "&c=EXTRA",
"season_keywords": "{title:en:ru} {season} сезон",
"season_extra": "serials",
"season_keywords_fallback": "{title:en:ru} {season} сезон",
"season_extra_fallback": "cartoons",
"show_query": "&c=EXTRA",
"tv_keywords": "{title:en:ru} {season} сезон {episode} сери",
"tv_extra": "serials",
"tv_keywords2": "{title:en:ru} {season} сезон {episode} сери",
"tv_extra2": "cartoons",
"tv_keywords_fallback": "{title:en:ru} {season} сезон",
"tv_extra_fallback": "serials",
"tv_keywords_fallback2": "{title:en:ru} {season} сезон",
"tv_extra_fallback2": "cartoons"
}
}
4 changes: 4 additions & 0 deletions resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
<setting id="eztv_alias" label="32077" type="text" default="" subsetting="true" visible="eq(-1,true)" />
<setting id="eztv_contains" type="enum" label="32080" subsetting="true" lvalues="32081|32082|32083" visible="eq(-2,true)" />

<setting label="[B]Filebase[/B] [COLOR gray][$ADDON[script.elementum.burst 32114]][/COLOR]" id="use_filebase" type="bool" default="false" />
<setting id="filebase_alias" label="32077" type="text" default="" subsetting="true" visible="eq(-1,true)" />
<setting id="filebase_contains" type="enum" label="32080" subsetting="true" lvalues="32081|32082|32083" visible="eq(-2,true)" />

<setting label="[B]GloTorrents[/B] [COLOR gray][$ADDON[script.elementum.burst 32111]][/COLOR]" id="use_glotorrents" type="bool" default="false" />
<setting id="glotorrents_alias" label="32077" type="text" default="" subsetting="true" visible="eq(-1,true)" />
<setting id="glotorrents_contains" type="enum" label="32080" subsetting="true" lvalues="32081|32082|32083" visible="eq(-2,true)" />
Expand Down

0 comments on commit be5bb3d

Please sign in to comment.