summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FFmpegPostProcessor: print the command line used if the --verbose option is g...Jaime Marquínez Ferrándiz2013-10-122-0/+7
* Merge pull request #1590 from joeyadams/masterJaime Marquínez Ferrándiz2013-10-121-1/+1
|\
| * 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
* Merge branch 'cinemassacre' of github.com:rzhxeo/youtube-dl into rzhxeo-cinem...Jaime Marquínez Ferrándiz2013-10-112-0/+116
|\
| * [CinemassacreIE] Use MD5 to check in TEST descriptionrzhxeo2013-10-051-1/+1
| * [CinemassacreIE] Remove docstring from classrzhxeo2013-10-051-1/+0
| * [CinemassacreIE] Add support for other embed methodsrzhxeo2013-10-051-6/+22
| * Add CinemassacreIErzhxeo2013-10-052-0/+101
* | [arte] Prepare for generic format support (#980)Jaime Marquínez Ferrándiz2013-10-111-6/+16
* | [nhl] Add an extractor for videocenter's categories (#1586)Jaime Marquínez Ferrándiz2013-10-113-20/+91
* | Make sure it only runs rtmpdump one time in test mode and return True if the ...Jaime Marquínez Ferrándiz2013-10-111-3/+4
* | Merge pull request #1565 from rzhxeo/rtmpdump_testJaime Marquínez Ferrándiz2013-10-111-0/+2
|\ \
| * | Remove test parameter from _download_with_rtmpdumprzhxeo2013-10-061-4/+3
| * | Only download 1 sec. with rtmpdump in test moderzhxeo2013-10-061-2/+5
| |/
* | Add a PostProcessor for adding metadata to the file (closes #1570)Jaime Marquínez Ferrándiz2013-10-112-0/+38
* | [yahoo] Download the info from another pageJaime Marquínez Ferrándiz2013-10-101-0/+15
* | [gamespot] Mark as broken (#1587)Jaime Marquínez Ferrándiz2013-10-101-0/+1
* | [mtv] Strip the descriptionJaime Marquínez Ferrándiz2013-10-101-1/+1
* | Add an extractor for faz.net (closes #1582)Jaime Marquínez Ferrándiz2013-10-102-0/+61
* | Don't add extractors with IE_DESC set to False to the page of supported sites.Jaime Marquínez Ferrándiz2013-10-101-3/+4
* | Add an extractor for video.nhl.com (closes #1586)Jaime Marquínez Ferrándiz2013-10-103-0/+61
* | release 2013.10.09Philipp Hagemeister2013-10-091-1/+1
* | [youtube] Do not recognize attribution link as user (Fixes #1573)Philipp Hagemeister2013-10-091-1/+1
* | Merge pull request #1584 from wingsuit/masterJaime Marquínez Ferrándiz2013-10-091-1/+1
|\ \
| * | Tiny tpoTom2013-10-091-1/+1
* | | [youtube] set the 'name' parameter in the subtitles url (fixes #1577)Jaime Marquínez Ferrándiz2013-10-091-0/+1
|/ /
* | [vevo] Some improvements (fixes #1580)Jaime Marquínez Ferrándiz2013-10-081-23/+47
* | Fix the printing of the proxy map in debug modeJaime Marquínez Ferrándiz2013-10-071-2/+7
* | Simplify test setupPhilipp Hagemeister2013-10-072-14/+2
* | Move opener setup into a separate helper functionPhilipp Hagemeister2013-10-071-21/+33
* | release 2013.10.07Philipp Hagemeister2013-10-072-1/+4
* | [jeuxvideo] Improve code quality (fixes #1567)Philipp Hagemeister2013-10-071-16/+21
* | Restore warning when user forgets to quote URL (#1396)Philipp Hagemeister2013-10-073-4/+19
* | [vimeo] Recognize urls ending in a slash (fixes #1242)Jaime Marquínez Ferrándiz2013-10-061-1/+1
* | [redtube] add age_limitPhilipp Hagemeister2013-10-061-4/+9
* | Merge branch 'download-archive'Philipp Hagemeister2013-10-063-0/+132
|\ \
| * | Remove superfluous parenthesisPhilipp Hagemeister2013-10-061-1/+1
| * | Add basic --download-archive optionPhilipp Hagemeister2013-10-063-0/+132
* | | Merge branch 'age_limit'Philipp Hagemeister2013-10-067-3/+81
|\ \ \
| * | | Call extracted property age_limit everywherePhilipp Hagemeister2013-10-064-4/+4
| * | | Allow users to specify an age limit (fixes #1545)Philipp Hagemeister2013-10-067-3/+81
* | | | [generic] Clarify error messagesPhilipp Hagemeister2013-10-061-3/+3
* | | | release 2013.10.06Philipp Hagemeister2013-10-061-1/+1
* | | | [viddler] Add basic support (Fixes #1520)Philipp Hagemeister2013-10-063-1/+66
|/ / /
* / / Move try_rm to test helpersPhilipp Hagemeister2013-10-062-19/+26
|/ /
* | Merge remote-tracking branch 'origin/tox'Philipp Hagemeister2013-10-052-0/+6
|\ \
| * | add tox configuration file for easy testingFilippo Valsorda2013-10-052-0/+6
* | | [fixup] remove unnecessary commented functionFilippo Valsorda2013-10-051-6/+0
|/ /
* | add capability to suppress expected warnings in testsFilippo Valsorda2013-10-053-4/+20