diff --git a/stream_fusion/settings.py b/stream_fusion/settings.py index deb5329..69a9b84 100644 --- a/stream_fusion/settings.py +++ b/stream_fusion/settings.py @@ -28,8 +28,8 @@ class DebridService(str, enum.Enum): class NoCacheVideoLanguages(str, enum.Enum): """Possible languages for which to not cache video results.""" - FR = "https://github.com/LimeDrive/stream-fusion/raw/refs/heads/limedrive-TorBox/stream_fusion/static/videos/fr_download_video.mp4" - EN = "https://github.com/LimeDrive/stream-fusion/raw/refs/heads/limedrive-TorBox/stream_fusion/static/videos/en_download_video.mp4" + FR = "https://github.com/LimeDrive/stream-fusion/raw/refs/heads/develop/stream_fusion/static/videos/fr_download_video.mp4" + EN = "https://github.com/LimeDrive/stream-fusion/raw/refs/heads/develop/stream_fusion/static/videos/en_download_video.mp4" @classmethod def get_url(cls, language): diff --git a/stream_fusion/videos/nocache.mp4 b/stream_fusion/videos/nocache.mp4 deleted file mode 100644 index 0e24b78..0000000 Binary files a/stream_fusion/videos/nocache.mp4 and /dev/null differ