Skip to content

Commit 752eddc

Browse files
committed
chore: updated adult keywords and sorted
1 parent e7bcd6d commit 752eddc

File tree

5 files changed

+30
-7
lines changed

5 files changed

+30
-7
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ format:
3232

3333
sort:
3434
@poetry run isort $(SRC_DIR)
35+
@poetry run python cli.py dedupe ./PTT/keywords/combined-keywords.txt
3536

3637
test: clean
3738
@poetry run pytest -n 4 --dist=loadscope tests

PTT/adult.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import regex
21
from pathlib import Path
32
from typing import Set
43

4+
import regex
5+
56

67
def load_adult_keywords(filename: str = "combined-keywords.txt") -> Set[str]:
78
"""Load adult keywords from the keywords file."""

PTT/anime.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import regex
22

33
from PTT.parse import Parser
4-
from PTT.transformers import (
5-
boolean
6-
)
4+
from PTT.transformers import boolean
75

86

97
def anime_handler(parser: Parser):

PTT/keywords/combined-keywords.txt

+25-2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ anal-angels
4141
anal-beauty
4242
anal4k
4343
analized
44+
anally
4445
analmom
4546
analonly
4647
analoverdose
@@ -71,13 +72,15 @@ ass fuck
7172
ass licking
7273
ass to mouth
7374
ass xxx
75+
assfucked
7476
assholefever
7577
asstraffic
7678
assy
7779
assylum
7880
atkexotics
7981
atkgirlfriends
8082
atkhairy
83+
auditioning
8184
audrey bitoni
8285
audrey hollander
8386
auntjudys
@@ -95,8 +98,10 @@ badteenspunished
9598
baeb
9699
bang bus
97100
bangbros
101+
bangbrosclips
98102
bangingbeauties
99103
barelylegal
104+
bbc's
100105
bbcparadise
101106
bbcpie
102107
bbcsurprise
@@ -130,6 +135,7 @@ big tits milf
130135
big titties
131136
bigbootytgirls
132137
biggulpgirls
138+
bigtits
133139
billiestar
134140
bisexual threesome
135141
bjraw
@@ -156,6 +162,7 @@ brasilvr
156162
brattymilf
157163
brattysis
158164
brazzers
165+
brazzersextras
159166
bree olsen
160167
breeditraw
161168
briana banks
@@ -203,6 +210,7 @@ cockyboys
203210
colbyknox
204211
college girls
205212
college-uniform
213+
crazycollegegfs
206214
creampie compilation
207215
creampie gangbang
208216
creampie-angels
@@ -317,6 +325,7 @@ faye reagan
317325
femdomempire
318326
femjoy
319327
filthyfamily
328+
filthytaboo
320329
finishhim
321330
first anal
322331
first time
@@ -325,11 +334,13 @@ firstanalquest
325334
firstbgg
326335
firstclasspov
327336
fist each others
337+
fisted
328338
fistertwister
329-
fisting anal
339+
fisting
330340
fit18
331341
fitting-room
332342
foot fetish
343+
foursome
333344
foxxedup
334345
francesca le
335346
free movies
@@ -360,6 +371,7 @@ full movie
360371
futanari
361372
gag-n-gape
362373
gang bang
374+
gangbang
363375
gangbang creampie
364376
gangbangcreampie
365377
gaycest
@@ -463,6 +475,7 @@ interracialblowbang
463475
intimatepov
464476
isis love
465477
isis taylor
478+
issVids
466479
italian anal
467480
italian milf
468481
italian sex
@@ -512,6 +525,8 @@ latina ass
512525
latina milf
513526
latina pussy
514527
latina teen
528+
latinaraw
529+
legalporno
515530
lela star
516531
lesbea
517532
lesbian anal
@@ -665,8 +680,8 @@ old-n-young
665680
oldgoesyoung
666681
oldje
667682
oldje-3some
668-
onlyfans
669683
only fans
684+
onlyfans
670685
onlytarts
671686
onlyteenblowjobs
672687
oopsie
@@ -724,9 +739,11 @@ povmasters
724739
povr
725740
prettydirty
726741
princesscum
742+
privatesociety
727743
producersfun
728744
propertysex
729745
prostate massage
746+
prvs
730747
public disgrace
731748
public masturbation
732749
public sex
@@ -735,6 +752,7 @@ publicsexadventures
735752
pure-ts
736753
puremature
737754
puretaboo
755+
pussy
738756
pussy cum
739757
pussy fuck
740758
pussy licking
@@ -771,7 +789,9 @@ riding compilation
771789
riding creampie
772790
riggsfilms
773791
rim4k
792+
rocco
774793
rocco siffredi
794+
roccos
775795
roccosiffredi
776796
romemajor
777797
ron jeremy
@@ -807,6 +827,7 @@ sexintaxi
807827
sexlikereal
808828
sexmex
809829
sexselector
830+
sextape
810831
sexuallybroken
811832
sexwithmuslims
812833
sexy blonde
@@ -895,6 +916,7 @@ theartporn
895916
theflourishxxx
896917
thehabibshow
897918
thelifeerotic
919+
threesome
898920
threesome sex
899921
threesomes
900922
throated
@@ -1015,3 +1037,4 @@ young girl
10151037
young girls
10161038
young pussy
10171039
youngermommy
1040+
youtuber

cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def main():
2121
combine_parser = subparsers.add_parser('combine', help='Combine and sort keywords from txt files')
2222
combine_parser.add_argument('directory', type=str, help='Directory containing txt files')
2323

24-
# Dedup command
24+
# Dedupe command
2525
dedupe_parser = subparsers.add_parser('dedupe', help='Deduplicate and sort a file by count. Requires `keyword` format on every line.')
2626
dedupe_parser.add_argument('filename', type=str, help='File to deduplicate and sort')
2727

0 commit comments

Comments
 (0)