diff options
| author | Ab30657 <amar_ronaldo30657@yahoo.com> | 2021-04-11 13:45:06 +0545 |
|---|---|---|
| committer | Ab30657 <amar_ronaldo30657@yahoo.com> | 2021-04-11 13:45:06 +0545 |
| commit | 936191c47a3bc4781df2a3ddeed7209fff5ed8cb (patch) | |
| tree | 6e2efad3db44042fa3b177f1002eb24c3df0eaa9 /src/test.js | |
| parent | b1b09e87e75cf4adc0ae027b35358cf72e2ad3cc (diff) | |
| parent | 14198b83d6fdab123873744f7056eb9ecfd783e5 (diff) | |
| download | StreamFinder-936191c47a3bc4781df2a3ddeed7209fff5ed8cb.tar.xz StreamFinder-936191c47a3bc4781df2a3ddeed7209fff5ed8cb.zip | |
Merge branch 'main' of https://github.com/FivePixels/StreamFinder into amar
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) +}) |
