aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_subtitles.py
Commit message (Collapse)AuthorAgeFilesLines
* [test_subtitles] Fix raiplay testSergey M․2017-04-081-4/+4
|
* [test_subtitles] update youtube subtitles testsremitamine2016-02-041-6/+6
|
* [test_subtitles] Fix TestRaiSubtitlesYen Chi Hsuan2016-01-311-2/+2
| | | | RaiIE is renamed to RaiTVIE in 06d5556dface3901a86419b6b125ef377116448f
* [test_subtitles] remove BlipTV testremitamine2015-12-211-13/+0
|
* [test/subtitles] Add test for DemocracynowIEYen Chi Hsuan2015-11-041-0/+21
|
* [test/subtitles] Add test for ThePlatformFeedIEYen Chi Hsuan2015-08-211-0/+13
|
* [nrk] Update subtitles testYen Chi Hsuan2015-05-271-1/+1
| | | | | Subtitle conversion routine is removed, so the subtitles are TTML now. See 1c7e2e64f6328024711d5fa999d4498396f4cb5c
* [funnyordie] Add subtitles testSergey M․2015-03-111-0/+13
|
* [rtve] Extract subtitlesJaime Marquínez Ferrándiz2015-02-231-0/+15
|
* [test/subtitles] Update checksum for VikiJaime Marquínez Ferrándiz2015-02-221-1/+1
|
* [test/subtitles] Remove some testsJaime Marquínez Ferrándiz2015-02-221-108/+13
| | | | Test only with 'allsubtitles', the language selection is already tested in test_YoutubeDL.py
* [YoutubeDL] don't set the 'requested_subtitles' without writesubtitles or ↵Jaime Marquínez Ferrándiz2015-02-221-5/+5
| | | | writeautomaticsub
* [theplatform] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-191-0/+15
|
* [viki] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-181-0/+13
|
* [rai] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-181-0/+13
|
* [nrk] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-181-0/+13
|
* [mtv] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-181-0/+16
|
* [npo] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-181-0/+13
|
* [lynda] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-181-0/+13
|
* [bliptv] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-171-2/+0
|
* [youtube] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-161-5/+0
| | | | The automatic captions are stored in the 'automactic_captions' field, which is used if no normal subtitles are found for an specific language.
* [dailymotion] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-161-17/+0
|
* [YoutubeDL] store the subtitles to download in the 'requested_subtitles' fieldJaime Marquínez Ferrándiz2015-02-161-1/+1
| | | | | We need to keep the orginal subtitles information, so that the '--load-info' option can be used to list or select the subtitles again. We'll also be able to have a separate field for storing the automatic captions info.
* [vimeo] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-161-17/+0
| | | | Removed some tests, the behaviour should be checked in a test for the YoutubeDL class
* Improve subtitles supportJaime Marquínez Ferrándiz2015-02-161-12/+12
| | | | | | | | | | | | For each language the extractor builds a list with the available formats sorted (like for video formats), then YoutubeDL selects one of them using the '--sub-format' option which now allows giving the format preferences (for example 'ass/srt/best'). For each format the 'url' field can be set so that we only download the contents if needed, or if the contents needs to be processed (like in crunchyroll) the 'data' field can be used. The reasons for this change are: * We weren't checking that the format given with '--sub-format' was available, checking it in each extractor would be repetitive. * It allows to easily support giving a format preference. * The subtitles were automatically downloaded in the extractor, but I think that if you use for example the '--dump-json' option you want to finish as fast as possible. Currently only the ted extractor has been updated, but the old system still works.
* [test/subtitles] Fix some testsJaime Marquínez Ferrándiz2015-02-151-2/+2
| | | | The checksym for the CeskaTelevize subtitles has changed again, so we just test that it has a reasonable length.
* [test/subtitles] Update checksumsJaime Marquínez Ferrándiz2015-02-131-2/+2
|
* [ceskatelevize] Add subtitles testsSergey M․2015-01-071-0/+28
|
* [youtube] Add support for automatically translated subtitles (fixes #4555)Jaime Marquínez Ferrándiz2014-12-311-0/+8
| | | | They have a manually uploaded subtitles track and YouTube can transtale it.
* [test/test_subtitles] Update checksum for vimeo subtitle fileJaime Marquínez Ferrándiz2014-11-301-1/+1
|
* PEP8 appliedJouke Waleson2014-11-231-0/+1
|
* [tests] ModernizePhilipp Hagemeister2014-11-161-19/+20
|
* [walla] Fix typoSergey M․2014-10-091-1/+1
|
* [walla] Fix extractor and add subtitle testsSergey M․2014-10-071-0/+28
|
* [youtube] Update nosubtitles testSergey M․2014-07-111-1/+1
|
* [test_subtitles] Allow more subtitles for TED videosPhilipp Hagemeister2014-04-211-1/+1
|
* [vimeo] Remove superfluous whitespaceSergey M.2014-02-031-1/+1
|
* [vimeo] Add subtitle testsSergey M.2014-02-031-0/+56
|
* [blip.tv] Add support for subtitles (#2274)Philipp Hagemeister2014-02-031-0/+21
|
* [ted] Updated checksumsPhilipp Hagemeister2014-01-171-2/+2
|
* [subtitles-tests] Fix youtube testJaime Marquínez Ferrándiz2013-12-231-4/+0
| | | | It returns now a single info_dict
* [youtube/subtitles] Change MD5 of vtt subtitle in testPhilipp Hagemeister2013-11-281-1/+1
|
* [tests] Remove global_setup functionPhilipp Hagemeister2013-11-251-2/+1
|
* Merge all the subtitles test into a single fileJaime Marquínez Ferrándiz2013-11-101-0/+211
They reuse a base class