Refactor subtitle options from srt to the more generic 'sub'.
authorIsmael Mejia <iemejia@gmail.com>
Fri, 22 Feb 2013 02:13:28 +0000 (03:13 +0100)
committerFilippo Valsorda <filippo.valsorda@gmail.com>
Wed, 20 Mar 2013 07:41:53 +0000 (08:41 +0100)
commit553d097442ad5ee62d227de2e2703a2377dcf40f
treec2878bc4ee4d3fec91e4146a87c4c8bb177c8d48
parentae608b8076497d70e2a95e5e939c1fb31e2dde53
Refactor subtitle options from srt to the more generic 'sub'.
In order to be more consistent with different subtitle formats.
From:
* --write-srt to --write-sub
* --only-srt to --only-sub
* --all-srt to --all-subs
* --srt-lang to --sub-lang'

Refactored also all the mentions of srt for sub in all the source code.
youtube_dl/FileDownloader.py
youtube_dl/InfoExtractors.py
youtube_dl/__init__.py