summaryrefslogtreecommitdiffstats
path: root/youtube_dl
Commit message (Expand)AuthorAgeFilesLines
...
| * | Implement the prefer_free_formats in YoutubeDLJaime Marquínez Ferrándiz2013-10-111-0/+9
| * | Default 'format' field to {width}x{height}Jaime Marquínez Ferrándiz2013-10-111-2/+9
| * | Do not handle format selection for IEs that already handle itJaime Marquínez Ferrándiz2013-10-111-0/+5
| * | Implement the max quality option in YoutubeDLJaime Marquínez Ferrándiz2013-10-111-0/+4
| * | Implement format selection in YoutubeDLJaime Marquínez Ferrándiz2013-10-112-8/+74
* | | Add an extractor for techtalks.tv (closes #1606)Jaime Marquínez Ferrándiz2013-10-172-0/+66
* | | release 2013.10.17Philipp Hagemeister2013-10-171-1/+1
* | | [youtube] Do not crash if caption info is missing altogether (Fixes #1610)Philipp Hagemeister2013-10-171-1/+1
* | | [brightcove] Raise error if playlist is empty (#1608)Philipp Hagemeister2013-10-171-1/+4
* | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-10-172-0/+59
|\ \ \
| * | | Add an extractor for rutube.ru (closes #1136)Jaime Marquínez Ferrándiz2013-10-162-0/+59
* | | | [brightcove] Fix more broken XML (#1608)Philipp Hagemeister2013-10-171-0/+2
|/ / /
* | | release 2013.10.15Philipp Hagemeister2013-10-151-1/+1
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-10-152-2/+3
|\ \ \
| * | | [sztvhu] Fix the title extractionJaime Marquínez Ferrándiz2013-10-151-1/+1
| * | | [websurg] Skipt the testJaime Marquínez Ferrándiz2013-10-151-1/+2
* | | | [generic] Support embedded vimeo videos (#1602)Philipp Hagemeister2013-10-153-2/+47
|/ / /
* | | Use upper-case for prefixes in help to signify bytes (#1043)Philipp Hagemeister2013-10-151-2/+2
* | | Merge remote-tracking branch 'alphapapa/master'Philipp Hagemeister2013-10-151-1/+1
|\ \ \
| * | | Clarify that download rate is in bytes per secondalphapapa2013-07-131-1/+1
* | | | Merge remote-tracking branch 'Rudloff/websurg'Philipp Hagemeister2013-10-152-0/+59
|\ \ \ \
| * | | | Use self._download_webpage everywherePierre Rudloff2013-10-041-2/+1
| * | | | Unused variablePierre Rudloff2013-10-041-1/+0
| * | | | Changes suggested by @phihagPierre Rudloff2013-10-041-9/+9
| * | | | ImprovementsPierre Rudloff2013-09-181-17/+10
| * | | | Merge remote-tracking branch 'upstream/master' into websurgPierre Rudloff2013-09-172-6/+3
| |\ \ \ \
| * | | | | Extractor for websurg.comPierre Rudloff2013-09-172-0/+68
* | | | | | Do not import *Philipp Hagemeister2013-10-152-7/+39
* | | | | | Credit @Elbandi for sztvhuPhilipp Hagemeister2013-10-151-0/+1
* | | | | | [sztvhu] SimplifyPhilipp Hagemeister2013-10-151-21/+24
* | | | | | Merge remote-tracking branch 'Elbandi/master'Philipp Hagemeister2013-10-152-0/+42
|\ \ \ \ \ \
| * | | | | | Add an extractor for Szombathelyi TVAndras Elso2013-10-142-0/+42
* | | | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-10-151-34/+37
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | [gamespot] Fix video extraction (fixes #1587)Jaime Marquínez Ferrándiz2013-10-141-34/+37
* | | | | | | [tudou] Add support for youku links (Closes #1571)Philipp Hagemeister2013-10-151-11/+25
|/ / / / / /
* | | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-10-145-0/+72
|\| | | | |
| * | | | | add VideoPremium.tv RTMP supportFilippo Valsorda2013-10-142-0/+41
| * | | | | [youtube] Adds #1312 Download annotationsJai Grimshaw2013-10-143-0/+31
* | | | | | [youku] Allow shortcut youku:ID and make non-matching groups non-matching (#1...Philipp Hagemeister2013-10-131-1/+1
|/ / / / /
* | | | | Merge remote-tracking branch 'jaimeMF/opus-fix'Philipp Hagemeister2013-10-131-1/+2
|\ \ \ \ \
| * | | | | Don't set the '-aq' option with the opus format (fixes #1263)Jaime Marquínez Ferrándiz2013-10-121-1/+2
* | | | | | [arte] Add an extractor for future.arte.tv (closes #1593)Jaime Marquínez Ferrándiz2013-10-132-2/+30
* | | | | | [arte] add an extractor for creative.arte.tv (#1593)Jaime Marquínez Ferrándiz2013-10-132-69/+93
* | | | | | Add an extractor for rottentomatoes.com and improve InternetVideoArchiveIE to...Jaime Marquínez Ferrándiz2013-10-124-1/+34
* | | | | | Add an extractor for videodetective.com (closes #262)Jaime Marquínez Ferrándiz2013-10-122-0/+31
* | | | | | Add an extractor for internetvideoarchive.com videosJaime Marquínez Ferrándiz2013-10-123-0/+85
* | | | | | add support for NowVideo.chFilippo Valsorda2013-10-122-0/+44
* | | | | | FFmpegPostProcessor: print the command line used if the --verbose option is g...Jaime Marquínez Ferrándiz2013-10-122-0/+7
|/ / / / /
* | | | | Fix Brightcove detection when another Flash object is on the pageJoey Adams2013-10-111-1/+1
* | | | | Merge pull request #1558 from rzhxeo/cinemassacreJaime Marquínez Ferrándiz2013-10-111-60/+36