-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix alldebrid downloader tests
- Loading branch information
1 parent
9cd3154
commit af5d32b
Showing
10 changed files
with
186 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"status": "success", | ||
"data": { | ||
"magnets": [ | ||
{ | ||
"id": "264640947", | ||
"files": [ | ||
{ | ||
"n": "Big Buck Bunny.en.srt", | ||
"s": 140, | ||
"l": "https://alldebrid.com/f/some-hash" | ||
}, | ||
{ | ||
"n": "Big Buck Bunny.mp4", | ||
"s": 276134947, | ||
"l": "https://alldebrid.com/f/some-other-hash" | ||
}, | ||
{ | ||
"n": "poster.jpg", | ||
"s": 310380, | ||
"l": "https://alldebrid.com/f/some-different-hash" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
src/tests/test_data/alldebrid_magnet_instant_unavailable.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.