• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Nikorag / iplayarr / 14726106855

29 Apr 2025 07:49AM UTC coverage: 41.803% (+3.9%) from 37.949%
14726106855

push

github

web-flow
Merge pull request #124 from Nikorag/ytdlp

YT-DLP Support

214 of 563 branches covered (38.01%)

Branch coverage included in aggregate %.

334 of 892 new or added lines in 61 files covered. (37.44%)

26 existing lines in 15 files now uncovered.

755 of 1755 relevant lines covered (43.02%)

3.7 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/validators/OffScheduleFormValidator.ts
1
import episodeCacheService from '../service/episodeCacheService';
×
2
import { Validator } from './Validator';
×
3

4
export class OffScheduleFormValidator extends Validator {
×
5
    async validate({ url }: any): Promise<{ [key: string]: string }> {
NEW
6
        const validatorError: { [key: string]: string } = {};
×
NEW
7
        const brandPid: string | undefined = await episodeCacheService.findBrandForUrl(url);
×
NEW
8
        if (!brandPid) {
×
NEW
9
            validatorError.url = 'Invalid URL';
×
10
        }
11
        return validatorError;
×
12
    }
13
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc