Commit Graph

4115 Commits

Author SHA1 Message Date
julakali 756161f1e7 TorrentSyndikat: Do not filter query, remove wildcard operator. (#5489)
TS removes too short terms automatically. Wildcard causes problems with not indexed terms such as "how" (as in "how to sell drugs online fast").
2019-06-15 07:35:06 +12:00
xfouloux 919bf4d99a yggtorrent: optional beta search engine (#5487)
1. Removed sonarrv3hack and add betasearchengine instead

Search URL is https://...yggurl..../new_search/..... instead of https://...yggurl..../engine/...... when checkbox selected
new_search is less restrictive, and should work better for sonarr V3 and animes too

2. Improved the AnimeEnhancedSearch 
Returning a Exxx when title contains 1 or more digits (up to 4) and surrounded by a space, dash or dot only, it could break movies search, still have to see if it would be better to just match with \d{3,4} only

```
      title_anime:
        text: "{{ .Result.title_phase3 }}"
        filters:
        # Sonarr need E in front of 3 digit number or else it thinks it is episode
        # S01E10 for number 110 for example ==> enhancedAnime
          - name: re_replace
            args: ["(.*)(\\.| |\\-)(\\d{1,4})(\\.| |\\-)(.*)", "$1 E$3 $5"]
      title:
        text: "{{if .Config.enhancedAnime }}{{ .Result.title_anime }}{{else}}{{ .Result.title_phase3 }}{{end}}"
```
2019-06-15 07:33:59 +12:00
snamds 6eb7a3df45 NewPct: New domain (#5485) 2019-06-14 10:41:34 +12:00
sunn0 5a822fe5ab MoreThanTV: switch 4K with 2160p (#5484)
MTV lists 2160p torrents like " ... / 4K", which tools like Sonarr falsely parse as 480p. This should fix it.
2019-06-14 09:21:03 +12:00
Víctor de la Rosa dffefa1044 hachede: switch to cookie login. (#5476) resolves #5474 2019-06-13 07:13:30 +12:00
Garfield69 1cc62c0f7c add torrentquest a public magnet tracker. resolves #5468 2019-06-12 17:51:35 +12:00
Garfield69 46edeabcfa magnetdl: fix leechers and files selectors 2019-06-12 17:49:32 +12:00
Garfield69 e89d1f4616 add oxtorrent a public French site. resolves #5465 2019-06-12 16:33:34 +12:00
Garfield69 65aec0058d add hamsterstudio a semi-private Russian TV site. resolves #5402 2019-06-12 12:18:23 +12:00
Garfield69 11e6e26c12 magnetdl: fix test. resolves #5470
for empty searches, the site has dropped the invalid-cat page, so we search for movies instead
2019-06-12 08:33:02 +12:00
Garfield69 2b59863409 add itorrent a Public Hungarian site. resolves #5459 2019-06-11 18:13:17 +12:00
Garfield69 34f518841e torrent9clone: new domain ww1. 2019-06-11 16:42:43 +12:00
Garfield69 771fb73062 add movcr an Indian Public site. resolves #5443 2019-06-11 15:41:05 +12:00
Garfield69 ba6a4647a0 nebulance: change date selector. #5456 2019-06-10 14:21:07 +12:00
Garfield69 7aadf02167 mactorrents: selector changes. resolves #5453 2019-06-10 13:06:39 +12:00
Garfield69 e9536bff76 add rptorrents a private tracker. resolves #5368 2019-06-09 21:23:39 +12:00
Jorman 012fd043f6 btdb: fetch up to 5 pages (#5445) 2019-06-09 21:21:59 +12:00
Garfield69 d81a8f0217 add yourbittorent a public indexer. resolves #5417 2019-06-09 16:58:38 +12:00
Jorman db97f9eed3 bigtower: Fixed error on searching phase (#5440) 2019-06-09 13:59:33 +12:00
Jorman 94f0e1a732 btdb: fix date parser (#5442) 2019-06-09 13:58:55 +12:00
Garfield69 7b076a001c rockbox: amend row selector. #5393 2019-06-09 13:48:45 +12:00
Garfield69 5fd7210791 Elitetracker: change date format. resolves #5436
also add a few more categories
2019-06-09 13:22:13 +12:00
Garfield69 dcf3956afd remove cinefilhd 2019-06-08 12:31:08 +12:00
Garfield69 73b8495197 pleasuredone: handle different ranks results. #5357 2019-06-08 12:07:41 +12:00
Garfield69 2f86b439e4 yts: new domain. resolves #5422 2019-06-08 07:27:21 +12:00
dvdbot d010053f36 correct the aggregate example (#5412)
Without the `/api` on the end it works but with it doesn't so maybe a typo?
2019-06-07 07:27:34 +12:00
Garfield69 edbb0159e7 torrentgalaxy: update. resolves #5394
drop .torrent support
change row selector
2019-06-06 12:42:32 +12:00
Garfield69 2c770607e6 sportscult: strip uprightbars from title #5378 2019-06-02 06:09:17 +12:00
Garfield69 6191ec0ef4 sportscult: strip %7C from download link for #5378 2019-06-01 20:00:15 +12:00
Garfield69 771e2ea2be sportscult: update download, add new categories. resolves #5378 2019-06-01 07:12:19 +12:00
Garfield69 a16a0ff73c Revert "magnetdl has closed."
This reverts commit deb016fabf.
2019-05-30 08:02:31 +12:00
Garfield69 470550a3c8 limetorrents: add sort by date. resolves #5365 2019-05-29 16:27:09 +12:00
Garfield69 2195c6bb87 torrent9clone: new domain wwv. 2019-05-29 11:55:20 +12:00
djoole f36a3232d8 yggtorrent: fix search keywords (#5364)
Doing again what was done in #4597 (and undoing what was broken in #4791)
Ex : 
Search for **_la""grande""aventure""lego""2_** and you will find 3 results.
Search for **_la grande aventure lego 2_** and you'll find nothing at all.
2019-05-29 11:41:45 +12:00
Garfield69 f7fcc614f7 morethantv: try to provide default quality #5334 2019-05-26 19:28:52 +12:00
Garfield69 c15d6468d2 Revert "morethantv: attempt to handle missing quality. #5334"
This reverts commit ecec867de8.
2019-05-26 16:18:50 +12:00
Garfield69 ecec867de8 morethantv: attempt to handle missing quality. #5334 2019-05-26 11:50:51 +12:00
Garfield69 461834879e zamundanet: update categories 2019-05-26 08:49:27 +12:00
Garfield69 d0507319c5 zelkaorg: update categories 2019-05-26 08:49:11 +12:00
R91g 0921388f9e hdspain: updates (#5330)
- Fixed details url, now when click on a torrent name will open the torrent url correctly
- Added comments (link to topic in forum)
- Added minimum ratio and minimum seed time
- Added "Megapack / Audio Editado" labels as to the title torrent and description.
2019-05-25 11:53:09 +12:00
Garfield69 543ea776c4 freedomtorrent: handler login errors and poster on/off 2019-05-24 22:12:15 +12:00
Garfield69 bb595337bd dxdhd: handle login errors and poster on/off 2019-05-24 22:06:04 +12:00
Garfield69 a3f7575e8e r4e: handle login errors and posters on/off 2019-05-24 22:03:04 +12:00
Garfield69 2c423b3b88 channelx: handle login errors 2019-05-24 21:54:58 +12:00
Garfield69 1253b15061 blutopia: handle posters on/off and login errors 2019-05-24 21:53:02 +12:00
Garfield69 d6f36349c9 channelx: handle posters on/off 2019-05-24 21:49:31 +12:00
Garfield69 46553c3054 hush: update for unit3d 1.9.2 2019-05-24 21:44:01 +12:00
Garfield69 e843f6ce31 add RocketHD a German Private site. resolves #5317 2019-05-24 20:58:53 +12:00
Garfield69 5e4286e382 elitetorrent-biz: new domain .one 2019-05-24 13:51:47 +12:00
Garfield69 2e110e986b newpct: new domain 2019-05-24 07:32:34 +12:00