11665dd236
[test] Fix linter for 3aa94d7945
2022-06-15 18:28:19 +01:00
811c480f7b
[YouTube] Support JSON3 subtitle format
...
* subtitle tests updated to match
2022-06-09 15:25:23 +01:00
3aa94d7945
[test] Fix workable subtitle tests (except YT) and mark others as skip, broken
...
* broken tests need to be fixed when fixing the respective IE
2022-06-08 23:11:33 +01:00
ef044be34b
[test] Skip not _WORKING IE in subtitle tests; use unittest.skipTest throughout
2022-06-08 15:52:21 +01:00
3a61e6d360
[rai] improve subtitles extraction ( #27705 )
...
closes #27698
2021-01-07 13:48:45 +00:00
ea17979d83
[test_subtitles] Remove obsolete test
2020-02-29 22:08:43 +07:00
518d5ba519
Fix some tests
2018-04-18 00:10:02 +07:00
c4d6fc6d65
[test_subtitles] Fix raiplay test
2017-04-08 14:11:20 +07:00
920d21b9d3
[test_subtitles] update youtube subtitles tests
2016-02-04 08:50:55 +01:00
189d72d5fd
[test_subtitles] Fix TestRaiSubtitles
...
RaiIE is renamed to RaiTVIE in 06d5556dfa
2016-01-31 20:12:43 +08:00
f11d00fa41
[test_subtitles] remove BlipTV test
2015-12-21 16:52:47 +01:00
66d041f250
[test/subtitles] Add test for DemocracynowIE
2015-11-04 00:53:30 +08:00
f908b74fa3
[test/subtitles] Add test for ThePlatformFeedIE
2015-08-21 01:38:57 +08:00
f0bfaa2d7d
[nrk] Update subtitles test
...
Subtitle conversion routine is removed, so the subtitles are TTML now. See
1c7e2e64f6
2015-05-27 15:23:34 +08:00
7e195d0e92
[funnyordie] Add subtitles test
2015-03-11 22:00:37 +06:00
25ac63ed71
[rtve] Extract subtitles
2015-02-23 23:04:07 +01:00
80970e531b
[test/subtitles] Update checksum for Viki
2015-02-22 11:52:22 +01:00
b7bb76df05
[test/subtitles] Remove some tests
...
Test only with 'allsubtitles', the language selection is already tested in test_YoutubeDL.py
2015-02-22 11:51:57 +01:00
4d17184817
[YoutubeDL] don't set the 'requested_subtitles' without writesubtitles or writeautomaticsub
2015-02-22 00:27:49 +01:00
8807f1277f
[theplatform] Convert to new subtitles system
2015-02-19 14:54:50 +01:00
4f7cea6c53
[viki] Convert to new subtitles system
2015-02-18 20:37:16 +01:00
afbdd3acc3
[rai] Convert to new subtitles system
2015-02-18 20:14:42 +01:00
01561da142
[nrk] Convert to new subtitles system
2015-02-18 18:57:01 +01:00
0af25f784b
[mtv] Convert to new subtitles system
2015-02-18 18:27:45 +01:00
b9b42f2ea0
[npo] Convert to new subtitles system
2015-02-18 17:57:10 +01:00
311c393838
[lynda] Convert to new subtitles system
2015-02-18 17:46:33 +01:00
85920dd01d
[bliptv] Convert to new subtitles system
2015-02-17 21:56:25 +01:00
360e1ca5cc
[youtube] Convert to new subtitles system
...
The automatic captions are stored in the 'automactic_captions' field, which is used if no normal subtitles are found for an specific language.
2015-02-16 22:47:39 +01:00
a1f2a06b34
[dailymotion] Convert to new subtitles system
2015-02-16 21:51:08 +01:00
c84dd8a90d
[YoutubeDL] store the subtitles to download in the 'requested_subtitles' field
...
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.
2015-02-16 21:51:08 +01:00
65469a7f8b
[vimeo] Convert to new subtitles system
...
Removed some tests, the behaviour should be checked in a test for the YoutubeDL class
2015-02-16 21:51:07 +01:00
a504ced097
Improve subtitles support
...
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.
2015-02-16 21:51:03 +01:00
8fb474fb17
[test/subtitles] Fix some tests
...
The checksym for the CeskaTelevize subtitles has changed again, so we just test that it has a reasonable length.
2015-02-15 15:01:07 +01:00
36e7a4ca2e
[test/subtitles] Update checksums
2015-02-13 14:43:50 +01:00
0b54a5b10a
[ceskatelevize] Add subtitles tests
2015-01-07 05:04:15 +06:00
7d900ef1bf
[youtube] Add support for automatically translated subtitles ( fixes #4555 )
...
They have a manually uploaded subtitles track and YouTube can transtale it.
2014-12-31 14:15:16 +01:00
4472f84f0c
[test/test_subtitles] Update checksum for vimeo subtitle file
2014-11-30 19:42:54 +01:00
5f6a1245ff
PEP8 applied
2014-11-23 20:41:03 +01:00
a0f59cdcb4
[tests] Modernize
2014-11-16 15:17:48 +01:00
0ca41c3d9c
[walla] Fix typo
2014-10-09 21:10:07 +07:00
7bc8780c57
[walla] Fix extractor and add subtitle tests
2014-10-07 22:23:05 +07:00
345e37831c
[youtube] Update nosubtitles test
2014-07-11 22:08:04 +07:00
0321213c11
[test_subtitles] Allow more subtitles for TED videos
2014-04-21 13:20:14 +02:00
b0268cb6ce
[vimeo] Remove superfluous whitespace
2014-02-03 20:24:11 +07:00
4edff4cfa8
[vimeo] Add subtitle tests
2014-02-03 20:19:23 +07:00
b4bcffefa3
[blip.tv] Add support for subtitles ( #2274 )
2014-02-03 05:18:30 +01:00
26dca1661e
[ted] Updated checksums
2014-01-17 03:54:54 +01:00
9d8d675e0e
[subtitles-tests] Fix youtube test
...
It returns now a single info_dict
2013-12-23 10:40:28 +01:00
4e0084d92e
[youtube/subtitles] Change MD5 of vtt subtitle in test
2013-11-28 06:14:17 +01:00
d0efb9ec9a
[tests] Remove global_setup function
2013-11-25 03:47:32 +01:00