Skip to content
This repository was archived by the owner on Oct 19, 2019. It is now read-only.

Commit 68dc6d1

Browse files
committed
Fix linting errors
1 parent f698a41 commit 68dc6d1

File tree

14 files changed

+13
-27
lines changed

14 files changed

+13
-27
lines changed

packages/gogoanime-scraper/test/GogoanimeScraper.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { ScraperTester } from 'source-scraper-test-utils';
44

55
const urls = ['https://gogoanime.sh/shingeki-no-kyojin-season-3-episode-3'];
66
ScraperTester.fromStatic(GogoanimeScraper)
7-
.testUrlDetection(urls)
7+
.testUrlDetection(urls)
88
.testScraping(urls)
99
.run();
10-

packages/kissanime-scraper/test/KissanimeScraper.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { ScraperTester } from 'source-scraper-test-utils';
44

55
const urls = ['http://kissanime.ru/Anime/Shingeki-no-Kyojin-Season-3/Episode-001?id=148021'];
66
ScraperTester.fromStatic(KissanimeScraper)
7-
.testUrlDetection(urls)
7+
.testUrlDetection(urls)
88
.testScraping(urls)
99
.run();
10-

packages/masteranime-scraper/test/MasteranimeScraper.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { ScraperTester } from 'source-scraper-test-utils';
44

55
const urls = ['https://www.masterani.me/anime/watch/226-fullmetal-alchemist-brotherhood/1'];
66
ScraperTester.fromStatic(MasteranimeScraper)
7-
.testUrlDetection(urls)
7+
.testUrlDetection(urls)
88
.testScraping(urls)
99
.run();
10-

packages/mp4upload-scraper/test/MP4UploadScraper.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { ScraperTester } from 'source-scraper-test-utils';
44

55
const urls = ['https://mp4upload.com/embed-4gwq9pacjqx3.html'];
66
ScraperTester.fromStatic(MP4UploadScraper)
7-
.testUrlDetection(urls)
7+
.testUrlDetection(urls)
88
.testScraping(urls)
99
.run();
10-

packages/mystream-scraper/test/MyStreamScraper.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { ScraperTester } from 'source-scraper-test-utils';
44

55
const urls = ['https://embed.mystream.to/8g8peyzkqbll'];
66
ScraperTester.fromStatic(MyStreamScraper)
7-
.testUrlDetection(urls)
7+
.testUrlDetection(urls)
88
.testScraping(urls)
99
.run();
10-

packages/openload-scraper/test/OpenloadScraper.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { ScraperTester } from 'source-scraper-test-utils';
44

55
const urls = ['https://openload.co/embed/t0jz0bXYJbY'];
66
ScraperTester.fromStatic(OpenloadScraper)
7-
.testUrlDetection(urls)
7+
.testUrlDetection(urls)
88
.testScraping(urls)
99
.run();
10-

packages/rapidvideo-scraper/test/RapidvideoScraper.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { ScraperTester } from 'source-scraper-test-utils';
44

55
const urls = ['https://www.rapidvideo.com/?v=FO24ULAW2H'];
66
ScraperTester.fromStatic(RapidvideoScraper)
7-
.testUrlDetection(urls)
7+
.testUrlDetection(urls)
88
.testScraping(urls)
99
.run();
10-

packages/source-scraper-flowplayer-runner/test/SimpleFlowplayerScraper.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ ScraperTester.fromStatic(SimpleFlowplayerScraper)
77
.testUrlDetection(urls)
88
.testScraping(urls)
99
.run();
10-

packages/streamango-scraper/test/StreamangoScraper.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { ScraperTester } from 'source-scraper-test-utils';
44

55
const urls = ['https://streamango.com/embed/rrddobalkqkmebnt'];
66
ScraperTester.fromStatic(StreamangoScraper)
7-
.testUrlDetection(urls)
7+
.testUrlDetection(urls)
88
.testScraping(urls)
99
.run();
10-

packages/streamcloud-scraper/test/StreamcloudScraper.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { ScraperTester } from 'source-scraper-test-utils';
44

55
const urls = ['http://streamcloud.eu/94xhoh1ibe1k/SampleVideo_1280x720_1mb.mp4.html'];
66
ScraperTester.fromStatic(StreamcloudScraper)
7-
.testUrlDetection(urls)
7+
.testUrlDetection(urls)
88
.testScraping(urls)
99
.run();
10-

0 commit comments

Comments
 (0)