korcen 0.3.6__tar.gz → 0.3.7__tar.gz
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.
- {korcen-0.3.6 → korcen-0.3.7}/PKG-INFO +1 -1
- {korcen-0.3.6 → korcen-0.3.7}/korcen/korcen.py +10 -0
- {korcen-0.3.6 → korcen-0.3.7}/korcen.egg-info/PKG-INFO +1 -1
- {korcen-0.3.6 → korcen-0.3.7}/setup.py +1 -1
- {korcen-0.3.6 → korcen-0.3.7}/README +0 -0
- {korcen-0.3.6 → korcen-0.3.7}/korcen/__init__.py +0 -0
- {korcen-0.3.6 → korcen-0.3.7}/korcen.egg-info/SOURCES.txt +0 -0
- {korcen-0.3.6 → korcen-0.3.7}/korcen.egg-info/dependency_links.txt +0 -0
- {korcen-0.3.6 → korcen-0.3.7}/korcen.egg-info/requires.txt +0 -0
- {korcen-0.3.6 → korcen-0.3.7}/korcen.egg-info/top_level.txt +0 -0
- {korcen-0.3.6 → korcen-0.3.7}/setup.cfg +0 -0
@@ -536,6 +536,7 @@ def check(text:str, id: int=None):
|
|
536
536
|
text = re.sub('줫다', '', text)
|
537
537
|
text = re.sub('내쫒은', '', text)
|
538
538
|
text = re.sub('내쫒다', '', text)
|
539
|
+
text = re.sub('좇아', '', text)
|
539
540
|
dick = ["좆", "촟", "조까", "좈", "쫒", "졷", "좃", "줮",
|
540
541
|
"좋같", "좃같", "좃물", "좃밥", "줫", "좋밥", "좋물", "좇"]
|
541
542
|
for i in dick:
|
@@ -712,6 +713,8 @@ def check(text:str, id: int=None):
|
|
712
713
|
text = re.sub('빨리 보지', '', text)
|
713
714
|
text = re.sub('보지도 마', '', text)
|
714
715
|
text = re.sub('보지는 않', '', text)
|
716
|
+
text = re.sub('보지안으', '', text)
|
717
|
+
text = re.sub('보지안아', '', text)
|
715
718
|
text = re.sub('게 보지', '', text)
|
716
719
|
text = re.sub("[^ㄱ-힣]", "", text)
|
717
720
|
text = re.sub('보g', '보지', text)
|
@@ -916,6 +919,8 @@ def check(text:str, id: int=None):
|
|
916
919
|
text = re.sub("작업자", "", text)
|
917
920
|
text = re.sub("자기위로", "자위", text)
|
918
921
|
text = re.sub("위대하지", "", text)
|
922
|
+
text = re.sub("암살자", "", text)
|
923
|
+
text = re.sub("학자", "", text)
|
919
924
|
onahole = ["딸딸이", "질싸", "안에사정", "자위남", "자위녀", "폰섹", "포르노", "폰세엑", "폰쉑", "폰쎅", "질내사정", "그룹섹", "남창", "男色", "누워라이년아",
|
920
925
|
"누웠냐씨방새", "다리벌려", "대줄년", "뒤로너어줘", "딸따뤼", "딸쳐", "떡쳐라", "막대쑤셔줘", "막대핥아줘", "먹고보니내딸", "먹고보니누나", "먹고보니딸",
|
921
926
|
"먹고보니똥개", "먹고보니엄마", "먹고보니응아", "먹고보니재수", "먹고보니처제", "먹고보니형수", "몸뚱이줄께", "몸안에사정", "밖에다쌀께", "박고빼고",
|
@@ -1658,6 +1663,7 @@ def general(text:str, id: int=None):
|
|
1658
1663
|
text = re.sub('줫다', '', text)
|
1659
1664
|
text = re.sub('내쫒은', '', text)
|
1660
1665
|
text = re.sub('내쫒다', '', text)
|
1666
|
+
text = re.sub('좇아', '', text)
|
1661
1667
|
dick = ["좆", "촟", "조까", "좈", "쫒", "졷", "좃", "줮",
|
1662
1668
|
"좋같", "좃같", "좃물", "좃밥", "줫", "좋밥", "좋물", "좇"]
|
1663
1669
|
for i in dick:
|
@@ -1920,6 +1926,8 @@ def sexual(text:str, id: int=None):
|
|
1920
1926
|
text = re.sub('빨리 보지', '', text)
|
1921
1927
|
text = re.sub('보지도 마', '', text)
|
1922
1928
|
text = re.sub('보지는 않', '', text)
|
1929
|
+
text = re.sub('보지안으', '', text)
|
1930
|
+
text = re.sub('보지안아', '', text)
|
1923
1931
|
text = re.sub('게 보지', '', text)
|
1924
1932
|
text = re.sub("[^ㄱ-힣]", "", text)
|
1925
1933
|
text = re.sub('보g', '보지', text)
|
@@ -2124,6 +2132,8 @@ def sexual(text:str, id: int=None):
|
|
2124
2132
|
text = re.sub("작업자", "", text)
|
2125
2133
|
text = re.sub("자기위로", "자위", text)
|
2126
2134
|
text = re.sub("위대하지", "", text)
|
2135
|
+
text = re.sub("암살자", "", text)
|
2136
|
+
text = re.sub("학자", "", text)
|
2127
2137
|
onahole = ["딸딸이", "질싸", "안에사정", "자위남", "자위녀", "폰섹", "포르노", "폰세엑", "폰쉑", "폰쎅", "질내사정", "그룹섹", "남창", "男色", "누워라이년아",
|
2128
2138
|
"누웠냐씨방새", "다리벌려", "대줄년", "뒤로너어줘", "딸따뤼", "딸쳐", "떡쳐라", "막대쑤셔줘", "막대핥아줘", "먹고보니내딸", "먹고보니누나", "먹고보니딸",
|
2129
2139
|
"먹고보니똥개", "먹고보니엄마", "먹고보니응아", "먹고보니재수", "먹고보니처제", "먹고보니형수", "몸뚱이줄께", "몸안에사정", "밖에다쌀께", "박고빼고",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|