#!/bin/bash

youtube-dl -i -w -o "%(title)s" "$1"
