Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-22 | [test/YoutubeDL] Add test for subtitles | Jaime Marquínez Ferrándiz | |
Updated the offlinetest make target to not skip it | |||
2015-02-22 | [ted] Always extract the subtitles | Jaime Marquínez Ferrándiz | |
The required info is already in the webpage | |||
2015-02-22 | [YoutubeDL] don't set the 'requested_subtitles' without writesubtitles or ↵ | Jaime Marquínez Ferrándiz | |
writeautomaticsub | |||
2015-02-19 | Remove the SubtitlesInfoExtractor class | Jaime Marquínez Ferrándiz | |
No longer needed | |||
2015-02-19 | [bbccouk] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
I haven't found any video available outside the UK, so I haven't added tests. I have updated how the srt file is build, because (at least for www.bbc.co.uk/programmes/p02j9b69) the subtitles is inside 'span' elements. | |||
2015-02-19 | [theplatform] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-18 | [viki] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-18 | [rai] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-18 | [nrk] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-18 | [mtv] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-18 | [npo] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-18 | [lynda] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-18 | [drtv] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-18 | [mit] Don't set the subtitles field | Jaime Marquínez Ferrándiz | |
YouTube already provides them in more formats | |||
2015-02-17 | [YoutubeDL] use the 'render_table' function for listing the subtitles | Jaime Marquínez Ferrándiz | |
2015-02-17 | [extractor/common] Simplify subtitles handling methods | Jaime Marquínez Ferrándiz | |
Initially I was going to use a single method for handling both subtitles and automatic captions, that's why I used the 'list_subtitles' and the 'subtitles' variables. | |||
2015-02-17 | [bliptv] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-17 | [walla] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-17 | [ceskatelevize] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-16 | [youtube] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
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 | [dailymotion] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-16 | [YoutubeDL] store the subtitles to download in the 'requested_subtitles' field | Jaime Marquínez Ferrándiz | |
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 | [vimeo] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
Removed some tests, the behaviour should be checked in a test for the YoutubeDL class | |||
2015-02-16 | [atresplayer] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-16 | [crunchyroll] Convert to new subtitles system | Jaime Marquínez Ferrándiz | |
2015-02-16 | Improve subtitles support | Jaime Marquínez Ferrándiz | |
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-15 | [test/subtitles] Fix some tests | Jaime Marquínez Ferrándiz | |
The checksym for the CeskaTelevize subtitles has changed again, so we just test that it has a reasonable length. | |||
2015-02-15 | [bbccouk] Fix fallback to legacy playlist | Sergey M․ | |
2015-02-15 | [history] Add extractor (Closes #4934) | Sergey M․ | |
2015-02-15 | [theplatform] Add URL sign capability | Sergey M․ | |
2015-02-14 | [extractor/common] Fix link to external documentation | Jaime Marquínez Ferrándiz | |
2015-02-14 | Remove unused imports | Jaime Marquínez Ferrándiz | |
2015-02-14 | [streamcz] Fix extraction (Closes #4940) | Naglis Jonaitis | |
2015-02-14 | [drtuber] Add one more title regex | Sergey M․ | |
2015-02-14 | Merge pull request #4951 from peugeot/beeg | Sergey M. | |
[beeg] fix test | |||
2015-02-14 | Merge pull request #4950 from peugeot/drtuber | Sergey M. | |
[drtuber] fix extraction | |||
2015-02-14 | [beeg] fix test | peugeot | |
2015-02-14 | [drtuber] fix extraction | peugeot | |
2015-02-14 | [sunporno] Keep old video regex just in case | Sergey M․ | |
2015-02-14 | Merge pull request #4949 from peugeot/sunporno | Sergey M. | |
[sunporno] fix extraction | |||
2015-02-14 | [sunporno] fix extraction | peugeot | |
2015-02-14 | Credit @ryandesign for nbcnews nightly news (#4948) | Sergey M․ | |
2015-02-14 | Merge branch 'ryandesign-nbc-nightly-news' | Sergey M․ | |
2015-02-14 | [nbcnews] Simplify | Sergey M․ | |
2015-02-14 | Support NBC Nightly News broadcasts | Ryan Schmidt | |
2015-02-13 | [postprocessor/ffmpeg] Don't let ffmpeg read from stdin (fixes #4945) | Jaime Marquínez Ferrándiz | |
If you run 'while read aurl ; do youtube-dl --extract-audio "${aurl}"; done < path_to_batch_file' (batch_file contains one url per line) each call to youtube-dl consumed some characters and 'read' would assing to 'aurl' a non valid url, something like 'tube.com/watch?v=<id>'. | |||
2015-02-14 | [1tv] Cover arbitraty URLs | Sergey M․ | |
2015-02-13 | [camdemy] Fix _VALID_URL | Sergey M․ | |
2015-02-13 | [test/subtitles] Update checksums | Jaime Marquínez Ferrándiz | |
2015-02-13 | [bambuser] Fix 'uploader_id' extraction (fixes #4944) | Jaime Marquínez Ferrándiz | |