Commit Graph

65 Commits

Author SHA1 Message Date
Garfield69 f7e69095f7 yggtorrent: fix anime hack breaking season search. resolves #6172 2019-10-18 16:56:56 +13:00
Garfield69 1c449e59f5 yggcookie: yggtorrent new domain www3. 2019-10-07 19:56:42 +13:00
xfouloux b3d5d1a8e8 yggtorrent domain extension from .ch to .pe (#6038)
* changed yggtorrent.yml domain from .ch to .pe

* Update yggtorrent.yml

changed domain extension from .ch to .pe
2019-09-25 13:04:13 +12:00
xfouloux 66a3f8e0bc yggtorrent: improve searching. resolves #5955 (#5970)
workaround for anime search after first modification

it for example replace like that : 
One Punch Man S2 10 OR One Punch Man S2 2
BY
One Punch Man S02E10 OR One Punch Man S02E02

#5955
2019-09-09 15:47:50 +12:00
xfouloux f13cdb6ffb yggtorrent: fix year being prefixed with E (#5689)
changed for animes when adding the E in front of numbers, was also adding E in front of years for movies.
2019-07-20 07:35:38 +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
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
Anthony Guillemette 50019e05b7 yggtorrent: replace SUBFRENCH with English (#5309) 2019-05-22 19:03:20 +12:00
Garfield69 7a77245e25 yggtorrent: improve login error recognition. resolves #5283 2019-05-18 08:16:40 +12:00
Garfield69 88f290d558 yggtorrent: new domain .ch #5187 2019-05-06 09:19:00 +12:00
Garfield69 859da99442 yggtorrent: optionally disable sonarrv3hack. resolves #4987 2019-04-02 11:21:49 +13:00
Garfield69 1b740f1a04 yggtorrent: add a legacy lnik for #4946 2019-03-24 15:55:38 +13:00
xfouloux 8dc832d64a yggtorrent: tidy up keyword processing (#4791)
trimed stuff on .Keyword in keywordsfilters instead of re_replace in path because it caused having %20%20 in search .Keyword instead of having only one
2019-02-28 22:06:40 +13:00
Garfield69 9538adcc30 yggtorrent: fix category selector. resolves #4725 2019-02-20 06:47:25 +13:00
xfouloux fa9abf2fed Update yggtorrent.yml catid and add sonarr v3 support (#4721)
tidy up things for sonarrv3 season search to work ok !
also changed the catid selector as it is now in #hidden div
2019-02-19 15:28:07 +13:00
methonan 5968285a39 Alternate search category for movies in yggtorrent (#4704)
* [FIX] Alternate search category for movies in yggtorrent

* Add alternate category/subcategory format
2019-02-17 08:40:21 +13:00
Scott Cooper 293e2efbf7 ygg remove extra quote character (#4679) 2019-02-14 12:57:01 +13:00
xfouloux 001ee19752 Update yggtorrent.yml (#4677)
revert back to two urls because of cloudflare...
2019-02-14 11:34:44 +13:00
Garfield69 38aa3eaa93 yml: standardise use of pre and post slashes on links 2019-02-13 08:18:17 +13:00
djoole c4c91cc462 yggtorrent: replaced " " by """" for improved searches (#4597)
replace spaces in searched name by quotation marks so that a YGG search engine return results on partial keywords
2019-02-05 06:33:55 +13:00
Romain Lecat 5924a4fd22 YggTorrent: domain change www2. (#4565) 2019-01-30 06:09:49 +13:00
Garfield69 d8607ee0f2 yggtorrent: new domain www.yggtorrent.gg 2019-01-25 06:32:19 +13:00
Romain Lecat 655448fb74 Fix for YggTorrent shitty URL management. Thanks to @xfouloux for this. Fixes #4504 (#4521)
* Fix for YggTorrent shitty URL management. Thanks to @xfouloux for this. Fixes #4504

* Add option to perform agressive quality mapping, required for some fr anime releases

* Correct search URL for yggtorrent by default

* Revert "Add option to perform agressive quality mapping, required for some fr anime releases"

This reverts commit b74042362c.
2019-01-24 20:15:18 +11:00
mrhydejc 82c7900f77 YGG: Enhance sonarr compatibility with anime by renaming episode (xxx -> Exxx) (#4478) 2019-01-18 11:04:06 +01:00
kaso17 9fd4bbae4f YGGtorrent: update legacy URLs 2019-01-10 16:00:07 +01:00
Garfield69 cf77ec8932 yggtorrent: new domain 2018-12-17 07:37:04 +13:00
Lucas 201703ecbc YggTorrent URL update (#4260) 2018-12-02 13:38:08 +01:00
kaso17 798a6df506 YGG: update legacy URLs 2018-11-30 03:12:36 +01:00
Lucas 45327e642e Update tracker's URL (#4222) 2018-11-28 09:03:58 +13:00
kaso17 1a31c23602 YGGtorrent: enable followredirect 2018-11-19 14:10:12 +01:00
Garfield69 dabf592acb yggtorrent: domain chaned. resolves #4164 2018-11-15 12:59:17 +13:00
Garfield69 e5682fc48e yggtorrent: new domain 2018-11-04 09:04:07 +13:00
Romain Lecat c545a49755 Replace MULTI with VOSTFR added (#4093) 2018-10-30 09:14:21 +13:00
Garfield69 49de2b0a93 yggtorrent: new domain, resolves #4029 2018-10-20 06:34:38 +13:00
Garfield69 71d368689c yggtorrent: optional replace VOSTFR with ENGLISH. resolves #4023 2018-10-19 08:37:52 +13:00
Garfield69 80f0c1b7da yggtorrent: domain change. resolves #3935 2018-10-08 20:59:52 +13:00
xfouloux 7a49ddda3a Update yggtorrent.yml to ADD MULTI.ENGLISH (#3874)
* Update yggtorrent.yml to ADD MULTI.ENGLISH

Add the MULTI.ENGLISH option in rewrite MULTI

* fix

removed the comma
2018-09-27 13:24:03 +12:00
Garfield69 f6a669ea46 yggtorrent: switch to using id for form 2018-09-16 08:20:24 +12:00
Lucas 8f0ba9cefe Update YGGtorrent url (#3803)
* Update YGGtorrent url

* Update yggtorrent.yml
2018-09-15 21:19:13 +12:00
Garfield69 754337b58f yggtorrent: sort results by publish_date desc. resolves #3775 2018-09-09 11:07:39 +12:00
kaso17 6e59cc4c33 YGGtorrent: update Animation category mapping 2018-08-25 20:09:16 +02:00
Garfield69 6bbb80a54e yggtorrent: changed domain once again. #3670 2018-08-23 13:05:09 +12:00
Lucas 522d7eeb4c Fix YGGtorrent URL (#3615) 2018-08-17 21:58:11 +10:00
eric@skrobs 9ca4600eab yggtorrent: fix URL (#3515)
Fix YGGTorrent url
2018-08-03 06:15:08 +02:00
flightlevel 1a6e1a8c60 Yggtorrent: Add missing slash 2018-07-28 13:11:24 +10:00
flightlevel b5178dc7b8 YggTorrent; Update Url
Fixes https://github.com/Jackett/Jackett/issues/3229
2018-07-21 21:47:45 +10:00
kaso17 8b86146715 YGGtorrent: fix typo 2018-06-28 16:50:45 +02:00
kaso17 5343c9109b YGGtorrent: fix size and add grabs 2018-06-28 16:46:00 +02:00
garfield69 6f7ecbfb7b
Yggtorrent: domain changed, fixes #3228 2018-06-13 13:01:32 +12:00
Celedhrim 47410c5eb6 yggtorrent: fix typo (#3174)
Fix typo if multi language replacement is activate
2018-05-29 22:07:05 +02:00