Added TODO

This commit is contained in:
Eric Torres 2018-11-12 19:32:39 -08:00
parent 35f2b732af
commit dc22021648

View File

@ -8,6 +8,9 @@ Usage
>>> dlaudio -f flac -n <filename> "<url>" >>> dlaudio -f flac -n <filename> "<url>"
""" """
# TODO add support for downloading in flac, and then reencoding it
# in opus
import argparse import argparse
import pathlib import pathlib
import subprocess import subprocess