mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:53:24 +00:00
fix ci
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { flags } from '@/index';
|
||||
import { flags } from '@/entrypoint/utils/targets';
|
||||
import { makeEmbed } from '@/providers/base';
|
||||
|
||||
// StreamBucket makes use of https://github.com/nicxlau/hunter-php-javascript-obfuscator
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { flags } from '@/../lib';
|
||||
import { flags } from '@/entrypoint/utils/targets';
|
||||
import { makeEmbed } from '@/providers/base';
|
||||
|
||||
const hlsURLRegex = /file:"(.*?)"/;
|
||||
|
Reference in New Issue
Block a user