Skip to content

Commit

Permalink
upgrade idm
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Aug 10, 2023
1 parent 3da639e commit c2c03e7
Show file tree
Hide file tree
Showing 6 changed files with 653 additions and 352 deletions.
19 changes: 19 additions & 0 deletions src/logic/__snapshots__/download-manager.spec.ts.snap
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`download-manager > should download episode x for the first time 1`] = `
{
"downloaded": 8,
"ep_id": 1234,
"ep_name": "Chapter 1",
"pages": [
"offline://files/1a96284b/30089c30/1a96284a",
"offline://files/1a96284b/30089c30/1a96284b",
"offline://files/1a96284b/30089c30/1a96284c",
"offline://files/1a96284b/30089c30/1a96284d",
"offline://files/1a96284b/30089c30/1a96284e",
"offline://files/1a96284b/30089c30/1a96284f",
"offline://files/1a96284b/30089c30/1a962850",
"offline://files/1a96284b/30089c30/1a962851",
],
"start_download_at": 1690022500169,
}
`;

exports[`download-manager > should forcibly stopped while downloading 1`] = `"time_out"`;
Loading

0 comments on commit c2c03e7

Please sign in to comment.