index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_youtube_subtitles.py
Age
Commit message (
Expand
)
Author
2013-10-15
Simplify tests
Philipp Hagemeister
2013-10-12
Add support for single-test tox runs
Filippo Valsorda
2013-10-05
add capability to suppress expected warnings in tests
Filippo Valsorda
2013-09-14
Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)
Jaime Marquínez Ferrándiz
2013-09-06
[subtitles] fixed multiple subtitles language separated by comma after merge
Ismael Mejia
2013-08-08
[subtitles] Added tests to check correct behavior when no subtitles are
Ismael Mejia
2013-08-08
[test] Cleaned subtitles tests
Ismael Mejia
2013-08-08
[subtitles] removed only-sub option (--skip-download achieves the same
Ismael Mejia
2013-07-20
Use a dictionary for storing the subtitles
Jaime Marquínez Ferrándiz
2013-06-27
Simplify FakeYDL
Philipp Hagemeister
2013-06-26
Added support for additional vtt subtitle format (WebVTT) in youtube-dl.
Ismael Mejia
2013-06-25
Add the option "--write-auto-sub" to download automatic subtitles from Youtube
Jaime Marquínez Ferrándiz
2013-06-24
Use the new class in the tests
Jaime Marquínez Ferrándiz
2013-06-23
Remove mentions of old InfoExtractors module
Philipp Hagemeister
2013-05-31
YoutubeIE: fallback to automatic captions when subtitles aren't found (closes...
Jaime Marquínez Ferrándiz
2013-05-10
Import FileDownloader in test_youtube_subtitles
Jaime Marquínez Ferrándiz
2013-05-10
test_youtube_subtitles: FakeDownloader inherits form FileDownloader
Jaime Marquínez Ferrándiz
2013-04-30
Fix FakeDownloaders
Philipp Hagemeister
2013-04-20
The test video for subtitles has added a new language
Jaime Marquínez Ferrándiz
2013-03-20
Added new option '--list-subs' to show the available subtitle languages
Ismael Mejia
2013-03-20
Added new option '--sub-format' to choose the format of the subtitles to down...
Ismael Mejia
2013-03-20
Added new option '--all-srt' to download all the subtitles of a video.
Ismael Mejia
2013-02-21
Added new option '--only-srt' to download only the subtitles of a video
Ismael Mejia
2013-02-21
Removed conversion from youtube closed caption format to srt since youtube ap...
Ismael Mejia
2012-12-20
better Vimeo tests; fixed a couple of VimeoIE fields
Filippo Valsorda
2012-12-17
test subtitles
Filippo Valsorda