diff options
Diffstat (limited to 'bin/fair-viewer')
-rwxr-xr-x | bin/fair-viewer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/fair-viewer b/bin/fair-viewer index 525d2bb..db79106 100755 --- a/bin/fair-viewer +++ b/bin/fair-viewer @@ -207,7 +207,7 @@ my %CONFIG = ( regionCode => undef, # URI options - youtube_video_url => 'https://www.youtube.com/watch?v=%s', + youtube_video_url => 'https://invidio.us/watch?v=%s', # Subtitle options srt_languages => ['en', 'es'], @@ -446,7 +446,7 @@ sub load_config { $cache_dir = catdir(curdir(), '.cache'); } - $CONFIG{cache_dir} = catdir($cache_dir, 'youtube-viewer'); + $CONFIG{cache_dir} = catdir($cache_dir, 'fair-viewer'); $update_config = 1; } |