diff options
| author | realS1ant <trb.9900@gmail.com> | 2021-04-11 02:47:01 -0500 |
|---|---|---|
| committer | realS1ant <trb.9900@gmail.com> | 2021-04-11 02:47:01 -0500 |
| commit | 84133947193e67ab2c5de5a550af4c1b007bf2b3 (patch) | |
| tree | 25ea3bcdc197b529da46776db1d85a370e36bf64 /src/test.js | |
| parent | f3d8acbc061e0d40018ace027080c895a04521a3 (diff) | |
| download | StreamFinder-84133947193e67ab2c5de5a550af4c1b007bf2b3.tar.xz StreamFinder-84133947193e67ab2c5de5a550af4c1b007bf2b3.zip | |
minimal changes
Diffstat (limited to 'src/test.js')
| -rw-r--r-- | src/test.js | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/test.js b/src/test.js index 6c10475..abfe9b0 100644 --- a/src/test.js +++ b/src/test.js @@ -2,4 +2,16 @@ const check = require('./check') check.performCheck('387', 'Spongebob Squarepants', 'tv').then(res => { console.log(res) -})
\ No newline at end of file +}) +check.performCheck('298618', 'The%20Flash', 'tv').then(res => { + console.log(res) +}) +check.performCheck('298618', 'The Flash', 'tv').then(res => { + console.log(res) +}) +check.performCheck('4607', 'Lost', 'tv').then(res => { + console.log(res) +}) +check.performCheck('632357', 'The Unholy', 'movie').then(res => { + console.log(res) +}) |
