aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Collapse)AuthorAgeFilesLines
* Fixes test failRuirize2013-09-181-1/+1
| | | | Was unaware of --id being passed to test.
* Added Newgrounds supportRuirize2013-09-182-0/+38
|
* Clarify -i help (#1453)Philipp Hagemeister2013-09-181-1/+1
|
* XHamsterIE: Fix support for new HD video url format and add test (closes PR ↵rzhxeo2013-09-171-4/+15
| | | | #1443)
* [francetv] Remove Pluzz testJaime Marquínez Ferrándiz2013-09-171-11/+1
| | | | Videos expire in 7 days
* [hotnewhiphop] Fix test case titleJaime Marquínez Ferrándiz2013-09-171-2/+2
|
* [youtube] Don't search the flash player version for videos with age gate ↵Jaime Marquínez Ferrándiz2013-09-171-4/+1
| | | | activated
* release 2013.09.17Philipp Hagemeister2013-09-171-1/+1
|
* Update 85 signature (Fixes #1449)Philipp Hagemeister2013-09-171-1/+1
| | | | This is the first signature algorithm to have been parsed automatically, although that only works for HTML5 players for now, and is not yet integrated into master.
* Add an extractor for vice.com (closes #1051)Jaime Marquínez Ferrándiz2013-09-163-0/+43
|
* [ooyala] prefer ipad urlJaime Marquínez Ferrándiz2013-09-161-1/+1
| | | | It has better quality with m3u8 manifests
* Add an extractor for Bloomberg (closes #1436)Jaime Marquínez Ferrándiz2013-09-162-0/+28
|
* [ooyala] add support for more type of video urls, like m3u8 manifests.Jaime Marquínez Ferrándiz2013-09-161-1/+3
|
* Always correct encoding when writing to sys.stderr (Fixes #1435)Philipp Hagemeister2013-09-163-15/+23
|
* release 2013.09.16Philipp Hagemeister2013-09-161-1/+1
|
* Add an extractor for southparkstudios.com (closes #1434)Jaime Marquínez Ferrándiz2013-09-152-0/+35
| | | | It uses the MTV system
* Merge pull request #1422 from rzhxeo/xhamsterJaime Marquínez Ferrándiz2013-09-151-1/+1
|\ | | | | | | XHamsterIE: Add support for new URL format (download in hd by default)
| * XHamsterIE: Add support for new URL formatrzhxeo2013-09-141-2/+2
| |
* | [youtube] support youtube.googleapis.com/v/* urls (fixes #1425)Jaime Marquínez Ferrándiz2013-09-151-1/+2
| |
* | [soundcloud] Add an extractor for users (closes #1426)Jaime Marquínez Ferrándiz2013-09-142-3/+44
| |
* | Set the ext field for each formatJaime Marquínez Ferrándiz2013-09-143-8/+9
| |
* | [mixcloud] Rewrite extractor (fixes #278)Jaime Marquínez Ferrándiz2013-09-142-85/+48
| |
* | Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)Jaime Marquínez Ferrándiz2013-09-143-5/+9
| | | | | | | | For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given
* | [googleplus] Fix upload date extractionJaime Marquínez Ferrándiz2013-09-141-1/+2
|/
* [ustream] Simplify channel extractionJaime Marquínez Ferrándiz2013-09-132-52/+49
| | | | | 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/masterJaime Marquínez Ferrándiz2013-09-132-1/+67
|\ | | | | | | Add Ustream channel support
| * Add Ustream channel supporttewe2013-09-122-1/+71
| |
* | Merge pull request #1409 from JohnyMoSwag/master (closes #1404)Jaime Marquínez Ferrándiz2013-09-132-0/+38
|\ \ | | | | | | | | | added kickstarter IE
| * | added kickstarter IEJohny Mo Swag2013-09-112-0/+44
| | |
* | | Merge pull request #1350 from Jaiz909/description-keyerror-fixJaime Marquínez Ferrándiz2013-09-131-0/+2
|\ \ \ | | | | | | | | | | | | Fixed issue #1277 KeyError when no description.
| * | | Fixed issue #1277 KeyError when no description.Jai Grimshaw2013-08-311-0/+2
| | | | | | | | | | | | | | | | Allows a continue with a warning when an extractor cannot retrieve a description.
* | | | [gamespot] Update test video titleJaime Marquínez Ferrándiz2013-09-121-1/+1
| | | |
* | | | [youtube] update algo for length 82 (fixes #1416)Jaime Marquínez Ferrándiz2013-09-121-1/+1
| | | |
* | | | [canalplust] accept urls that don't include the video id (fixes #1415), ↵Jaime Marquínez Ferrándiz2013-09-121-7/+15
| |_|/ |/| | | | | | | | extract more info and update test
* | | [funnyordie] fix video url extractionJaime Marquínez Ferrándiz2013-09-121-1/+1
| | |
* | | release 2013.09.12Philipp Hagemeister2013-09-121-1/+1
| | |
* | | Check for both automatic captions and subtitles with options `--write-sub` ↵Jaime Marquínez Ferrándiz2013-09-121-6/+15
| | | | | | | | | | | | and `--write-auto-sub` (fixes #1224)
* | | [youtube] Fix detection of videos with automatic captionsJaime Marquínez Ferrándiz2013-09-111-1/+5
| | |
* | | [subtitles] Also list the available automatic captions languages with ↵Jaime Marquínez Ferrándiz2013-09-112-2/+6
| | | | | | | | | | | | '--list-sub'
* | | [youtube] Support automatic captions with original language different from ↵Jaime Marquínez Ferrándiz2013-09-112-41/+47
| | | | | | | | | | | | English (fixes #1225) and download in multiple languages.
* | | Credit @iemejiaJaime Marquínez Ferrándiz2013-09-111-0/+1
| | |
* | | Merge branch 'subtitles_rework' (closes PR #1326)Jaime Marquínez Ferrándiz2013-09-114-93/+137
|\ \ \
| * | | [subtitles] Use self._download_webpage for extracting the subtitlesJaime Marquínez Ferrándiz2013-09-113-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ándiz2013-09-113-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 SubtitlesInfoExtractorJaime Marquínez Ferrándiz2013-09-113-5/+5
| | | | | | | | | | | | | | | | Otherwise it can be automatically detected as a IE ready for use.
| * | | [youtube] move subtitles methods from the base extractor to YoutubeIEJaime Marquínez Ferrándiz2013-09-111-57/+58
| | | |
| * | | [subtitles] made inheritance hierarchy flat as requestedIsmael Mejia2013-09-112-21/+17
| | | |
| * | | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-09-118-12/+145
| |\ \ \
| * \ \ \ Merge branch 'master' into subtitles_reworkIsmael Mejia2013-09-0640-107/+1560
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | [subtitles] fixed multiple subtitles language separated by comma after mergeIsmael Mejia2013-09-064-20/+29
| | | | | | | | | | | | | | | | | | | | | | | | | As mentioned in the pull request, I forgot to include this changes. https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002