aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/subtitles.py
Commit message (Expand)AuthorAgeFilesLines
* [subtitles] refactor to support websites with subtitle information theIsmaël Mejía2013-11-021-6/+6
* Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)Jaime Marquínez Ferrándiz2013-09-141-3/+2
* Check for both automatic captions and subtitles with options `--write-sub` an...Jaime Marquínez Ferrándiz2013-09-121-6/+15
* [subtitles] Also list the available automatic captions languages with '--list...Jaime Marquínez Ferrándiz2013-09-111-1/+5
* [youtube] Support automatic captions with original language different from En...Jaime Marquínez Ferrándiz2013-09-111-29/+22
* [subtitles] Use self._download_webpage for extracting the subtitlesJaime Marquínez Ferrándiz2013-09-111-9/+3
* [subtitles] Simplify the extraction of subtitles in subclasses and remove NoA...Jaime Marquínez Ferrándiz2013-09-111-10/+22
* [subtitles] rename SubitlesIE to SubtitlesInfoExtractorJaime Marquínez Ferrándiz2013-09-111-2/+2
* [subtitles] fixed multiple subtitles language separated by comma after mergeIsmael Mejia2013-09-061-14/+19
* [subtitles] Improved docs + new class for servers who don't supportIsmael Mejia2013-08-081-15/+17
* [internal] Improved subtitle architecture + (update inIsmael Mejia2013-08-081-17/+10
* [dailymotion] Added support for subtitles + new InfoExtractor forIsmael Mejia2013-08-071-0/+80