aboutsummaryrefslogtreecommitdiffhomepage
path: root/dummy-data/rtorrent
diff options
context:
space:
mode:
authorlindely <git@bokse.nl>2022-10-31 10:09:59 +0100
committerGitHub <noreply@github.com>2022-10-31 02:09:59 -0700
commit51ba5ff503605194516b81e322e98263f60e58b2 (patch)
treeb8bba4d633a712e895dbbcc28bebb813c60d60a3 /dummy-data/rtorrent
parent7edcfe0705ea2b4349da2e2bde581a8be872cd6f (diff)
downloadhomer-51ba5ff503605194516b81e322e98263f60e58b2.tar.gz
homer-51ba5ff503605194516b81e322e98263f60e58b2.tar.zst
homer-51ba5ff503605194516b81e322e98263f60e58b2.zip
Service for rTorrent. (#511)
Service for rTorrent.
Diffstat (limited to 'dummy-data/rtorrent')
-rw-r--r--dummy-data/rtorrent/download_list10
-rw-r--r--dummy-data/rtorrent/global_down6
-rw-r--r--dummy-data/rtorrent/global_up6
3 files changed, 22 insertions, 0 deletions
diff --git a/dummy-data/rtorrent/download_list b/dummy-data/rtorrent/download_list
new file mode 100644
index 0000000..1d08e51
--- /dev/null
+++ b/dummy-data/rtorrent/download_list
@@ -0,0 +1,10 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<methodResponse>
3<params>
4<param><value><array><data>
5<value><string>2BAC78C9E10D82415142E57D24601F2FD8927816</string></value>
6<value><string>8BB10DB9EA239106D4907601C342ABBA29BE4391</string></value>
7<value><string>2790CE71493BE7083929D5A1CE9CFD6B8394F224</string></value>
8</data></array></value></param>
9</params>
10</methodResponse> \ No newline at end of file
diff --git a/dummy-data/rtorrent/global_down b/dummy-data/rtorrent/global_down
new file mode 100644
index 0000000..d48e884
--- /dev/null
+++ b/dummy-data/rtorrent/global_down
@@ -0,0 +1,6 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<methodResponse>
3<params>
4<param><value><i8>149279</i8></value></param>
5</params>
6</methodResponse> \ No newline at end of file
diff --git a/dummy-data/rtorrent/global_up b/dummy-data/rtorrent/global_up
new file mode 100644
index 0000000..93a009c
--- /dev/null
+++ b/dummy-data/rtorrent/global_up
@@ -0,0 +1,6 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<methodResponse>
3<params>
4<param><value><i8>45616</i8></value></param>
5</params>
6</methodResponse> \ No newline at end of file