Age | Commit message (Collapse) | Author |
|
* Make them directly executable again
* Move common stuff (md5, parameters) to helper
* Never import *
* General clean up
|
|
Use a sintax like
tox test.test_download:TestDownload.test_NowVideo
to run the specific test on all the tox environments (Python versions)
|
|
|
|
For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given
|
|
As mentioned in the pull request, I forgot to include this changes.
https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002
|
|
available
|
|
|
|
functionality)
|
|
generic subtitle download.
The idea is that all subtitle downloaders must descend from SubtitlesIE
and implement only three basic methods to achieve the complete subtitle
download functionality. This will allow to reduce the code in YoutubeIE
once it is rewritten.
|