Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #1413 from tewe/master | Jaime Marquínez Ferrándiz | 2013-09-13 | 2 | -1/+67 | |
|\ | ||||||
| * | Add Ustream channel support | tewe | 2013-09-12 | 2 | -1/+71 | |
* | | Merge pull request #1409 from JohnyMoSwag/master (closes #1404) | Jaime Marquínez Ferrándiz | 2013-09-13 | 2 | -0/+38 | |
|\ \ | ||||||
| * | | added kickstarter IE | Johny Mo Swag | 2013-09-11 | 2 | -0/+44 | |
* | | | Merge pull request #1350 from Jaiz909/description-keyerror-fix | Jaime Marquínez Ferrándiz | 2013-09-13 | 1 | -0/+2 | |
|\ \ \ | ||||||
| * | | | Fixed issue #1277 KeyError when no description. | Jai Grimshaw | 2013-08-31 | 1 | -0/+2 | |
* | | | | [gamespot] Update test video title | Jaime Marquínez Ferrándiz | 2013-09-12 | 1 | -1/+1 | |
* | | | | [youtube] update algo for length 82 (fixes #1416) | Jaime Marquínez Ferrándiz | 2013-09-12 | 1 | -1/+1 | |
* | | | | [canalplust] accept urls that don't include the video id (fixes #1415), extra... | Jaime Marquínez Ferrándiz | 2013-09-12 | 1 | -7/+15 | |
| |_|/ |/| | | ||||||
* | | | [funnyordie] fix video url extraction | Jaime Marquínez Ferrándiz | 2013-09-12 | 1 | -1/+1 | |
* | | | release 2013.09.12 | Philipp Hagemeister | 2013-09-12 | 1 | -1/+1 | |
* | | | Check for both automatic captions and subtitles with options `--write-sub` an... | Jaime Marquínez Ferrándiz | 2013-09-12 | 1 | -6/+15 | |
* | | | [youtube] Fix detection of videos with automatic captions | Jaime Marquínez Ferrándiz | 2013-09-11 | 1 | -1/+5 | |
* | | | [subtitles] Also list the available automatic captions languages with '--list... | Jaime Marquínez Ferrándiz | 2013-09-11 | 2 | -2/+6 | |
* | | | [youtube] Support automatic captions with original language different from En... | Jaime Marquínez Ferrándiz | 2013-09-11 | 2 | -41/+47 | |
* | | | Credit @iemejia | Jaime Marquínez Ferrándiz | 2013-09-11 | 1 | -0/+1 | |
* | | | Merge branch 'subtitles_rework' (closes PR #1326) | Jaime Marquínez Ferrándiz | 2013-09-11 | 4 | -93/+137 | |
|\ \ \ | ||||||
| * | | | [subtitles] Use self._download_webpage for extracting the subtitles | Jaime Marquínez Ferrándiz | 2013-09-11 | 3 | -18/+11 | |
| * | | | [subtitles] Simplify the extraction of subtitles in subclasses and remove NoA... | Jaime Marquínez Ferrándiz | 2013-09-11 | 3 | -26/+26 | |
| * | | | [subtitles] rename SubitlesIE to SubtitlesInfoExtractor | Jaime Marquínez Ferrándiz | 2013-09-11 | 3 | -5/+5 | |
| * | | | [youtube] move subtitles methods from the base extractor to YoutubeIE | Jaime Marquínez Ferrándiz | 2013-09-11 | 1 | -57/+58 | |
| * | | | [subtitles] made inheritance hierarchy flat as requested | Ismael Mejia | 2013-09-11 | 2 | -21/+17 | |
| * | | | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-09-11 | 8 | -12/+145 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-09-06 | 40 | -107/+1560 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| * | | | | [subtitles] fixed multiple subtitles language separated by comma after merge | Ismael Mejia | 2013-09-06 | 4 | -20/+29 | |
| * | | | | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-08-28 | 6 | -118/+364 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-08-23 | 3 | -6/+5 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-08-22 | 39 | -380/+1325 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | [subtitles] Skips now the subtitles that has already been downloaded. | Ismael Mejia | 2013-08-08 | 1 | -9/+9 | |
| * | | | | | | | [subtitles] Improved docs + new class for servers who don't support | Ismael Mejia | 2013-08-08 | 2 | -22/+19 | |
| * | | | | | | | [subtitles] removed only-sub option (--skip-download achieves the same | Ismael Mejia | 2013-08-08 | 1 | -3/+0 | |
| * | | | | | | | Separated subtitle options in their own group | Ismael Mejia | 2013-08-08 | 1 | -7/+10 | |
| * | | | | | | | [internal] Improved subtitle architecture + (update in | Ismael Mejia | 2013-08-08 | 3 | -144/+73 | |
| * | | | | | | | Undo the previous commit (it was a mistake) | Ismael Mejia | 2013-08-07 | 1 | -1/+1 | |
| * | | | | | | | [dailymotion] Added support for subtitles + new InfoExtractor for | Ismael Mejia | 2013-08-07 | 3 | -11/+146 | |
| * | | | | | | | Fixed small type issue | Ismael Mejia | 2013-08-07 | 1 | -1/+2 | |
* | | | | | | | | [howcast] Do not download from http://www.howcast.com/videos/{video_id} | Jaime Marquínez Ferrándiz | 2013-09-11 | 1 | -2/+1 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | release 2013.11.09 | Philipp Hagemeister | 2013-09-11 | 1 | -1/+1 | |
* | | | | | | | [youtube] update algo for length 85 (fixes #1408 and fixes #1406) | Jaime Marquínez Ferrándiz | 2013-09-11 | 1 | -1/+1 | |
* | | | | | | | [francetv] Add an extractor for francetvinfo.fr (closes #1317) | Jaime Marquínez Ferrándiz | 2013-09-10 | 2 | -18/+48 | |
* | | | | | | | Wrong property name | Pierre Rudloff | 2013-09-10 | 1 | -1/+1 | |
* | | | | | | | Add an extractor for pluzz.francetv.fr (closes PR #1399) | Pierre Rudloff | 2013-09-10 | 2 | -0/+51 | |
* | | | | | | | release 2013.09.10 | Philipp Hagemeister | 2013-09-10 | 1 | -1/+1 | |
* | | | | | | | Add an extractor for Slideshare (closes #1400) | Jaime Marquínez Ferrándiz | 2013-09-10 | 2 | -0/+48 | |
* | | | | | | | [sohu] add support for my.tv.sohu.com urls (fixes #1398) | Jaime Marquínez Ferrándiz | 2013-09-09 | 1 | -6/+10 | |
* | | | | | | | Fix the minutes part in FileDownloader.format_seconds (fixed #1397) | Jaime Marquínez Ferrándiz | 2013-09-09 | 1 | -1/+1 | |
* | | | | | | | [youtube] Modify the regex to match ids of length 11 (fixes #1396) | Jaime Marquínez Ferrándiz | 2013-09-09 | 1 | -1/+1 | |
* | | | | | | | Revert "[youtube] Fix detection of tags from HLS videos." | Jaime Marquínez Ferrándiz | 2013-09-08 | 1 | -1/+1 | |
* | | | | | | | release 2013.09.07 | Philipp Hagemeister | 2013-09-07 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | [generic] If the url doesn't specify the protocol, then try to extract prepen... | Jaime Marquínez Ferrándiz | 2013-09-06 | 1 | -0/+5 |