summary refs log tree commit diff
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
* release 2013.09.16 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
* Merge pull request #1422 from rzhxeo/xhamsterJaime Marquínez Ferrándiz2013-09-151-1/+1
|\
| * 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
* | [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
* Merge pull request #1413 from tewe/masterJaime Marquínez Ferrándiz2013-09-132-1/+67
|\
| * 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 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.Jai Grimshaw2013-08-311-0/+2
* | | | [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), extra...Jaime Marquínez Ferrándiz2013-09-121-7/+15
| |_|/ |/| |
* | | [funnyordie] fix video url extractionJaime Marquínez Ferrándiz2013-09-121-1/+1
* | | release 2013.09.12 2013.09.12Philipp Hagemeister2013-09-121-1/+1
* | | Check for both automatic captions and subtitles with options `--write-sub` an...Jaime Marquínez Ferrándiz2013-09-121-6/+15
* | | [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 '--list...Jaime Marquínez Ferrándiz2013-09-112-2/+6
* | | [youtube] Support automatic captions with original language different from En...Jaime Marquínez Ferrándiz2013-09-112-41/+47
* | | 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
| * | | [subtitles] Simplify the extraction of subtitles in subclasses and remove NoA...Jaime Marquínez Ferrándiz2013-09-113-26/+26
| * | | [subtitles] rename SubitlesIE to SubtitlesInfoExtractorJaime Marquínez Ferrándiz2013-09-113-5/+5
| * | | [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
| * | | | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-286-118/+364
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-233-6/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-2239-380/+1325
| |\ \ \ \ \ \
| * | | | | | | [subtitles] Skips now the subtitles that has already been downloaded.Ismael Mejia2013-08-081-9/+9
| * | | | | | | [subtitles] Improved docs + new class for servers who don't supportIsmael Mejia2013-08-082-22/+19
| * | | | | | | [subtitles] removed only-sub option (--skip-download achieves the sameIsmael Mejia2013-08-081-3/+0
| * | | | | | | Separated subtitle options in their own groupIsmael Mejia2013-08-081-7/+10
| * | | | | | | [internal] Improved subtitle architecture + (update inIsmael Mejia2013-08-083-144/+73
| * | | | | | | Undo the previous commit (it was a mistake)Ismael Mejia2013-08-071-1/+1
| * | | | | | | [dailymotion] Added support for subtitles + new InfoExtractor forIsmael Mejia2013-08-073-11/+146
| * | | | | | | Fixed small type issueIsmael Mejia2013-08-071-1/+2
* | | | | | | | [howcast] Do not download from http://www.howcast.com/videos/{video_id}Jaime Marquínez Ferrándiz2013-09-111-2/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | release 2013.11.09 2013.11.09Philipp Hagemeister2013-09-111-1/+1
* | | | | | | [youtube] update algo for length 85 (fixes #1408 and fixes #1406)Jaime Marquínez Ferrándiz2013-09-111-1/+1