🔌 Socket + RabbitMQ setup for download-client touched folders/files
This commit is contained in:
@@ -4,9 +4,10 @@ export const detectTradePaperbacks = (deck): any => {
|
||||
const paperback = [
|
||||
/((trade)?\s?(paperback)|(tpb))/gim, // https://regex101.com/r/FhuowT/1
|
||||
/(hard\s?cover)\s?(collect((ion)|(ed)|(ing)))/gim, //https://regex101.com/r/eFJVRM/1
|
||||
/(collected\s?editions)/gim, // https://regex101.com/r/40pAm5/1
|
||||
/(?:collects|issues|issue)/gim,
|
||||
];
|
||||
const miniSeries = [
|
||||
|
||||
]
|
||||
const matches = paperback
|
||||
.map((regex) => {
|
||||
return deck.match(regex);
|
||||
|
||||
Reference in New Issue
Block a user