mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-30 23:47:17 +02:00
Add RoDVD tracker
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Jackett
|
||||
# Jackett
|
||||
|
||||
[](https://github.com/Jackett/Jackett/issues)
|
||||
[](https://github.com/Jackett/Jackett/pulls)
|
||||
@@ -120,6 +120,7 @@ Developer note: The software implements the [Torznab](https://github.com/Sonarr/
|
||||
* RapideTracker
|
||||
* RevolutionTT
|
||||
* Rockhard Lossless
|
||||
* RoDVD
|
||||
* RuTracker
|
||||
* SceneAccess
|
||||
* SceneFZ
|
||||
|
@@ -72,7 +72,7 @@
|
||||
search: "{{ .Query.Keywords }}"
|
||||
key: 9
|
||||
rows:
|
||||
selector: td.outer > table > tbody > tr:has(a[href^="details.php?id="])
|
||||
selector: table.torrents > tbody > tr:has(a[href^="details.php?id="])
|
||||
dateheaders:
|
||||
selector: ":has(td.days > font > b)"
|
||||
filters:
|
||||
@@ -103,7 +103,7 @@
|
||||
seeders:
|
||||
text: 9999
|
||||
leechers:
|
||||
text: 9999
|
||||
text: 0
|
||||
banner:
|
||||
selector: a[onmouseover][href^="details.php?id="]
|
||||
attribute: onmouseover
|
||||
|
@@ -617,6 +617,9 @@
|
||||
<Content Include="Definitions\torrenthr.yml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Definitions\rodvd.yml">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="packages.config">
|
||||
<SubType>Designer</SubType>
|
||||
</None>
|
||||
|
Reference in New Issue
Block a user