diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-31 11:16:27 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-31 11:16:27 -0500 |
commit | ce5c6fad2468ec7b7cd935d91f64c789c6226749 (patch) | |
tree | 75b03b72a1c695b8750c5feb2fe59a9d975cd321 /tools/processor.php | |
parent | 1f27e4921efae836bce7f375be8d229ec5841755 (diff) | |
download | ytlibre-ce5c6fad2468ec7b7cd935d91f64c789c6226749.tar.lz ytlibre-ce5c6fad2468ec7b7cd935d91f64c789c6226749.tar.xz ytlibre-ce5c6fad2468ec7b7cd935d91f64c789c6226749.zip |
Change to Freedom URL
Diffstat (limited to 'tools/processor.php')
-rw-r--r-- | tools/processor.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/processor.php b/tools/processor.php index 5eb03e1..7f2d69a 100644 --- a/tools/processor.php +++ b/tools/processor.php @@ -118,7 +118,7 @@ if ( $url_standar === FALSE ) { } ///// End Beaking DRM!!! -/* ---- ---- Generated baselink and embed ---- ---- */ +/* ---- ---- Generated URL and embed ---- ---- */ if ( isset( $_SERVER["HTTPS"] ) && $_SERVER["HTTPS"] == "on" ) { $pro = 'https'; } else { @@ -129,3 +129,6 @@ $subject = $pro."://".$_SERVER['SERVER_NAME'].$_SERVER['SCRIPT_NAME']; // Local URL $local_url = preg_replace( '/index.php/', '', $subject ); + +/* ---- ---- Change to Freedom URL ---- ---- */ +$url_freedom = "https://invidio.us/watch?v={$video_id}"; |