Commit Graph

3 Commits

Author SHA1 Message Date
Kicker83 e6b135e151 Added new replace (#3068)
xbytesv2 adds two years in title, when the show has season episodes released in two different years. For example, supergirl season 3, has episodes in 2017 and 2018. In this case xbytesv2 format the title like this: "Supergirl (2017 18/S03/E13/AMZ WEB DL 1080p/AC3 5 1 /DUAL/SUB) Grupo V2" 
This new filter, deletes both years. 
Please don't remove this replace:
          - name: re_replace
            args: ["S(\\d{1,2}) E(\\d{1,2})", "S$1E$2"]
2018-05-05 18:03:54 +12:00
Kicker83 364061fde0 Fixes and optimizations (#3029)
Fixes and optimizations suggested by kaso17
2018-04-26 13:09:18 +00:00
RicardoVelaC f808b61210 Add Spanish tracker xBytesV2 (#2775)
* Add files via upload

* Add files via upload

* Update xbytes2.yml

* Update xbytes2.yml

* Update xbytes2.yml

* Update xbytes2.yml

* fix indent+remove sickrage hack
2018-03-23 17:46:51 +00:00