Unit3Dup 0.8.12__py3-none-any.whl → 0.8.13__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
common/settings.py CHANGED
@@ -13,7 +13,7 @@ from common.utility import ManageTitles
13
13
  from common import trackers
14
14
 
15
15
  config_file = "Unit3Dbot.json"
16
- version = "0.8.12"
16
+ version = "0.8.13"
17
17
 
18
18
  if os.name == "nt":
19
19
  PW_TORRENT_ARCHIVE_PATH: Path = Path(os.getenv("LOCALAPPDATA", ".")) / "Unit3Dup_config" / "pw_torrent_archive"
common/trackers/itt.py CHANGED
@@ -22,7 +22,6 @@ itt_data = {
22
22
  "fullhd": 3,
23
23
  "hevc": 3,
24
24
  "hdrip": 3,
25
- "uhd": 3,
26
25
  "vu": 2,
27
26
  "web-dl": 4,
28
27
  "webdl": 4,
@@ -30,6 +30,8 @@ class TRACKData:
30
30
  def filter_type(self, file_name: str) -> int:
31
31
 
32
32
  file_name = ManageTitles.clean(file_name)
33
+ # >Clean the releaser sign
34
+ file_name = file_name.replace("-", " ")
33
35
  word_list = file_name.lower().strip().split(" ")
34
36
 
35
37
  # Caso 1: Cerca un TYPE_ID nel nome del file
common/utility.py CHANGED
@@ -190,6 +190,7 @@ class ManageTitles:
190
190
  (r'\bBD \bUNTOUCHED\b', 'BD-UNTOUCHED'),
191
191
  (r'\bCINEMA \bMD\b', 'CINEMA-MD'),
192
192
  (r'\bHEVC \bFHC\b', 'HEVC-FHC'),
193
+ (r'\bCBR \bCBZ\b', 'CBR-CBZ'),
193
194
 
194
195
  ]
195
196
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Unit3Dup
3
- Version: 0.8.12
3
+ Version: 0.8.13
4
4
  Summary: An uploader for the Unit3D torrent tracker
5
5
  Author: Parzival
6
6
  License-Expression: MIT
@@ -8,10 +8,10 @@ common/extractor.py,sha256=WKZwt2kQfKO2VJ1rtwE_j6Zl84zICnowZq_Ql16wmRc,4564
8
8
  common/frames.py,sha256=p_jsaXII5tZTVt5ymu-w1hk2c_UMeOn3PZeuVR-wXWY,7973
9
9
  common/mediainfo.py,sha256=U2r1jJejBsV8GP3iPk4O8_NkHO5RQ9Kkh2bKwVNUBmg,6229
10
10
  common/mediainfo_string.py,sha256=8vuWlF2bqWRKpDbn81bV2fPA7hbl7RwOnxN2i4E3zNE,3958
11
- common/settings.py,sha256=HSD2VbmARmoCZYe07ZyntN2eLtfnjI5wGxQBA52v6_w,32782
11
+ common/settings.py,sha256=Y18iSTmFJg-OPSD5Z7wicGJpiWJ_l5p4R6siyE3DLl0,32782
12
12
  common/title.py,sha256=nFainfUBTYW9ML4Y-CB9ZFD_Es-OZXcAMPUo6D09u3k,3793
13
13
  common/torrent_clients.py,sha256=NOIpYtLG_bA19HwcH9ahGFmGNtRkoMO6nAjma-JzDfs,12040
14
- common/utility.py,sha256=BvIwpfE2lqSVSjWivYNVDXonEjsWWBfQbZI31RqwXjM,8603
14
+ common/utility.py,sha256=r5MuFrafAzSJbe7DLx8uMKSG1qQi8k6oA43Y_qJhH7A,8647
15
15
  common/external_services/__init__.py,sha256=rU7HPEcZ7WQFD8eqDzuye2xHPBjxXPwPqpt7IT08mkM,178
16
16
  common/external_services/imageHost.py,sha256=BpdtGZUtZHl4QJwFKyJs_BI6z4gHI4wu_Beu-fnfkDw,9588
17
17
  common/external_services/imdb.py,sha256=AIo8CO-SfP_uNocDeNY08hpvCAnuotoI7hYUytDiMQA,579
@@ -68,9 +68,9 @@ common/external_services/trailers/api.py,sha256=BT_qArt1bEEGOntFYRcqEvZYH7aPE77u
68
68
  common/external_services/trailers/response.py,sha256=WX_wiG-ukEVLora5tmnMTv-aW6GzbSVgQMchVgGn_l0,774
69
69
  common/trackers/__init__.py,sha256=-vPkc4fbIG_0Jt0yS3aeYGAwYbYgpmP0i8i6LRJmrOk,164
70
70
  common/trackers/data.py,sha256=V3gxTvLJeXnFSDreEewg0Teulu-tPkcQ8Plrm6AVQww,873
71
- common/trackers/itt.py,sha256=DA6-mANWbw2ew0mdueBsuzitkV3d6N6KH3GyV_CGIIY,4046
71
+ common/trackers/itt.py,sha256=cB0D5ZpMbGgEOAKloET9dS_fAFclhzwPPwRFt-LStX0,4019
72
72
  common/trackers/sis.py,sha256=AahQH-FxAqS19vgEFylOJzeY0_SHr27_Tibs7lraSdI,3480
73
- common/trackers/trackers.py,sha256=AtUaR01eUXf4sC1HjeqmZXhjbGBWpvv0aKwJFm1-oDs,1382
73
+ common/trackers/trackers.py,sha256=sts5l_x27V2Op1Y6Au5FoQujspSkWMPWyEYMfcmVYLA,1467
74
74
  unit3dup/__init__.py,sha256=seXz3lHgdrUBiOnhC6Je47npS66UZ0c62VFuoH3z5Mk,78
75
75
  unit3dup/__main__.py,sha256=CDazL8WFGv_Y6y875s3Ej-0QK5MPytbTJm_vsPHWB-A,9270
76
76
  unit3dup/automode.py,sha256=HIJrE8qEHp7DZQbppNtB_8jHY3Q94d6frp7BXnZuEac,4387
@@ -95,11 +95,11 @@ unit3dup/media_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3
95
95
  unit3dup/media_manager/common.py,sha256=hG2zOw7ocQfZyI1dhusbehxswpIrZK7T2aAbCNwULqA,10138
96
96
  unit3dup/web/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
97
97
  unit3dup/web/main.py,sha256=BzjKDgAjKZMnoQwx7nDDbs_64kCrFO1VYpbHmsGiFVc,1267
98
- unit3dup-0.8.12.dist-info/licenses/LICENSE,sha256=GNAZDLhU0xz8QPbIyHAOYlVnQYDvKWk2N9fZJMhqaG8,1090
98
+ unit3dup-0.8.13.dist-info/licenses/LICENSE,sha256=GNAZDLhU0xz8QPbIyHAOYlVnQYDvKWk2N9fZJMhqaG8,1090
99
99
  view/__init__.py,sha256=XIzb6rl58HmYPnksD73cYMFF88dn6FHa3u7bOHFbChk,81
100
100
  view/custom_console.py,sha256=OITmkEoQH9N_uE5ElPaSdc8XvaLzE9wcwTbOHtcMvrI,5629
101
- unit3dup-0.8.12.dist-info/METADATA,sha256=fBz50i0Oq27vdFC1Xj6L7lI6koeKkBJNyAcbqmo-KJs,4864
102
- unit3dup-0.8.12.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
103
- unit3dup-0.8.12.dist-info/entry_points.txt,sha256=fxXSyI6-r6jy9_v-C5ZHm03q1aC3tE9EvCQZxC1NQnI,52
104
- unit3dup-0.8.12.dist-info/top_level.txt,sha256=19NVMnQNkJxBUKebRNaYCRs56A5CO4U1L67GMQCPiLU,21
105
- unit3dup-0.8.12.dist-info/RECORD,,
101
+ unit3dup-0.8.13.dist-info/METADATA,sha256=m33LV7uVhDsgmFLX62hagVe35rDjIFuJQgxQHqeTANQ,4864
102
+ unit3dup-0.8.13.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
103
+ unit3dup-0.8.13.dist-info/entry_points.txt,sha256=fxXSyI6-r6jy9_v-C5ZHm03q1aC3tE9EvCQZxC1NQnI,52
104
+ unit3dup-0.8.13.dist-info/top_level.txt,sha256=19NVMnQNkJxBUKebRNaYCRs56A5CO4U1L67GMQCPiLU,21
105
+ unit3dup-0.8.13.dist-info/RECORD,,