Use shutil.get_terminal_size for getting the terminal width if it's available (python...
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 28 Feb 2015 20:42:16 +0000 (21:42 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 28 Feb 2015 20:44:57 +0000 (21:44 +0100)
commit003c69a84b68cadb46aeb8e03115848a722fd675
treec562f029a2868fc1f8efa3753f8acedcd0583a97
parent01349011088b10861e283c245f5da56aa3d5fba0
Use shutil.get_terminal_size for getting the terminal width if it's available (python >= 3.3)
youtube_dl/YoutubeDL.py
youtube_dl/compat.py
youtube_dl/options.py
youtube_dl/utils.py