upadted to 1.24.0; fixed stb and spiddped doubles in precene
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
scope:
|
||||
allow: [info, web, rutracker, prescene]
|
||||
default: web
|
||||
allow: [info, web, rutracker, prescene, stb, metal-archives, console]
|
||||
default: console
|
||||
mail:
|
||||
amok.space:
|
||||
dial-tls: mail.amok.space:993
|
||||
4
config/scope/console.yaml
Normal file
4
config/scope/console.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
role: console
|
||||
console:
|
||||
cmd:
|
||||
create: [scope]
|
||||
2
config/scope/metal-archives.yaml
Normal file
2
config/scope/metal-archives.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
role: console
|
||||
metal-archives:
|
||||
@@ -3,11 +3,12 @@ endpoint: https://scnlog.me/music/flac/
|
||||
endpoint-next: page/%s/
|
||||
sleep-before-next-iteration: 5s
|
||||
levels-to-scrape: 5
|
||||
cmd: go run .\cmd\main.go --scope-enable prescene --single-uri page/1/?s=<%search_criteria%>
|
||||
groups:
|
||||
tags:
|
||||
neformat:
|
||||
- SHGZ
|
||||
remove:
|
||||
ignore:
|
||||
- BIGLOVE
|
||||
- CT
|
||||
- ENViED
|
||||
@@ -16,7 +17,6 @@ groups:
|
||||
- PTCx
|
||||
- SHGZ
|
||||
- XiVERO
|
||||
ignore:
|
||||
- "401"
|
||||
- 6DM
|
||||
- AFO
|
||||
@@ -44,12 +44,14 @@ groups:
|
||||
- JRO
|
||||
- KINDA
|
||||
- MAHOU
|
||||
- MEOWZiK
|
||||
- MARiBOR
|
||||
- MFDOS
|
||||
- MLS
|
||||
- Mrflac
|
||||
- MUNDANE
|
||||
- MyDad
|
||||
- OBZEN
|
||||
# - OBZEN
|
||||
- OTT
|
||||
- PERFECT
|
||||
- PLAYLiST
|
||||
@@ -61,9 +63,15 @@ groups:
|
||||
- ROSiN
|
||||
- STAX
|
||||
- THEVOiD
|
||||
- TiMES
|
||||
# - TiMES
|
||||
- TM
|
||||
- TVRf
|
||||
- VEXED
|
||||
# - VEXED
|
||||
- WAVED
|
||||
- YARD
|
||||
- HiTE
|
||||
- RPO
|
||||
- MEOWZiK
|
||||
- STONERD
|
||||
- TR
|
||||
- W4GN3R
|
||||
|
||||
@@ -15,9 +15,10 @@ topic:
|
||||
11: [ 1869, 1815 ]
|
||||
12: [ 1788, 1719 ]
|
||||
13: [ 739, 1779 ]
|
||||
14: [ 951, 1796 ]
|
||||
14: [ 951, 1702 ]
|
||||
15: [ 1740, 1730 ]
|
||||
16: [ 1736, 1720 ]
|
||||
16: [ 1736, 1720 ]
|
||||
17: [ 1746, 1728 ]
|
||||
18: [ 1744, 1724 ]
|
||||
19: [ 1748, 1815 ]
|
||||
|
||||
29
config/scope/stb.yaml
Normal file
29
config/scope/stb.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
role: console
|
||||
stb:
|
||||
endpoint: stb@amok.space
|
||||
#mailboxes: ["INBOX"]
|
||||
#mailboxes: ["INBOX", "Junk Mail", "Done"]
|
||||
mailboxes: ["Junk Mail"]
|
||||
#mailboxes: ["Done"]
|
||||
search-criteria: ["Your Share The Brutality digest", "noreply@sharethebrutality.info"]
|
||||
move-processed-to-mailbox:
|
||||
succeed: Processed/Succeed
|
||||
#succeed: Done
|
||||
failed: Processed/Failed
|
||||
suspicious: Processed/Suspicious
|
||||
sender:
|
||||
mailbox: noreply
|
||||
host: sharethebrutality.info
|
||||
subject: Your Share The Brutality digest
|
||||
db-type: nnmc
|
||||
regex:
|
||||
type-id: (?is)^\/forum\/topic\/(\d+)-
|
||||
who-genre: (?is)^(.*) created a topic in (Discographies|Death Metal|Old School Death|Other Genres|Your Own Rips)
|
||||
topics:
|
||||
discographies: 9
|
||||
death metal: 11
|
||||
old school death: 33
|
||||
other genres: 40
|
||||
your own rips: 14
|
||||
storage:
|
||||
filepath: c:\tmp\mdb\stb\
|
||||
Reference in New Issue
Block a user