diff options
author | Jesús <heckyel@hyperbola.info> | 2020-03-02 08:38:10 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-03-02 08:38:10 -0500 |
commit | 979404d8897fa6e9895fe993da5533646ab3c868 (patch) | |
tree | 68734e7374acfa014258efb5ce766de70350387a /bin | |
parent | c67158fa409f1b1b4f98a8621a69bb2013b76451 (diff) | |
download | fair-viewer-979404d8897fa6e9895fe993da5533646ab3c868.tar.lz fair-viewer-979404d8897fa6e9895fe993da5533646ab3c868.tar.xz fair-viewer-979404d8897fa6e9895fe993da5533646ab3c868.zip |
Set freedom URL and hypervideo app default
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/fair-viewer | 4 | ||||
-rwxr-xr-x | bin/gtk-fair-viewer | 6 |
2 files changed, 5 insertions, 5 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; } diff --git a/bin/gtk-fair-viewer b/bin/gtk-fair-viewer index 6b6b424..2053051 100755 --- a/bin/gtk-fair-viewer +++ b/bin/gtk-fair-viewer @@ -214,9 +214,9 @@ my %CONFIG = ( # URI options thumbnail_type => 'medium', - youtube_video_url => 'https://www.youtube.com/watch?v=%s', - youtube_playlist_url => 'https://www.youtube.com/playlist?list=%s', - youtube_channel_url => 'https://www.youtube.com/channel/%s', + youtube_video_url => 'https://invidio.us/watch?v=%s', + youtube_playlist_url => 'https://invidio.us/playlist?list=%s', + youtube_channel_url => 'https://invidio.us/channel/%s', # Subtitle options srt_languages => ['en', 'es'], |