Skip to content

Commit

Permalink
Refactor NoCacheVideoLanguages URLs to use the develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LimeDrive committed Oct 20, 2024
1 parent 852c88b commit 92f75e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stream_fusion/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
Binary file removed stream_fusion/videos/nocache.mp4
Binary file not shown.

0 comments on commit 92f75e7

Please sign in to comment.