From d01d222d7c6e371cdc8f04ee757f35bb44fdc6e3 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 21 Aug 2025 05:28:26 +1200 Subject: [PATCH] dark-shadow: removed. resolves #7892 --- README.md | 1 - .../Definitions/dark-shadow.yml | 160 ------------------ src/Jackett.Updater/Program.cs | 1 + 3 files changed, 1 insertion(+), 161 deletions(-) delete mode 100644 src/Jackett.Common/Definitions/dark-shadow.yml diff --git a/README.md b/README.md index 41f76b314..3c67ae620 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,6 @@ Prior versions of Jackett are no longer supported. * cspt (财神) * cyanbug (大青虫) * DANISH BYTES - * Dark-Shadow * Darkpeers * Das Unerwartete (D-U) * DataScene (DS) diff --git a/src/Jackett.Common/Definitions/dark-shadow.yml b/src/Jackett.Common/Definitions/dark-shadow.yml deleted file mode 100644 index bf7268b18..000000000 --- a/src/Jackett.Common/Definitions/dark-shadow.yml +++ /dev/null @@ -1,160 +0,0 @@ ---- -id: dark-shadow -name: Dark-Shadow -description: "Dark-Shadow (D-S) is a GERMAN Private Torrent Tracker for MOVIES / TV / GENERAL" -language: de-DE -type: private -encoding: UTF-8 -links: - - https://dark-shadow.me/ -legacylinks: - - https://dark-shadow.ml/ - - https://projekt.dark-shadow.me/ - -caps: - categorymappings: - - {id: 32, cat: Movies/HD, desc: "Filme > HD"} - - {id: 28, cat: Movies/SD, desc: "Filme > SD"} - - {id: 114, cat: Movies/UHD, desc: "Filme > UHD"} - - {id: 140, cat: Movies/BluRay, desc: "Filme > BluRay"} - - {id: 138, cat: Movies, desc: "Filme > Pack's"} - - {id: 147, cat: Movies/HD, desc: "Filme > h266/x266"} - - {id: 57, cat: TV/HD, desc: "Serien > HD"} - - {id: 60, cat: TV/SD, desc: "Serien > SD"} - - {id: 139, cat: TV/UHD, desc: "Serien > UHD"} - - {id: 59, cat: TV, desc: "Serien > Pack's"} - - {id: 110, cat: Audio/MP3, desc: "Audio > MP3"} - - {id: 48, cat: Audio/Lossless, desc: "Audio > Flac"} - - {id: 52, cat: Audio, desc: "Audio > Pack"} - - {id: 63, cat: Audio/Audiobook, desc: "Audio > Hörbuch"} - - {id: 120, cat: Audio/Video, desc: "Audio > Videos"} - - {id: 12, cat: PC/0day, desc: "Apps > Windows"} - - {id: 125, cat: PC/Mac, desc: "Apps > Mac-OSX"} - - {id: 11, cat: PC/Mobile-Other, desc: "Apps > Mobil"} - - {id: 141, cat: PC/ISO, desc: "Apps > Other"} - - {id: 15, cat: TV/Documentary, desc: "Doku > SD"} - - {id: 14, cat: TV/Documentary, desc: "Doku > HD"} - - {id: 148, cat: TV/Documentary, desc: "Doku > UHD"} - - {id: 123, cat: TV/Documentary, desc: "Doku > Pack's"} - - {id: 17, cat: PC/Games, desc: "Spiel > PC"} - - {id: 24, cat: Console, desc: "Spiel > Konsole"} - - {id: 126, cat: Console/Other, desc: "Spiel > Mobil"} - - {id: 121, cat: Console, desc: "Spiel > Wimmelbild"} - - {id: 61, cat: TV/Sport, desc: "Sport > HD"} - - {id: 62, cat: TV/Sport, desc: "Sport > SD"} - - {id: 96, cat: Books/Mags, desc: "ePaper > Zeitungen"} - - {id: 136, cat: Books/EBook, desc: "ePaper > E-Book"} - - {id: 137, cat: Books/Comics, desc: "ePaper > Comics"} - - {id: 143, cat: XXX/x264, desc: "XXX > HD / SD"} - - {id: 149, cat: XXX/Other, desc: "XXX > Magazine"} - - {id: 75, cat: XXX/Pack, desc: "XXX > Pack's"} - - {id: 142, cat: XXX/ImageSet, desc: "XXX > Pic's"} - - modes: - search: [q] - tv-search: [q, season, ep] - movie-search: [q] - music-search: [q] - book-search: [q] - -settings: - - name: info_password - type: info - label: About Password Expiry - default: "D-S has an 8 week Password Expiry regime. So if the Indexer has stopped working then the first thing you should do is check if your password has expired by login in at Dark-Shadow, and if necessary use the Passwort anfordern (Request password) button to renew it." - - name: username - type: text - label: Username - - name: password - type: password - label: Password - - name: onlyupload - type: checkbox - label: Search OnlyUpload - default: false - - name: info_free - type: info - label: About OnlyUpload at D-S - default: "OnlyUpload are torrents where download is not counted but upload is. Good for building your Ratio up. (On the Jackett dashboard search results these are tagged as Freeleech)." - - name: info_activity - type: info - label: Account Inactivity - default: "Inactive accounts will be deactivated after 7 weeks and deleted after another 3 weeks." - -login: - path: login.php - method: form - form: form - inputs: - login_identifier: "{{ .Config.username }}" - password: "{{ .Config.password }}" - loggiin: Login - error: - - selector: div#login_error - - selector: div.error-message - test: - path: index.php - selector: a[href="logout.php"] - -search: - paths: - # https://dark-shadow.me//selection.php?ajax=true&search=&page=1&visible=no&free=no&c32=1&c28=1 - - path: selection.php - response: - type: json - - inputs: - ajax: true - search: "{{ .Keywords }}" - page: 1 - # all=active+inactive, yes=active, no=inactive (the default is all, which ajax simply drops the parm) - # visible: all - # all=all+onlyup, yes=onlyup, no=without onlyup (the default is all, which ajax simply drops the parm) - free: "{{ if .Config.onlyupload }}yes{{ else }}{{ end }}" - $raw: "{{ range .Categories }}c{{.}}=1&{{end}}" - - rows: - selector: $ - - fields: - categorydesc: - selector: category - filters: - - name: htmldecode - title: - selector: name - _id: - selector: id - details: - text: "details.php?id={{ .Result._id }}" - download: - selector: download_link - poster: - selector: cover - size: - selector: size - date: - # 25.12.2024 16:02 - selector: added - filters: - - name: append - args: " +01:00" # CET - - name: dateparse - args: "dd.MM.yyyy HH:mm zzz" - seeders: - selector: seeders - leechers: - selector: leechers - _onlyup: - selector: free_button:contains(Only Upload) - optional: true - downloadvolumefactor: - text: "{{ if .Result._onlyup }}0{{ else }}1{{ end }}" - uploadvolumefactor: - text: 1 - minimumratio: - text: 1.0 - minimumseedtime: - # 1.5 days (as seconds = 1.5 x 24 x 60 x 60) - text: 129600 -# THX JSON diff --git a/src/Jackett.Updater/Program.cs b/src/Jackett.Updater/Program.cs index 92708f1e5..a5699c463 100644 --- a/src/Jackett.Updater/Program.cs +++ b/src/Jackett.Updater/Program.cs @@ -365,6 +365,7 @@ namespace Jackett.Updater "Definitions/dajiao.yml", "Definitions/danishbytes.yml", // migrated to C# "Definitions/dariustracker.yml", + "Definitions/dark-shadow.yml", "Definitions/darktracker.yml", "Definitions/darmowetorenty.yml", // migrated to C# "Definitions/datascene.yml", // switch to *-API #8682