- 12 Sep, 2013 2 commits
-
-
Philipp Hagemeister authored
-
Jaime Marquínez Ferrándiz authored
Check for both automatic captions and subtitles with options `--write-sub` and `--write-auto-sub` (fixes #1224)
-
- 11 Sep, 2013 15 commits
-
-
Jaime Marquínez Ferrándiz authored
-
Jaime Marquínez Ferrándiz authored
-
Jaime Marquínez Ferrándiz authored
[youtube] Support automatic captions with original language different from English (fixes #1225) and download in multiple languages.
-
Jaime Marquínez Ferrándiz authored
-
Jaime Marquínez Ferrándiz authored
-
http://www.howcast.com/videos/{video_id}Jaime Marquínez Ferrándiz authored
It takes too much to follow the redirection.
-
Jaime Marquínez Ferrándiz authored
It raises ExtractorError for the same exceptions we have to catch.
-
Jaime Marquínez Ferrándiz authored
[subtitles] Simplify the extraction of subtitles in subclasses and remove NoAutoSubtitlesInfoExtractor Subclasses just need to call the method extract_subtitles, which will call _extract_subtitles and _request_automatic_caption Now the default implementation of _request_automatic_caption returns {}. -
Jaime Marquínez Ferrándiz authored
Otherwise it can be automatically detected as a IE ready for use.
-
Jaime Marquínez Ferrándiz authored
-
Ismael Mejia authored
-
Ismael Mejia authored
-
Jaime Marquínez Ferrándiz authored
-
Philipp Hagemeister authored
-
Jaime Marquínez Ferrándiz authored
-
- 10 Sep, 2013 6 commits
-
-
Jaime Marquínez Ferrándiz authored
It uses the same system as Pluzz, create a base class for both extractors.
-
Philipp Hagemeister authored
Wrong property name
-
Pierre Rudloff authored
-
Pierre Rudloff authored
-
Philipp Hagemeister authored
-
Jaime Marquínez Ferrándiz authored
-
- 09 Sep, 2013 3 commits
-
-
Jaime Marquínez Ferrándiz authored
-
Jaime Marquínez Ferrándiz authored
It printed for the minutes the result of (seconds // 60)
-
Jaime Marquínez Ferrándiz authored
In urls like http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930 you can't split the query string and ids always have that length.
-
- 08 Sep, 2013 1 commit
-
-
Jaime Marquínez Ferrándiz authored
They have undo the change This reverts commit 0638ad99.
-
- 07 Sep, 2013 2 commits
-
-
Philipp Hagemeister authored
-
Philipp Hagemeister authored
-
- 06 Sep, 2013 11 commits
-
-
Ismael Mejia authored
-
Jaime Marquínez Ferrándiz authored
-
Jaime Marquínez Ferrándiz authored
-
Jaime Marquínez Ferrándiz authored
-
Ismael Mejia authored
As mentioned in the pull request, I forgot to include this changes. https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002
-
Jaime Marquínez Ferrándiz authored
They were being caught by YoutubeUserIE, now it only extracts a url if the rest of extractors aren't suitable. Now the url tests check that the urls can only be extracted with an specific extractor.
-
Jaime Marquínez Ferrándiz authored
Urls like https://www.youtube.com/feed/watch_later were being as users (before the last changes to YoutubeUserIE, as videos)
-
Philipp Hagemeister authored
-
Philipp Hagemeister authored
-
Philipp Hagemeister authored
-
Philipp Hagemeister authored
-