Skip to content

Commit

Permalink
add new mallox
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhighet committed Mar 26, 2024
1 parent 0e0ddce commit 933b1b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -4131,6 +4131,16 @@
"updated": "2024-03-26 21:34:09.384111",
"lastscrape": "2024-03-26 21:34:09.384101",
"enabled": true
},
{
"fqdn": "wtyafjyizleuw4yhepmdsrcfjwmtiysunos6ixchw3r5d7eeimw2rrid.onion",
"title": null,
"version": 3,
"slug": "http://wtyafjyizleuw4yhepmdsrcfjwmtiysunos6ixchw3r5d7eeimw2rrid.onion",
"available": false,
"updated": null,
"lastscrape": "2021-05-01 00:00:00.000000",
"enabled": true
}
],
"profile": []
Expand Down
2 changes: 1 addition & 1 deletion parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ def mallox():
stdlog('parser: ' + 'mallox')
# grep 'class="card-title"' source/mallox-*.html | cut -d '>' -f 2 | cut -d '<' -f 1
parser = '''
sed -n '/fs-3 fw-bold text-gray-900 mb-2/{n;s/^[[:space:]]*//;s/[[:space:]]*<\/div>.*$//p;}' source/mallox-*.html
sed -n '/fs-3 fw-bold text-gray-900 mb-2/{n;s/^[[:space:]]*//;s/[[:space:]]*<\/div>.*$//p;}' source/mallox-*.html | sort -u
'''
posts = runshellcmd(parser)
if len(posts) == 1:
Expand Down
Empty file.

0 comments on commit 933b1b2

Please sign in to comment.