2a88a0c44d
[ted] check for resources validity and extract subtitled downloads( closes #22513 )
2019-09-26 11:44:57 +01:00
cdb7c7d147
[ted] Restrict info regex ( closes #21631 )
2019-07-04 02:04:23 +07:00
dbb1886114
[ted] Improve playlist extraction ( closes #21032 )
2019-06-08 03:07:08 +07:00
c2ee6fa66a
[ted] Fix playlist extraction ( closes #20844 )
2019-06-08 03:07:02 +07:00
f28363ad1f
[ted] correct acodec for http formats( #18923 )
2019-01-19 21:25:53 +01:00
d226c560a6
Refactor code to use url_result
2019-01-01 23:56:05 +07:00
a94e7c195e
[ted] fix extraction for http and rtmp formats( closes #5941 )( closes #17572 )( closes #17894 )
2018-10-15 11:52:01 +01:00
cd3a3ff93b
[ted] Improve extraction and update tests
2018-07-28 22:09:53 +07:00
9a984265b9
[ted] Fix extraction for videos without nativeDownloads ( closes #16756 , closes #17085 )
2018-07-28 21:26:23 +07:00
f2bb33a986
[ted] Fix subtitles extraction ( closes #13628 , closes #13629 )
2017-07-11 21:36:45 +07:00
4917478803
[ted] Fix extraction ( closes #13535 ))
2017-07-01 18:39:01 +07:00
ff99fe529e
Don't list master m3u8 playlists in format list ( closes #12832 )
2017-04-27 21:53:17 +07:00
ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
2017-01-06 00:58:56 +08:00
f628d800fb
[ted] add support for youtube embeds and update tests
2016-04-30 16:34:57 +01:00
11fa3d7f99
[ted] extract all http formats
2016-04-30 15:44:30 +01:00
f22ba4bd60
update tests related to the change in youtube http format sorting
...
the change was done in 82156fdbf0
2016-03-05 21:52:24 +01:00
6621ca39a3
[ted] Skip hls quality selection format
2015-04-20 22:04:42 +06:00
14f7abfa71
[ted] Lower preference for direct audio since it's mono
2015-04-20 22:04:17 +06:00
0f0b5736da
[ted] Fix hls audio/video-only formats
2015-04-20 22:01:02 +06:00
cfbee8a431
[ted] Clarify IE_NAME
2015-04-20 21:42:42 +06:00
736785ab63
[ted] Clarify audio/video-only formats
2015-04-20 21:42:20 +06:00
66ee7b3234
[ted] Extract all formats ( Closes #5397 )
2015-04-10 23:36:28 +06:00
bfc993cc91
Merge branch 'subtitles-rework'
...
(Closes PR #4964 )
2015-02-23 17:13:03 +01:00
03091e372f
[ted] Always extract the subtitles
...
The required info is already in the webpage
2015-02-22 00:27:59 +01:00
a461a11989
[ted] Improve external video handling and add test
2015-02-21 00:14:38 +06:00
1bd838608f
prefer 'code' to 'uri' if present
2015-02-20 18:24:20 +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
cd791a5ea0
[ted] Add support for embed-ssl.ted.com embedded videos
2015-01-05 13:11:13 +01:00
1cc79574fc
Fix imports and general cleanup
...
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions
2014-12-13 12:35:45 +01:00
de9bd74bc2
[ted] Fix type_watch links extraction
2014-12-03 21:17:11 +06:00
9e1a5b8455
PEP8: applied even more rules
2014-11-23 21:39:15 +01:00
eb4cb42a02
[ted] Extract duration ( closes #4155 )
2014-11-12 09:30:57 +01:00
a72cbfacf0
[ted] Add support for external videos ( fixes #3948 )
2014-10-15 12:24:11 +02:00
a8eb5a8e61
[generic] Fix testcases
2014-09-29 05:12:57 +02:00
22a6f15061
Move playlist tests to extractors.
...
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
2014-08-28 00:58:24 +02:00
a9d3890fcb
[ted] Remove md5sum from test
...
This failed multiple times, and the md5sum is not that important anyways.
2014-08-27 17:12:13 +02:00
4d2f143ce5
[ted] Update test md5
2014-06-12 20:33:53 +07:00
5bec574859
[ted] Update test
2014-04-22 19:49:41 +07:00
621f33c9d0
[ted] Extend search for description
2014-04-21 12:37:16 +02:00
f07a9f6f43
[ted] Remove superfluous u prefixes
2014-04-21 12:34:32 +02:00
2d4c98dbd1
[ted] Use the rtmp links if there http downloads are not available.
2014-04-14 15:23:12 +02:00
0ba77818f3
[ted] Add width and height ( Fixes #2716 )
2014-04-07 13:11:30 +02:00
ac6c104871
[ted] Add support for watch/ URLs ( Fixes #2637 )
2014-03-27 02:22:40 +01:00
aab74fa106
[ted] Simplify embed code ( #2587 )
2014-03-20 16:33:23 +01:00
fc26023120
[TEDIE] Add support for embeded TED video URLs
2014-03-20 01:04:21 +10:30
b6c1ceccc2
[ted] Add 'http://' to the thumbnail url if it's missing
2014-03-16 11:24:11 +01:00
7b9965ea93
[ted] Remove unused import and modernize test
2014-03-05 14:27:45 +01:00
bacac173a9
[ted] Style fixes
2014-03-05 13:27:26 +01:00
ca1fee34f2
[ted] Fix playlist extraction and add a test
2014-03-05 13:22:10 +01:00
652bee05f0
[ted] Fix video extraction
...
The site has been redesigned
2014-03-04 21:47:01 +01:00