This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="author" content="Nioub [email protected]"> | |
<title>Javascript basic data containers' cheatsheet</title> | |
<style> | |
table { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#Youtube-DL DASH Video and Audio merging script | |
#Written by QuidsUp | |
#Edited by Christoph Korn | |
#Edited by William Leung | |
#Edited by Joel Thieffry | |
URL=$1 | |
if [ -z $URL ]; then | |
echo "Usage: ytdl.sh url" |