Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 92f75e7

Browse files
committed
Refactor NoCacheVideoLanguages URLs to use the develop branch
1 parent 852c88b commit 92f75e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stream_fusion/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ class DebridService(str, enum.Enum):
2828
class NoCacheVideoLanguages(str, enum.Enum):
2929
"""Possible languages for which to not cache video results."""
3030

31-
FR = "https://github.com/LimeDrive/stream-fusion/raw/refs/heads/limedrive-TorBox/stream_fusion/static/videos/fr_download_video.mp4"
32-
EN = "https://github.com/LimeDrive/stream-fusion/raw/refs/heads/limedrive-TorBox/stream_fusion/static/videos/en_download_video.mp4"
31+
FR = "https://github.com/LimeDrive/stream-fusion/raw/refs/heads/develop/stream_fusion/static/videos/fr_download_video.mp4"
32+
EN = "https://github.com/LimeDrive/stream-fusion/raw/refs/heads/develop/stream_fusion/static/videos/en_download_video.mp4"
3333

3434
@classmethod
3535
def get_url(cls, language):

stream_fusion/videos/nocache.mp4

-234 KB
Binary file not shown.

0 commit comments

Comments
 (0)