Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an extractor for Bloomberg (closes #1436) | Jaime Marquínez Ferrándiz | 2013-09-16 | 2 | -0/+28 |
| | |||||
* | [ooyala] add support for more type of video urls, like m3u8 manifests. | Jaime Marquínez Ferrándiz | 2013-09-16 | 1 | -1/+3 |
| | |||||
* | Always correct encoding when writing to sys.stderr (Fixes #1435) | Philipp Hagemeister | 2013-09-16 | 3 | -15/+23 |
| | |||||
* | release 2013.09.16 | Philipp Hagemeister | 2013-09-16 | 1 | -1/+1 |
| | |||||
* | [devscripts/release] temporary workarounds | Philipp Hagemeister | 2013-09-16 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2013-09-16 | 25 | -133/+325 |
|\ | |||||
| * | Add an extractor for southparkstudios.com (closes #1434) | Jaime Marquínez Ferrándiz | 2013-09-15 | 2 | -0/+35 |
| | | | | | | | | It uses the MTV system | ||||
| * | Merge pull request #1422 from rzhxeo/xhamster | Jaime Marquínez Ferrándiz | 2013-09-15 | 1 | -1/+1 |
| |\ | | | | | | | | | | XHamsterIE: Add support for new URL format (download in hd by default) | ||||
| | * | XHamsterIE: Add support for new URL format | rzhxeo | 2013-09-14 | 1 | -2/+2 |
| | | | |||||
| * | | [youtube] support youtube.googleapis.com/v/* urls (fixes #1425) | Jaime Marquínez Ferrándiz | 2013-09-15 | 2 | -1/+3 |
| | | | |||||
| * | | [soundcloud] Add an extractor for users (closes #1426) | Jaime Marquínez Ferrándiz | 2013-09-14 | 3 | -4/+53 |
| | | | |||||
| * | | Set the ext field for each format | Jaime Marquínez Ferrándiz | 2013-09-14 | 3 | -8/+9 |
| | | | |||||
| * | | [mixcloud] Rewrite extractor (fixes #278) | Jaime Marquínez Ferrándiz | 2013-09-14 | 2 | -85/+48 |
| | | | |||||
| * | | Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412) | Jaime Marquínez Ferrándiz | 2013-09-14 | 5 | -5/+13 |
| | | | | | | | | | | | | For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given | ||||
| * | | [googleplus] Fix upload date extraction | Jaime Marquínez Ferrándiz | 2013-09-14 | 1 | -1/+2 |
| |/ | |||||
| * | [ustream] Simplify channel extraction | Jaime Marquínez Ferrándiz | 2013-09-13 | 3 | -59/+70 |
| | | | | | | | | | | the ChannelParser has been moved to a new function in utils get_meta_content Instead of the SocialStreamParser now it uses a regex | ||||
| * | Merge pull request #1413 from tewe/master | Jaime Marquínez Ferrándiz | 2013-09-13 | 3 | -2/+76 |
| |\ | | | | | | | | | | Add Ustream channel support | ||||
| | * | 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 | ||||
| | * | | 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. | ||||
| | * | | | Fixed issue #1277 KeyError when no description. | Jai Grimshaw | 2013-08-31 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Allows a continue with a warning when an extractor cannot retrieve a description. | ||||
| * | | | | [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 | 2 | -3/+3 |
| | | | | | |||||
| * | | | | [canalplust] accept urls that don't include the video id (fixes #1415), ↵ | Jaime Marquínez Ferrándiz | 2013-09-12 | 1 | -7/+15 |
| | |_|/ | |/| | | | | | | | | | | extract more info and update test | ||||
| * | | | [funnyordie] fix video url extraction | Jaime Marquínez Ferrándiz | 2013-09-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Starts of a Windows service | Philipp Hagemeister | 2013-09-16 | 1 | -15/+128 |
| | | | | |||||
* | | | | [buildserver] Service installation and uninstallation | Philipp Hagemeister | 2013-09-13 | 1 | -50/+95 |
| | | | | |||||
* | | | | [buildserver] Rely on repository license | Philipp Hagemeister | 2013-09-12 | 1 | -25/+0 |
| | | | | |||||
* | | | | Add original buildserver from @fraca7 | Philipp Hagemeister | 2013-09-12 | 1 | -0/+272 |
|/ / / | |||||
* | | | release 2013.09.12 | Philipp Hagemeister | 2013-09-12 | 2 | -5/+3 |
| | | | |||||
* | | | Check for both automatic captions and subtitles with options `--write-sub` ↵ | Jaime Marquínez Ferrándiz | 2013-09-12 | 1 | -6/+15 |
| | | | | | | | | | | | | and `--write-auto-sub` (fixes #1224) | ||||
* | | | [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 ↵ | Jaime Marquínez Ferrándiz | 2013-09-11 | 2 | -2/+6 |
| | | | | | | | | | | | | '--list-sub' | ||||
* | | | [youtube] Support automatic captions with original language different from ↵ | Jaime Marquínez Ferrándiz | 2013-09-11 | 2 | -41/+47 |
| | | | | | | | | | | | | English (fixes #1225) and download in multiple languages. | ||||
* | | | 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 | 8 | -163/+259 |
|\ \ \ | |||||
| * | | | [subtitles] Use self._download_webpage for extracting the subtitles | Jaime Marquínez Ferrándiz | 2013-09-11 | 3 | -18/+11 |
| | | | | | | | | | | | | | | | | It raises ExtractorError for the same exceptions we have to catch. | ||||
| * | | | [subtitles] Simplify the extraction of subtitles in subclasses and remove ↵ | Jaime Marquínez Ferrándiz | 2013-09-11 | 3 | -26/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 {}. | ||||
| * | | | [subtitles] rename SubitlesIE to SubtitlesInfoExtractor | Jaime Marquínez Ferrándiz | 2013-09-11 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | Otherwise it can be automatically detected as a IE ready for use. | ||||
| * | | | [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 | 12 | -20/+158 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-09-06 | 49 | -159/+1682 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | [subtitles] fixed multiple subtitles language separated by comma after merge | Ismael Mejia | 2013-09-06 | 6 | -26/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | As mentioned in the pull request, I forgot to include this changes. https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002 | ||||
| * | | | | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-08-28 | 7 | -119/+368 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-08-23 | 4 | -7/+6 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-08-22 | 44 | -458/+1388 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | [subtitles] Added tests to check correct behavior when no subtitles are | Ismael Mejia | 2013-08-08 | 2 | -4/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | available | ||||
| * | | | | | | | [subtitles] Skips now the subtitles that has already been downloaded. | Ismael Mejia | 2013-08-08 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just a validation for file exists, I also removed a method that wasn't been used because it was a copy paste from FileDownloader. |