First self-hosted release

This commit is contained in:
Gabisonfire
2024-01-17 00:27:03 -05:00
parent 94ec4a7a52
commit a34e40fbc8
16 changed files with 1742 additions and 95 deletions

15
addon/hosted/config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"1337x": {
"sleep": 10,
"urls_to_scrape": [
"https://1337x.to/trending/w/movies/",
"https://1337x.to/trending/d/movies/"
],
"scrape_interval": {
"days": 0,
"hours" : 1,
"minutes": 0,
"seconds": 0
}
}
}